Skip to content

Instantly share code, notes, and snippets.

@heron-bitsensing
Created December 19, 2020 12:41
Show Gist options
  • Save heron-bitsensing/beb07129172532441671b4df8e28a429 to your computer and use it in GitHub Desktop.
Save heron-bitsensing/beb07129172532441671b4df8e28a429 to your computer and use it in GitHub Desktop.
eksctl create cluster \
--region ap-northeast-2 \
--name heron \
--nodes 2 \
--ssh-access \
--ssh-public-key "~/.ssh/id_rsa.pub" \
--managed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment