DevOps Tutorials | Creating and Auto Scaling Your Kubernetes Cluster in AWS Using EKSCTL

Опубликовано: 26 Октябрь 2024
на канале: CLOUD LEARN HUB
183
7

In this Tutorial we will create a Kubernetes cluster on AWS using eksctl. We also learn how to set up horizontal pod autoscaling, vertical pod autoscaling and cluster autoscaling.

AWS CLI: https://docs.aws.amazon.com/cli/lates...

Homebrew install: https://brew.sh/

Homebrew linux commands after install: https://docs.brew.sh/Homebrew-on-Linux

EKSCTL installation commands:

$ brew tap weaveworks/tap
$ brew install weaveworks/tap/eksctl