7.3. Research Kubernetes Resources#

There is a lot to know about Kubernetes Pods and other resources. It doesn’t take much to get started, as you progress you’ll need to become familiar with the manual. In this lab we’ll search for how to do things in the subsequent labs for this week using the official documentation.

https://kubernetes.io/docs/home/

We will determine the following:

  1. How do we define resource requests and limits?

  2. How do we define environment variables?

  3. How do we define a liveness probe?

  4. What are the different types of services?