Kubernetes Pod and Container Concepts: Difference between revisions
Jump to navigation
Jump to search
[Next]
(→Pod) |
|||
Line 7: | Line 7: | ||
=Pod= | =Pod= | ||
A '''pod''' is a group of one or more containers | A '''pod''' is a group of one or more [[#Container|containers]] Kubernetes deploys an an atomic compute unit. | ||
==Pod Lifecycle== | ==Pod Lifecycle== |
Revision as of 18:06, 24 September 2021
External
- https://kubernetes.io/docs/concepts/workloads/pods/ (fully synced ✓)
Internal
Overview
Pod
A pod is a group of one or more containers Kubernetes deploys an an atomic compute unit.
Pod Lifecycle
Pods and Nodes
Pods and Containers
Container
TODO:
Container Types
Application Contaier
Init Container
Ephemeral Container
Container Probes
Summary of a relationship between container probe result and overall pod situation.