- atomic unit of scheduling.
- containers always run inside the pod.
- pods is an virtual object.
- pods can have multiple containers and each container have different port.
- all the container in a pod share the pod environment.
- if a pod contain single container known as loose coupling.
- if a pod contain multiple container known as tight coupling.
- we cant restart or stop the pods.
- pod life-cycle contains pending, running, succeeded/failed phase.
- inter pod communication can be done using pod network.
- intra pod communication is done using pod ip address.
- Ephemeral - no Pod is ever “redeployed”
- Atomicity - they’re there or NOT
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)