Open xiagw opened 2 years ago
eksctl
is written in Go, so the installer should be super easy to do.
The releases are here: https://github.com/weaveworks/eksctl/releases
First, look at the instructions and video here:
You can use https://github.com/webinstall/webi-installers/tree/main/keypairs as a template. It's also released with goreleaser.
Hi! I am going to try and take on this issue and make a pull request.
I have made a pull request that is ready for review.
@xiagw Could you make the cheat sheet for this? The installer portion is ready from https://github.com/webinstall/webi-installers/pull/374.
eksctl - The official CLI for Amazon EKS eksctl is a simple CLI tool for creating clusters on EKS - Amazon's new managed Kubernetes service for EC2. You can create a cluster in minutes with just one command – eksctl create cluster!
@xiagw By cheat sheet I mean "what are the 10% of commands or uses that 90% of people who decide to use this tool will use it for".
What do you use it for? What commands or config do you run?
Request for eksctl for aws