This repo contains Prometheus components built with an Ubuntu base image (i.e.
Prometheus server, statsd_exporter, etc) that can be deployed in a CF for
K8s environment.
How to Deploy in CF for K8s
When deploying the CF for K8s cluster via the deploy docs,
include the config directory as shown below:
To view Grafana, use kubectl port-forward <grafana-pod> -n cf-system 3000.
Default username/password is admin/admin and any changes you make in the UI will be blown away on the next deployment update.
Have a question or feedback, reach out to us
Reach out to us in the Cloud Foundry Slack channel #logging-and-metrics.
To request a response during Mountain Time business hours, tag your message with @interrupt.
cf-k8s-prometheus
This repo contains Prometheus components built with an Ubuntu base image (i.e. Prometheus server, statsd_exporter, etc) that can be deployed in a CF for K8s environment.
How to Deploy in CF for K8s
When deploying the CF for K8s cluster via the deploy docs, include the
configdirectory as shown below:To view the Prometheus UI, use
kubectl port-forward <prometheus-server-pod> -n cf-system 9090.If you wish to deploy Grafana alongside Prometheus:
To view Grafana, use
kubectl port-forward <grafana-pod> -n cf-system 3000.Default username/password is
admin/adminand any changes you make in the UI will be blown away on the next deployment update.Have a question or feedback, reach out to us
Reach out to us in the Cloud Foundry Slack channel #logging-and-metrics. To request a response during Mountain Time business hours, tag your message with @interrupt.