Skip to content

Instantly share code, notes, and snippets.

@zeusbaba
Created August 25, 2019 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeusbaba/fd8baae6b9029d69f98cbefc509d5c8e to your computer and use it in GitHub Desktop.
Save zeusbaba/fd8baae6b9029d69f98cbefc509d5c8e to your computer and use it in GitHub Desktop.
monitoring on DO-k8s
# 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