What is the latest Kubernetes version as of October 2023?
Kubernetes 1.26.0 is the latest stable version.
Define Kubernetes versioning.
Kubernetes uses a semantic versioning scheme: MAJOR.MINOR.PATCH.
True or false: Kubernetes versions are released every six months.
TRUE
Major versions are typically released biannually.
What is the release cycle for Kubernetes?
Kubernetes follows a quarterly release cycle for minor versions.
Fill in the blank: Kubernetes 1.25 introduced ______ for the API server.
Server-side apply
What feature was added in Kubernetes 1.24?
Kubernetes 1.24 introduced the PodSecurity admission controller.
Define deprecation in Kubernetes versions.
Deprecation indicates features will be removed in future releases.
What major change occurred in Kubernetes 1.22?
Kubernetes 1.22 removed the PodSecurityPolicy feature.
True or false: Each Kubernetes version has a support window.
TRUE
Each version is supported for approximately one year.
What is the minimum supported version for Kubernetes?
Kubernetes supports versions that are at least one year old.
Fill in the blank: Kubernetes 1.23 added ______ for Windows nodes.
Support for containerd
What does the PATCH version indicate in Kubernetes?
PATCH versions indicate bug fixes and minor improvements.
What was a key feature of Kubernetes 1.21?
Kubernetes 1.21 introduced Graduated CSI volume snapshots.
True or false: Kubernetes versions can be skipped during upgrades.
TRUE
Upgrades can skip minor versions but not major ones.
What is the Kubernetes version skew policy?
The policy allows a maximum of one minor version difference between components.
Fill in the blank: Kubernetes 1.20 deprecated ______ in favor of InTree drivers.
Out-of-tree volume plugins
What is a Kubernetes release note?
Release notes document changes, features, and deprecations in each version.
What feature was introduced in Kubernetes 1.19?
Kubernetes 1.19 introduced Structured Logging.
True or false: Kubernetes 1.18 added custom resource definitions enhancements.
TRUE
Enhancements included validation and defaulting.
Fill in the blank: Kubernetes 1.17 introduced ______ for API aggregation.
API aggregation layer
What is the Kubernetes compatibility matrix?
It outlines compatibility between different Kubernetes components and versions.
What was a significant change in Kubernetes 1.16?
Kubernetes 1.16 introduced API deprecation for extensions/v1beta1.
Fill in the blank: Kubernetes 1.15 added ______ for managing resources.
Resource quotas
What does Kubernetes 1.14 focus on?
Kubernetes 1.14 focused on improving security and stability.