These are main 3 key words in GCP ( Global Container Paltform), Lets understand one by one and see the key dirrerences. Docker Docker is container technology and a company-offered container image runtime. It is supported by its ecosystem to manage and run Docker container images with its dependencies. Docker Enterprise Engine does this job. It was recently acquired by Mirantis . The container concept came into focus when Docker crept into data centers of many private or public clouds. Later, Docker Swarm was launched to handle orchestration and as schedulers for Docker images. It was offered as a commercial product in the form of a Docker Enterprise Engine. But Docker EE was not able to provide efficient scaling and external load balancing for images it was orchestrating Kubernetes Kubernetes is an open source container orchestration solution hosted by Cloud Native Computing Foundation (CNCF) and backed by Google, AWS, Microsoft, IBM, Intel, Cisco Systems and Red...