File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Generate AWS CLI credentials
1+ Step 1: Install AWS CLI
2+
3+ Step 2: Generate AWS CLI credentials
24Run the below 3 commands on CLI
35
46$ export AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMPLE
57$ export AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
68$ export AWS_DEFAULT_REGION=us-east-1
79
8- Install eksctl cli tool:
10+ Step 3: Install eksctl cli tool:
911https://docs.aws.amazon.com/eks/latest/userguide/eksctl.html
1012https://github.com/eksctl-io/eksctl/releases/tag/v0.150.0
1113
12- create a file named aws.pub in your home directory .ssh with the contents of authroized_keys from .ssh directory.
14+ Step 4: create a file named aws.pub in your home directory .ssh with the contents of authroized_keys from .ssh directory.
1315This file should contain the public key of the pem file you use to login to aws ec2 instances.
1416You can find this inside any existing ec2 instance already created using the key at authroized_keys from .ssh directory
1517
16- once eksctl is installed, run the below command
18+ Step 5: once eksctl is installed, run the below command
1719eksctl create cluster -f cluster.yaml
1820
1921Install Ingress Controller from the website instructions:
You can’t perform that action at this time.
0 commit comments