Infrastruture pod
Author: Fabrice JAMMES (LinkedIn)
Task
Follow the steps below to investigate the relationship between Kubernetes pods and containers:
Connect to a Kind node
Use crictl
to list pods and containers:
### Investigate the relationship between a pod and its container:
What is the role of the “pause” process?
Explore the directories /var/log
and /var/lib/kubelet
.
Conclusion
This lab guides you through a better understanding of pod technical architecture.