0 votes
in Kubernetes K8s by
How is Kubernetes related to Docker?

3 Answers

0 votes
by

Kubernetes known fact that Docker provides the lifecycle management of containers and a Docker image builds the runtime containers. But, since these individual containers have to communicate, Kubernetes is used. So, Docker builds the containers and these containers communicate with each other via Kubernetes. So, containers running on multiple hosts can be manually linked and orchestrated using Kubernetes.

0 votes
by

Docker provides the lifecycle management of a container and the docker image builds the run-time of a container. The containers run on multiple hosts through a link and are orchestrated using Kubernetes. Dockers build these containers and help to communicate with multiple hosts through Kubernetes

0 votes
by
It’s a known fact that Docker provides the lifecycle management of containers and a Docker image builds the runtime containers. But, since these individual containers have to communicate, Kubernetes is used. So, Docker builds the containers and these containers communicate with each other via Kubernetes. So, containers running on multiple hosts can be manually linked and orchestrated using Kubernetes.

Related questions

0 votes
asked Apr 25, 2021 in Kubernetes K8s by sharadyadav1986
0 votes
asked May 1, 2021 in Kubernetes K8s by rajeshsharma
...