you deploy a pod using a manifest file as below to the cluster using the apiserver and the scheduler deploys it to a node.
one IP for each pod. and a pod contains muliple containers with same IP/single network namespace. same cgroups and namespaces also.
Networking in Kubernetes.
Pods: Atomic Deplyments.
All the containers are deployed or none, no partial deployment of containers.
Pods:Lifecycle
---------
Pending---downloading and starting
Running---started
succeeded--accomplished task is done successfully.
No comments:
Post a Comment