Creating 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 #

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 05-hpa-custom-metrics.sh Gist. ...

cd k8s-specs

git pull

Gists and specifications #