Skip to content

Instantly share code, notes, and snippets.

@rohitg00
Last active July 12, 2023 03:55
Show Gist options
  • Save rohitg00/eb9eceb17f32a6c2067da89a2a49aedb to your computer and use it in GitHub Desktop.
Save rohitg00/eb9eceb17f32a6c2067da89a2a49aedb to your computer and use it in GitHub Desktop.
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: ViRocluster
region: ap-south-1
nodeGroups:
- name: ng1
desiredCapacity: 2
instanceType: t2.micro
ssh:
publicKeyName: rohiteks-key
- name: ng-mixed
minSize: 1
maxSize: 3
instancesDistribution:
maxPrice: 0.010
instanceTypes: ["t2.micro"]
onDemandBaseCapacity: 0
onDemandPercentageAboveBaseCapacity: 50
spotInstancePools: 2
ssh:
publicKeyName: rohiteks-key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment