Created
August 25, 2019 10:22
-
-
Save zeusbaba/fd8baae6b9029d69f98cbefc509d5c8e to your computer and use it in GitHub Desktop.
monitoring on DO-k8s
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# prometheus-operator see -> https://github.com/coreos/prometheus-operator/ | |
``` | |
wget https://github.com/coreos/prometheus-operator/raw/master/bundle.yaml | |
mv bundle.yaml prometheus-operator-bundle.yaml | |
$kubectl apply -f prometheus-operator-bundle.yaml | |
``` | |
# metrics-server | |
``` | |
$ git clone https://github.com/kubernetes-incubator/metrics-server | |
$kubectl apply -f metrics-server/deploy/1.8+/ | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment