Kubernetes vs. Docker: What Does It Really Mean?

前端 未结 3 620
天涯浪人
天涯浪人 2021-02-02 00:01

I know that Docker and Kubernetes aren’t direct competitors. Docker is the container platform and containers are coordinated and scheduled by Kubernetes, which is a tool.

3条回答
  •  情书的邮戳
    2021-02-02 00:32

    Docker and Kubernetes are complementary. Docker provides an open standard for packaging and distributing containerized applications, while Kubernetes provides for the orchestration and management of distributed, containerized applications created with Docker. In other words, Kubernetes provides the infrastructure needed to deploy and run applications built with Docker.

提交回复
热议问题