Creating a Kubernetes Cluster on AWS

Navigate to the appropriate folder, depending on whether you are using a single zone or multiple zones.

  • Single zone - /var/jenkins_home/docker-deploy/aws/k8s/manifest-single-zone
  • Multiple zones - /var/jenkins_home/docker-deploy/aws/k8s/manifest-multiple-zones

Run the following command:

./create-eks-cluster.sh

This command can take a few minutes to finish. When completed, it outputs messages about the created AWS EKS Kubernetes cluster.

The following can be used to verify the deployment of the EKS Kubernetes cluster:

kubectl get nodes