Kubernetes Cluster Monitoring
Monitor your Kubernetes cluster with Last9 for comprehensive metrics collection
Monitor your Kubernetes cluster with Last9 — node metrics, pod metrics, kube-state-metrics, and cAdvisor all included.
Prerequisites
- A running Kubernetes cluster (v1.19+)
- helm v3.9+ installed
- Cluster admin access
- Prometheus remote write credentials from the Integrations page
Installation
curl -O https://raw.githubusercontent.com/last9/last9-k8s-observability/main/last9-otel-setup.shchmod +x last9-otel-setup.sh
./last9-otel-setup.sh monitoring-only \ monitoring-endpoint="$last9_remote_write_url" \ username="$last9_remote_write_username" \ password="$last9_remote_write_password"Verification
kubectl get pods -n last9Metrics appear in Metrics Explorer.
Uninstall
./last9-otel-setup.sh uninstall function="uninstall_last9_monitoring"Troubleshooting
Please get in touch with us on Discord or Email if you have any questions.