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

Connected

Exercise

A Kubernetes Deployment

Your boss wants to know more about Deployments, and how to use them. So you decide to look deeper into the details of Deployments on Kubernetes.

Instructions 1/4

undefined XP
    1
    2
    3
    4
  • Inspect the Manifest 01_first_manifest.yml using the command cat.
  • Note that a Deployment "nginx-deployment" is going to be created.
  • The Deployment will consist of 5 replicas, i.e., 5 Pods will be created.