Skip to content

Commit

Permalink
minikube
Browse files Browse the repository at this point in the history
  • Loading branch information
joindevopscloud committed Jul 21, 2023
1 parent a25766d commit 65111ad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 65111ad

Please sign in to comment.