From 65111ad8aa3253a0dcd372d0184c7dff924d56c6 Mon Sep 17 00:00:00 2001 From: Sivakumar Reddy Date: Fri, 21 Jul 2023 17:24:47 +0530 Subject: [PATCH] minikube --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e7d0c05..d320378 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,16 @@ * AWS CLI V2. https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html * Eksctl. https://github.com/eksctl-io/eksctl/blob/main/README.md#installation * kubectl. https://docs.aws.amazon.com/eks/latest/userguide/install-kubectl.html +* Once you ready the workstation, make sure you run aws configure. +* Fianlly create cluster +``` +eksctl create cluster --config-file=eks.yaml +``` + +in AWS if one service wants to create or access other service. For example + +* EKS cluster has to create Load Balancer. Then EKS cluster should have IAM Role that has a permission to create load balancer. +* Security Groups, when traffic is coming to EC2 instances, you should always check that port is allowed or not. ![alt text](eksctl.jpg) \ No newline at end of file