1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Kubernetes

Connected

Exercise

Scaling and Monitoring a Deployment

You return to your boss with more insights about Deployments on Kubernetes. He is excited about the possibilities and wants you to dig deeper into how you can scale such applications.

Instructions 1/5

undefined XP
    1
    2
    3
    4
    5
  • Create your deployment using kubectl apply ... with the Manifest 01_first_manifest.yml. Don't forget the correct flag.

Note: Your deployment will consist of 5 Pods (or "replicas").