Files
container.training/slides/k8s/versions-k8s.md
Jerome Petazzoni 018282f392 slides: rename directories
This was discussed and agreed in #246. It will probably break a few
outstanding PRs as well as a few external links but it's for the
better good long term.
2018-08-21 04:03:38 -05:00

755 B

Versions installed

  • Kubernetes 1.11.0
  • Docker Engine 18.03.1-ce
  • Docker Compose 1.21.1

.exercise[

  • Check all installed versions:
    kubectl version
    docker version
    docker-compose -v
    

]


class: extra-details

Kubernetes and Docker compatibility

--

class: extra-details

  • Are we living dangerously?

--

class: extra-details

  • "Validates" = continuous integration builds

  • The Docker API is versioned, and offers strong backward-compatibility

    (If a client uses e.g. API v1.25, the Docker Engine will keep behaving the same way)