Creating and deleting EKS cluster in AWS using eksctl

preview_player
Показать описание
In this video, you will learn how to create EKS cluster in AWS using eksctl command, explore the cluster created and delete the cluster using eksctl.
Рекомендации по теме
Комментарии
Автор

With ASG nodes-min of 1 and nodes-max of 4

eksctl create cluster --name dev --region us-east-1 --zones=us-east-1a, us-east-1b, us-east-1d --nodegroup-name standard-workers --node-type t3.medium --nodes 3 --nodes-min 1 --nodes-max 4 --managed

KarthikeyanB-eixt
visit shbcf.ru