Skip to content

Instantly share code, notes, and snippets.

@choisungwook
Created September 28, 2023 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save choisungwook/dd9f023bc08c6e0218b3e0a933b6ceb7 to your computer and use it in GitHub Desktop.
Save choisungwook/dd9f023bc08c6e0218b3e0a933b6ceb7 to your computer and use it in GitHub Desktop.
eksctl_config
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: securitygroup-for-pod
region: ap-northeast-2
version: "1.28"
vpc:
cidr: "10.0.0.0/16"
managedNodeGroups:
- name: spot
spot: true
instanceTypes: ["t3.micro"]
minSize: 1
maxSize: 1
desiredCapacity: 1
volumeSize: 10
privateNetworking: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment