What's the difference between Docker Compose and Kubernetes?

后端 未结 12 1998
南笙
南笙 2021-01-29 16:50

While diving into Docker, Google Cloud and Kubernetes, and without clearly understanding all three of them yet, it seems to me these products are overlapping, yet they\'re not c

12条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-29 17:44

    Docker compose is the tool where we can run and execute multiple interlinked containers once at a time instead of creating or execution of docker command for each container.

    While is kubernetes is the platform where we can manage the multiple containers , load balancer and much more.

提交回复
热议问题