You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- two `m5.large` worker nodes (this instance type suits most common use-cases, and is good value for money)
22
-
- use the official AWS [EKS AMI](https://github.com/awslabs/amazon-eks-ami)
23
-
- `us-west-2` region
24
-
- a dedicated VPC (check your quotas)
25
-
26
-
Example output:
27
-
28
-
```
29
-
$ eksctl create cluster
30
-
[ℹ] using region us-west-2
31
-
[ℹ] setting availability zones to [us-west-2a us-west-2c us-west-2b]
32
-
[ℹ] subnets for us-west-2a - public:192.168.0.0/19 private:192.168.96.0/19
33
-
[ℹ] subnets for us-west-2c - public:192.168.32.0/19 private:192.168.128.0/19
34
-
[ℹ] subnets for us-west-2b - public:192.168.64.0/19 private:192.168.160.0/19
35
-
[ℹ] nodegroup "ng-98b3b83a" will use "ami-05ecac759c81e0b0c" [AmazonLinux2/1.11]
36
-
[ℹ] creating EKS cluster "floral-unicorn-1540567338" in "us-west-2" region
37
-
[ℹ] will create 2 separate CloudFormation stacks for cluster itself and the initial nodegroup
38
-
[ℹ] if you encounter any issues, check CloudFormation console or try 'eksctl utils describe-stacks --region=us-west-2 --cluster=floral-unicorn-1540567338'
0 commit comments