Is there a built-in kubernetes in Docker CE for Linux?

Hi,

Docker’s Community Edition engine for Linux does not include built-in kubernetes capabilities. We say

We have added Kubernetes support in both Docker Desktop for Mac and Windows and in Docker Enterprise Edition (EE).

on this page.

You can build a Kubernetes cluster yourself on top of one or more CE engines, though. For some guidance, you can visit the setup documentation at https://kubernetes.io/docs/setup/scratch/

1 Like