k8s.github.io

Kubernetes Software Versions

In this section, we will take a look at various kubernetes releases and versions

We can see the kubernetess version that we installed

$ kubectl get nodes

kgn

Let’s take a closer look at the version number

Kubernetes follows a standard software release versioning procedure

Downloaded package has all the kubernetes components in it except ETCD Cluster and CoreDNS as they are seperate projects.

r3

References