alexlogy.io | Singapore Tech Blog on the Cloud Infrastructure

alexlogy.io | Singapore Tech Blog on the Cloud Infrastructure


daily thoughts from a cloud infrastructure perspective

Tags


AWS

How to install Cluster Autoscaler in AWS EKS?

A good start is to follow AWS documentations (https://docs.aws.amazon.com/eks/latest/userguide/autoscaling.html) Pre-requisites * eksctl (https://github.com/weaveworks/eksctl) * Metrics Server (https://alexlogy.io/how-to-install-metrics-server-in-aws-eks/) Create IAM Policy Save the followi…

Alex Alex

How to install metrics server in AWS EKS?

The Kubernetes Metrics Server (https://docs.aws.amazon.com/eks/latest/userguide/metrics-server.html) is not deployed by default in AWS EKS clusters. However, we will need it for our Cluster Autoscaler, Horizontal Pod Autoscaler, Kubernetes Dashboard, etc. Deploy the Metrics Server Deploying is as…

Alex Alex