# Prometheus Operator — Kubernetes-Native Monitoring Stack Management > Prometheus Operator simplifies deploying and managing Prometheus, Alertmanager, and related monitoring components on Kubernetes using custom resources and reconciliation loops. ## Install Save as a script file and run: # Prometheus Operator — Kubernetes-Native Monitoring Stack Management ## Quick Use ```bash # Install via kube-prometheus-stack Helm chart (recommended) helm repo add prometheus-community https://prometheus-community.github.io/helm-charts helm install kube-prom prometheus-community/kube-prometheus-stack -n monitoring --create-namespace # Define a ServiceMonitor to scrape your app kubectl apply -f - <