hpvd opened a new issue #8811: URL: https://github.com/apache/pulsar/issues/8811
**Is your feature request related to a problem? Please describe.** Docker is now deprecated in Kubernetes. By the end of 2021 "dockershim" which implements CRI support for Docker will be removed. Reason: Why is dockershim being deprecated? Maintaining dockershim has become a heavy burden on the Kubernetes maintainers. The CRI standard was created to reduce this burden and allow smooth interoperability of different container runtimes. Docker itself doesn't currently implement CRI, thus the problem. see: https://dev.to/inductor/wait-docker-is-deprecated-in-kubernetes-now-what-do-i-do-e4m https://kubernetes.io/blog/2020/12/02/dockershim-faq/ **Describe the solution you'd like** Directly support other container technologies for keeping setup of pulsar as esay as possible. One alternative to look it is probably "containerd" https://github.com/containerd/containerd which has already a good adoption https://github.com/containerd/containerd/blob/master/ADOPTERS.md ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
