Kubernetes Simulator

beginner · ~8 min

Launch day

The site goes on the front page in an hour. Three pods will not be enough; six should be.

Scaling a deployment is changing one number. kubectl scale changes it imperatively — quick, but the change lives only in the cluster. Editing the manifest and applying it changes the record too, so the next person to apply the file does not quietly scale you back down.

Objectives

Best on a computer with a keyboard. It works on a phone, with shortcuts under the terminal.