- Instantiated by Agent to create a container and run an application
- It has number of containers running inside of it.
- IP address for Pod will be allocated by kubeproxy
- It is atomicity. Once pod deleted, we may not get same pod again. We may get similar Pod.
- All Pods will be part of Pod network.
- Agent running on worker node keep check with API server to see if there are any instructions to create Pod.
- Each container in a Pod is reached through the port number. but Pod is reached through the IP address.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)