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 #

You know the drill. We’ll move into the directory with the vfarcic/k8s-specs repository, we’ll pull the latest version of the code just in case I pushed something recently, and we’ll create a new cluster unless you already have one at hand.

🔍 All the commands from this chapter are available in the 07-logging.sh Gist. ...

cd k8s-specs

git pull