Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docker version supported in Kubernetes 1.9

What versions of Docker does Kubernetes v1.9 support? Is there a road map for these?

Trend here:

Docker version supported in Kubernetes 1.8

Which Docker versions will K8s 1.7 support?

like image 494
DamnedNForsaken Avatar asked Feb 23 '18 15:02

DamnedNForsaken


People also ask

What version of Docker does Kubernetes support?

Your container runtime must support at least v1alpha2 of the container runtime interface. Kubernetes 1.25 defaults to using v1 of the CRI API.

Is Docker still supported in Kubernetes?

Yes, you absolutely can, now and in the foreseeable future. You see, Docker doesn't run Docker-specific images; it runs OCI-compliant containers. As long as Docker continues using this format, Kubernetes will keep accepting them.

Does Kubernetes 1.24 support Docker?

Any number of CRIs can be deployed on version 1.24, including Docker. The latest Kubernetes release also marks a change in philosophy surrounding which features are enabled by default.

Does Kubernetes 1.23 support Docker?

The Kubernetes 1.24 release. The release will deprecate several (beta) APIs in favor of stable versions of the same APIs. The major change coming in the Kubernetes 1.24 release is the removal of Dockershim.


1 Answers

The validated docker versions are the same as for v1.8

  • 1.11.2 to 1.13.1
  • 17.03.x

Source: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.9.md#external-dependencies

like image 134
Shahriar Avatar answered Oct 08 '22 11:10

Shahriar