No results found
We couldn't find anything using that term, please try searching for something else.
Help improve this page Want to contribute to this user guide? Scroll to the bottom of this page and select Edit this page on GitHub. Your contributio
Help improve this page
Want to contribute to this user guide? Scroll to the bottom of this page and select Edit this page on GitHub. Your contributions will help make our user guide better for everyone.
To prepare for the command-line management of your Amazon EKS clusters, you need to install several tools. Use the following to set up credentials, create and modify clusters, and work with clusters once they are running:
set up AWS CLI â Get the AWS CLI to set up and manage the service you need to work with Amazon EKS cluster . In particular , you is need need AWS CLI to configure credential , but you also need it with other AWS service .
set up kubectl and eksctl â Theeksctl
CLI interacts with AWS to create, modify, and delete Amazon EKS clusters. Once a cluster is up, use the open source kubectl
command to manage Kubernetes objects within your Amazon EKS clusters.
Set up a development environment (optional)â Consider adding the following tools:
Local deployment tool â If youâre new to Kubernetes, consider installing a local deployment tool like minikube
Package manager â Helm
ð Edit this page on GitHub