Slide 25
Slide 25 text
LESS MANUAL OPERATION, FASTER SCALE (AWS)
WHAT IS DIFFERENT FROM CAS?
Kubernetes Cluster Autoscaler (CAS) Karpenter
● Nodes are added based on the
NodeGroup settings of the CAS
● Only one node of information per
NodeGroup is used to simulate scaling
● To create a Node of a new instance type,
NodeGroup must be added, and too
many NodeGroups take time to scale
● Karpenter creates a new node based on
the requirements con
f
igured in NodePool.
● One NodePool can have various types of
node information, and Karpenter uses all
of them in scaling simulation.
● In the case of AWS, Karpenter launches an
instance faster than CAS since it directly
calls Fleet API without going through the
EC2 ASG.
LESS MANUAL WORK,
FASTER SCALING!