Skip to content

Instantly share code, notes, and snippets.

@zawyelwin
Created March 28, 2023 08:24
Show Gist options
  • Save zawyelwin/408242e710cc67eb3e1ada36cd03ad71 to your computer and use it in GitHub Desktop.
Save zawyelwin/408242e710cc67eb3e1ada36cd03ad71 to your computer and use it in GitHub Desktop.
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: test-eks
region: us-east-1
version: "1.25"
vpc:
subnets:
private:
us-east-1a: { id: subnet-0340f90682ea606c1 }
us-east-1b: { id: subnet-0340f90682ea606c1 }
us-east-1c: { id: subnet-0340f90682ea606c1 }
public:
us-east-1a: { id: subnet-0340f90682ea606c1 }
us-east-1b: { id: subnet-0340f90682ea606c1 }
us-east-1c: { id: subnet-0340f90682ea606c1 }
managedNodeGroups:
- name: worker-ng
minSize: 1
maxSize: 5
desiredCapacity: 3
instanceType: t3.medium
volumeSize: 50
privateNetworking: true
labels: {role: worker}
ssh:
publicKeyName: eks-worker
tags:
nodegroup-role: worker
iam:
withAddonPolicies:
externalDNS: false
certManager: false
albIngress: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment