Create a Cluster

This lesson focuses on creating a cluster and the necessary requirements and gists for this chapter.

Pulling the code #

We’ll continue using definitions from the vfarcic/k8s-specs repository. To be on the safe side, we’ll pull the latest version first.

🔍 All the commands from this chapter are available in the 03-monitor.sh Gist. ...

cd k8s-specs

git pull

Additional necessary things