User Tools

Site Tools


k8s:core:kind

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
k8s:core:kind [2026/05/31 04:05] phong2018k8s: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.
 +
 +{{ :k8s:core:kind-in-kubenetes.png?600 |}}
  
 ===== See Also ===== ===== See Also =====
k8s/core/kind.1780200314.txt.gz · Last modified: by phong2018