Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.06 KB

04-Kubernetes-Software-Versions.md

File metadata and controls

42 lines (23 loc) · 1.06 KB

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

  • It consists of 3 parts

    • First is the major version
    • Second is the minor version
    • Finally, the patch version

    mmp

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