Back to Hub

Kubernetes Pod Simulation

Pod Management

nginx-pod
Namespace: default
Running
app=web tier=frontend
1 container | IP: 10.244.0.12 | Age: 25m
redis-pod
Namespace: app
Running
app=cache tier=backend
1 container | IP: 10.244.0.45 | Age: 12m

Pod Overview

  • A Pod is the smallest deployable unit in Kubernetes
  • Pods can contain one or more containers that share storage and network resources
  • Containers in a Pod are always scheduled on the same node
  • Pods are ephemeral - they can be replaced if they fail or are terminated

Pod Details

No Pod Selected
Select a Pod to view details