Create a Cluster
Explore how to create Kubernetes clusters using predefined scripts that set up worker nodes, ingress, Prometheus, and environment variables. This lesson helps you prepare your clusters for effective monitoring and alert dashboards with Grafana and Prometheus.
We'll cover the following...
We'll cover the following...
Pulling the code #
The 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 Gist.
cd k8s-specs
git pull
Gists and specifications #
Choose the flavor you want and run the commands from its .sh ...