eksctl is a simple CLI tool for creating clusters on EKS - Amazon’s new managed Kubernetes service for EC2. It is written in Go, uses CloudFormation, was created by Weaveworks.
eksctl is a simple CLI tool for creating clusters on EKS - Amazon’s new managed Kubernetes service for EC2. It is written in Go, uses CloudFormation, was created by Weaveworks.
To install eksctl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install eksctl
To see what files were installed by eksctl, run:
port contents eksctl
To later upgrade eksctl, run:
sudo port selfupdate && sudo port upgrade eksctl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.