Skip to content

noahjerreel/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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 67.8%
  • Dockerfile 32.2%