Kubernetes Pod and Container Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 16: Line 16:


=Container=
=Container=
<font color=darkgray>
TODO:
* https://kubernetes.io/docs/concepts/containers/
</font>
==Container Types==
==Container Types==
===Application Contaier===
===Application Contaier===

Revision as of 18:05, 24 September 2021

External

Internal

Overview

Pod

A pod is a group of one or more containers

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