Skip to content

josefloressv/eks

Repository files navigation

Elastic Kubernetes Service (EKS)

https://eksctl.io/

eksctl is a simple CLI tool for creating and managing clusters on EKS - Amazon's managed Kubernetes service for EC2. It is written in Go, uses CloudFormation, was created by Weaveworks and it welcomes contributions from the community.

--------------------------------------------------------------------------
# don't forget destroy your infrastructure after you complete each Lab
eksctl delete cluster clusterName
-----------------------------------------------------

In this repository

Troubleshooting links

Resources that I have used to solve one or another problem:

Thanks