Docker and Kubernetes integrations compatibility matrix?

8,872

Every Kubernetes release has an External Dependencies section in the respective Changelog. E.g.:

CHANGELOG-1.14:

The list of validated docker versions has changed. 1.11.1 and 1.12.1 have been removed. The current list is 1.13.1, 17.03, 17.06, 17.09, 18.06, 18.09.

CHANGELOG-1.13:

The list of validated docker versions remain unchanged at 1.11.1, 1.12.1, 1.13.1, 17.03, 17.06, 17.09, 18.06 since Kubernetes 1.12.

CHANGELOG-1.12:

The list of validated docker versions was updated to 1.11.1, 1.12.1, 1.13.1, 17.03, 17.06, 17.09, 18.06.

and so on...

Share:
8,872

Related videos on Youtube

Tamara Muryshkin
Author by

Tamara Muryshkin

Common sense; risk assessment; IT business strategy; automation; quality grading; cloud.

Updated on September 18, 2022

Comments

  • Tamara Muryshkin
    Tamara Muryshkin almost 2 years

    Two example integrations of Docker and Kubernetes are OpenShift and Rancher Labs AFAIK.

    Sadly but in fact we have not completely escaped us from the dependency hell.

    Question: is there an established source of information which distributions here package which versions (like Ubutu/Debian version chronicles on Wikipedia)?

    Background.

    Not-so-obvious facts for newbies (judged by my learnings so far) are (defining acceptable technical usability to a level that you do no need hours to debug even 101 tutorials):

    • Kubernetes is very dynamic project and it is not so easy to deploy it as-is (but seem to get better with each version, also thanks to kubeadm I would say)
    • Kubernetes does not support any Docker versions coming after the community fork to moby and Docker CE.

    See also: https://stackoverflow.com/questions/44657320/which-docker-versions-will-k8s-1-7-support