A guide to creating an AWS EKS cluster using eksctl.
Refer to the following content to create a YAML specification for the EKS cluster and save it in an appropriate location.
Run the following command to create the EKS cluster.
Install the Nginx Ingress Controller using Helm.
Install Cert Manager using Helm.
AWS provides various storage options, and you can choose between Amazon Elastic File System (EFS) and Elastic Block Store (EBS) as the default storage for ale
based on your use case.
Install AWS EBS CSI Driver
storageclass.kubernetes.io/is-default-class: "true"
.Install AWS EFS CSI Driver
storageclass.kubernetes.io/is-default-class: "true"
.Install the Metrics Server to collect container resource information within the cluster.Run the following commands to install the Kubernetes Metrics Server.