From the course: Certified Kubernetes Application Developer (CKAD) Cert Prep

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Lesson 5 lab: Managing pods

Lesson 5 lab: Managing pods

- Okay, now that we are at the end of this lesson, let's do a lab. Create a YAML file that meets the following requirements. First, it creates a namespace with the name microservice, and then it creates a pod with the name microdb, which is based on the mariadb image, and start it in this namespace. And then you create the resources using declarative methodology.

Contents