Create a Cluster
This lesson focuses on creating a cluster and the necessary requirements and gists for this chapter.
We'll cover the following...
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