Skip to content

Scaling a Nodejs app on a Kubernetes cluster with Horizontal Pod Autoscaler

License

Notifications You must be signed in to change notification settings

sharmad/kubernetes-hpa-nodejs-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Let's scale a Node.js app natively on a Kubernetes cluster with HPA

Horizontal Pod Autoscaling can help you scale your app based on CPU, memory or custom metrics in Kubernetes.

The Horizontal Pod Autoscaler automatically scales the number of pods in a replication controller, deployment or replica set based on observed CPU utilization (or, with custom metrics support, on some other application-provided metrics).

For more info on HPA, visit https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/

About

Scaling a Nodejs app on a Kubernetes cluster with Horizontal Pod Autoscaler

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published