Kubernetes Pod and Container Concepts

From NovaOrdis Knowledge Base
Revision as of 18:10, 24 September 2021 by Ovidiu (talk | contribs) (→‎Pod)
Jump to navigation Jump to search

External

Internal

Overview

Pod

A pod is a group of one or more containers Kubernetes deploys and manages an an atomic compute unit, and the specification for how to run the containers. Kubernetes will not manage compute entities with smaller granularity, such as containers or processes.

The containers of a pod are deployed and managed as a group

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.

Container Lifecycle Hooks

[Next]

TO DEPLETE

Kubernetes Pod and Container Concepts TODEPLETE