Create a Cluster
This lesson focuses on how to create a cluster.
We'll cover the following...
Creating a cluster #
Before we create a cluster (or start using one you already have available), we’ll clone the vfarcic/k8s-specs repository which contains most of the definitions we’ll use in this course.
A note to Windows users
Please execute all the commands from this course from Git Bash. That way, you'll be able to run them as they are instead of modifying their syntax to adapt them to Windows terminal or PowerShell.
All the commands from this chapter are available in the ...