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

Connected

Exercise

Using A First Manifest

The kubectl command is the main command in the Kubernetes realm. You will use the pre-configured Manifest first_manifest.yml given on slide 5 of the previous video "Docker and Kubernetes" and apply it to a Kubernetes installation.

Let's give it a try!

Instructions

100 XP
  • To apply your first Kubernetes Manifest, enter kubectl apply -f plus the Manifest name on the command line.