Create a Cluster
Explore how to create Kubernetes clusters using predefined scripts and configurations suitable for various platforms such as GKE, EKS, AKS, Minikube, and Docker Desktop. Learn to set up a cluster environment that supports autoscaling deployments and stateful sets, and understand best practices for managing cluster resources and using Helm and YAML for application deployment.
We'll cover the following...
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 ...