Skip to content

Instantly share code, notes, and snippets.

@yuyasugano
Created October 5, 2020 06:37
Embed
What would you like to do?
eksctl sample cluster-eks-sample.yaml
---
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: eks-sample
region: ap-northeast-1
nodeGroups:
- name: ng-1
instanceType: t2.micro
desiredCapacity: 2
- name: ng-2
instanceType: t2.micro
desiredCapacity: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment