Files
container.training/slides/k8s/versions-k8s.md
Jerome Petazzoni efb72c2938 Bump all the versions
Bump:
- stern
- Ubuntu

Also, each place where there is a 'bumpable' version, I added
a ##VERSION## marker, easily greppable.
2018-11-08 20:42:02 -06:00

773 B

Versions installed

  • Kubernetes 1.12.2
  • Docker Engine 18.09.0
  • 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)