Skip to content

Instantly share code, notes, and snippets.

@OtherDevOpsGene
Created April 11, 2024 13:43
Show Gist options
  • Save OtherDevOpsGene/a0746858b6d726a30ce1710269c06d04 to your computer and use it in GitHub Desktop.
Save OtherDevOpsGene/a0746858b6d726a30ce1710269c06d04 to your computer and use it in GitHub Desktop.
eksctl cluster
---
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: sandbox2
region: us-east-1
managedNodeGroups:
- name: ng-sandbox2
instanceType: m5a.large
minSize: 2
maxSize: 5
iam:
withAddonPolicies:
autoScaler: true
cloudWatch:
clusterLogging:
enableTypes: [all]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment