Prometheus Operator Kustomize base Usage kubectl apply -k prometheus-operator-base You can then get the grafana pod using: kubectl get pods -n monitoring Port forward grafana: kubectl port-forward <grafana-podf-id> 3000:3000 -n monitoring