logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Kubectl Autoscale - Create Pod Autoscalers | Online Free DevTools by Hexmos

Create pod autoscalers with Kubectl Autoscale. Intelligently scale Kubernetes deployments based on cluster demands. Free online tool, no registration required.

kubectl-autoscale

Create an autoscaler to intelligently scale pod count based on kubernetes cluster demands. More information: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#autoscale.

  • Auto scale a deployment with no target CPU utilization specified:

kubectl autoscale {{[deploy|deployment]}} {{deployment_name}} --min={{min_replicas}} --max={{max_replicas}}

  • Auto scale a deployment with target CPU utilization:

kubectl autoscale {{[deploy|deployment]}} {{deployment_name}} --max={{max_replicas}} --cpu-percent={{target_cpu}}