Difference between revisions of "Eksctl create cluster"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 26: | Line 26: | ||
== [[eksctl create cluster execution examples]] == | == [[eksctl create cluster execution examples]] == | ||
− | == | + | == [[eksctl create cluster output with errors]] == |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Related == | == Related == |
Revision as of 18:31, 10 June 2022
eksctl create cluster
https://eksctl.io/usage/creating-and-managing-clusters/
Contents
Examples
eksctl create cluster eksctl create cluster 'your-sample-cluster' --spot --instance-types=t3.small
Cluster will be created but you will face MemoryPressure errors when running pods.
eksctl create cluster 'your-sample-cluster' --spot --instance-types=t3.nano
eksctl create cluster 'your-sample-cluster' --zones us-east-1a,us-east-1b,us-east-1c eksctl create cluster -f cluster.yaml
It will create one managed nodegroup
containing two m5.large
nodes
eksctl create cluster --spot --instance-types=t3.nano eksctl create cluster --spot --instance-types=c3.large,c4.large,c5.large
eksctl create cluster 'your-sample-cluster' --zones us-east-1a,us-east-1b,us-east-1c (It will take approximately 20 minutes to finish)
eksctl create cluster execution examples
eksctl create cluster output with errors
Related
aws eks create-cluster
eksctl delete cluster
aws cloudformation list-stacks | grep StackName
aws cloudformation describe-stack-events --stack-name your_stack_name | grep -A1 CREATE_FAILED
m5.large
, AWS Nitro System
eksctl get cluster
kubectl get nodes
kubectl cluster-info
eksctl create nodegroup
eksctl utils describe-stacks
eksctl utils update-cluster-logging
See also
Advertising: