beehexa integrationsidebar
beehexa logo

We Build HexaSync Integration Platform for Connecting ERP, POS, CRM, Accounting, and eCommerce Applications to Automate Business Processes

Kubernetes drop Docker

Kubernetes is dropping Docker support

The mention of Kubernetes dropping support for Docker in the release notes raised a lot of eyebrows.

Docker support in the kubelet is now deprecated and will be removed in a future release. The kubelet uses a module called “dockershim” which implements CRI support for Docker and it has seen maintenance issues in the Kubernetes community. We encourage you to evaluate moving to a container runtime that is a full-fledged implementation of CRI

What Docker does at high level:

  1. Docker can build container images
  2. Docker can push and pull from container registries
  3. Docker can create container processes
  4. Docker is a container runtime.

Kubernetes is an orchestration tool that groups many different compute resources such as virtual/physical machines and make it look like a huge compute resource for your application to run and share with others. In the current architecture, Docker, as a container runtime, is used only to run those applications in an actual host.

Docker is a popular choice for that runtime, but Docker was not designed to be embedded inside Kubernetes. Docker includes many user enhancements for programmers, but Kubernetes doesn’t need any of that. The part that Kubernetes needs is just ‘containerd’.

Additionally, Docker is not compliant with CRI, the Container Runtime Interface. Because of this, Kubernetes used a bridge service called “dockershim”. Maintaining dockershim had become a heavy burden on the Kubernetes maintainers. Dockershim was always intended to be a temporary solution. The CRI standard was created to reduce this burden and allow smooth interoperability of different container runtimes. Docker itself doesn’t currently implement CRI, hence the problem.

So to summarize, here are the two major reasons why Kubernetes is deprecating Docker:

  1. Management overhead of dockershim.
  2. Docker is not complaint with CRI

Currently dockershim is still working fine, but will be dropped at version 1.23 in late 2021.

https://kubernetes.io/blog/2020/12/02/dockershim-faq/

Table of Contents

Ready to integrate and automate at scale ?

Learn how HexaSync lets you build enterprise-grade integrations and automations without having to code.

Receive Exclusive Productivity Tips Directly in Your Inbox

We’ll email you 1-3 times per week—and never share your information.

Get started for free

You can’t add more hours to the day. Beehexa is the next best thing.