Replies: 1 comment 1 reply
-
Hello 👋 The Prometheus and Alertmanager are deployed using Custom Resource Definition (CRD). If you are getting started in Kubernetes, I recommend searching and learning this subject a bit 🙂. Anyway, Prometheus and Alertmanager can be scaled down if you edit the number of replicas in the Prometheus and Alertmanager Custom Resource (CR). Docs around the CRs Specification can be seen here: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'd like to scale down the instances of each service to 1, I'm running minikube on a single node and for this usecase running some of the components in Highly Available mode can take a toll on the system resources.
I've tried after deployment to scale manually (with kubectl scale --replicas) the services but at least on of them seemed configured in Cluster Mode and started complaining it cannot see the other members of the cluster.
I'm just getting started with both Kubernetes and prometheus so I am not sure how it would be best to approach the reconfiguration I have in mind.
Beta Was this translation helpful? Give feedback.
All reactions