Created
December 16, 2016 10:28
-
-
Save aliakhtar/3a1134792903bda57f519d5fa01f88cb to your computer and use it in GitHub Desktop.
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
#!/usr/bin/env bash | |
# Creates Dashboard, Heapster (for visualizations) addons | |
# Kubernetes Dashboard | |
kubectl apply -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/kubernetes-dashboard/v1.4.0.yaml | |
# Heapster - Needed for visualizations | |
kubectl apply -f https://raw.githubusercontent.com/kubernetes/heapster/master/deploy/kube-config/influxdb/grafana-service.yaml | |
kubectl apply -f https://raw.githubusercontent.com/kubernetes/heapster/master/deploy/kube-config/influxdb/heapster-service.yaml | |
kubectl apply -f https://raw.githubusercontent.com/kubernetes/heapster/master/deploy/kube-config/influxdb/influxdb-service.yaml | |
kubectl apply -f https://gist.githubusercontent.com/aliakhtar/ceda67ada28bae0708f06bbd51a84b9c/raw/6ee75bc6c57d70afd9d9c64b89e6af07bc813926/influxdb-grafana-controller.yaml | |
kubectl apply -f https://raw.githubusercontent.com/kubernetes/heapster/master/deploy/kube-config/influxdb/heapster-deployment.yaml | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment