Skip to content

Instantly share code, notes, and snippets.

@hsm207
Last active April 28, 2020 16:58
Show Gist options
  • Save hsm207/88f7caeb8e5c88bdfbd67c44314f58a0 to your computer and use it in GitHub Desktop.
Save hsm207/88f7caeb8e5c88bdfbd67c44314f58a0 to your computer and use it in GitHub Desktop.
Minimal EKS cluster config
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: dev
region: ap-southeast-1
nodeGroups:
- name: ng-1
availabilityZones: ["ap-southeast-1a"]
minSize: 2
maxSize: 2
instancesDistribution:
instanceTypes: ["t3a.2xlarge"]
onDemandBaseCapacity: 0
onDemandPercentageAboveBaseCapacity: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment