k8s:core:kind
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| k8s:core:kind [2026/05/31 04:06] – [Here's the relationship diagram.] phong2018 | k8s:core:kind [2026/05/31 04:07] (current) – [Here's the relationship diagram.] phong2018 | ||
|---|---|---|---|
| Line 362: | Line 362: | ||
| Deployment → ReplicaSet → Pod (Deployment manages replicas, which manage pods) | Deployment → ReplicaSet → Pod (Deployment manages replicas, which manage pods) | ||
| + | |||
| StatefulSet and DaemonSet go straight to their own Pods | StatefulSet and DaemonSet go straight to their own Pods | ||
| + | |||
| CronJob → Job (CronJob triggers Jobs on a schedule) | CronJob → Job (CronJob triggers Jobs on a schedule) | ||
| Line 368: | Line 370: | ||
| Ingress → Service → Pod (external HTTP traffic funneled down to running containers) | Ingress → Service → Pod (external HTTP traffic funneled down to running containers) | ||
| + | |||
| NetworkPolicy applies traffic rules at the Pod level | NetworkPolicy applies traffic rules at the Pod level | ||
| Line 373: | Line 376: | ||
| ConfigMap and Secret are injected as env vars or volume mounts (dashed lines) | ConfigMap and Secret are injected as env vars or volume mounts (dashed lines) | ||
| + | |||
| PVC (PersistentVolumeClaim) binds to a PV (PersistentVolume) and mounts into Pods | PVC (PersistentVolumeClaim) binds to a PV (PersistentVolume) and mounts into Pods | ||
| Everything lives inside a `Namespace for isolation. | Everything lives inside a `Namespace for isolation. | ||
| - | {{ : | + | {{ : |
| ===== See Also ===== | ===== See Also ===== | ||
k8s/core/kind.1780200418.txt.gz · Last modified: by phong2018
