kubectl autoscale deployment [deployment name] --min 1 --max 10 --cpu-percent 70 --name-space [namespace]

🎲 Try a Random Question  |  Total Questions in Quiz: 127  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Certified Kubernetes Administrator — practice the complete quiz, review flashcards, or try a random question.


1. kubectl autoscale deployment [deployment name] --min 1 --max 10 --cpu-percent 70 --name-space [namespace]