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!
This exercise is part of the course
Introduction to Kubernetes
Exercise instructions
- To apply your first Kubernetes Manifest, enter
kubectl apply -f
plus the Manifest name on the command line.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
