Kubernetes Pod and Container Concepts: Difference between revisions
Jump to navigation
Jump to search
[Next]
Line 13: | Line 13: | ||
=Container= | =Container= | ||
==Container Types== | |||
===Application Contaier=== | |||
===Init Container=== | |||
===Ephemeral Container=== | |||
==Container Probes== | ==Container Probes== | ||
<font color=darkgray>Summary of a relationship between container probe result and overall pod situation.</font> | <font color=darkgray>Summary of a relationship between container probe result and overall pod situation.</font> | ||
==Container Lifecycle Hooks== | ==Container Lifecycle Hooks== | ||
<center>[[[Kubernetes_Service_Concepts|Next]]]</center> | <center>[[[Kubernetes_Service_Concepts|Next]]]</center> | ||
=TO DEPLETE= | =TO DEPLETE= | ||
{{Internal|Kubernetes Pod and Container Concepts TODEPLETE|Kubernetes Pod and Container Concepts TODEPLETE}} | {{Internal|Kubernetes Pod and Container Concepts TODEPLETE|Kubernetes Pod and Container Concepts TODEPLETE}} |
Revision as of 18:02, 24 September 2021
External
- https://kubernetes.io/docs/concepts/workloads/pods/ (fully synced ✓)
Internal
Overview
Pod
Pod Lifecycle
Pods and Nodes
Pods and Containers
Container
Container Types
Application Contaier
Init Container
Ephemeral Container
Container Probes
Summary of a relationship between container probe result and overall pod situation.