The vfarcic/k8s-specs (https://github.com/vfarcic/k8s-specs) repository will continue to serve as our source of Kubernetes definitions. We'll make sure that it is up-to-date by pulling the latest version.
All the commands from this chapter are available in the 06-grafana.sh (https://gist.github.com/vfarcic/b94b3b220aab815946d34af1655733cb) Gist.
1 cd k8s-specs 2 3 git pull
The requirements are the same as those we had in the previous chapter. For your convenience, the Gists are available here as well. Feel free to use them to create a new cluster, or to validate that the one you're planning to use meets the requirements.
- gke-instrument.sh: GKE with 3 n1-standard-1 worker nodes, nginx Ingress, tiller, Prometheus Chart, and environment variables LB_IP, PROM_ADDR, and AM_ADDR (https://gist.github.com/vfarcic/675f4b3ee2c55ee718cf132e71e04c6e).
- eks...