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

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

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.

References
- https://blog.risingstack.com/the-history-of-kubernetes/
- https://kubernetes.io/docs/setup/release/version-skew-policy/