Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 462 Bytes

S02_L06_A Closer Look at Containers.md

File metadata and controls

16 lines (11 loc) · 462 Bytes

A Closer Look at Containers

Links

Demo Reference

Log in to your Kubernetes control plane server.

Check the YAML manifest file for a Pod that was created in an earlier lesson:

cat my-pod.yml

Focus on the containers section. Each element in this list defines a container that will run within the Pod.