Setting Up EKS Cluster With Observability Tools
Set up EKS cluster with eksctl, install Prometheus & Grafana using Helm, verify installation & clean up resources
GitHub link - https://github.com/SUBHAM-NANDI/Observability-Zero-to-Hero/blob/main/Day02/Readme.md Step 1: Set Up the Prerequisites Before creating the EKS cluster, you need to install and configure some essential tools. 1.1 Install AWS CLI Download and install the AWS CLI by following AWS CLI installation guide. 1.2 Configure AWS CLI After installation, configure AWS CLI using the following command. This sets up your AWS credentials. aws configure You will be prompted to input your AWS Access Key ID, Secret Access Key, region, and outp...