Kubernetes cost optimization on AWS
Running microservices on Kubernetes clusters is a modern way to provide your application to end users and customers. On cloud service providers like AWS it is possible to use EC2 auto-scaling that spins up new compute instances based on the current load of the cluster (dynamic scaling) or predefined quantity in a scheduled time plan. Using EC2 auto scaling groups is one possibility to save costs on AWS. But this kind of scaling has some Weiterlesen…