Kubernetes, also known as K8s, is an open source system for automating deployment, scaling, and management of containerized applications.
Command Link to heading
Print the client and server versions Link to heading
# both client and server
kubectl version
# client only
kubectl version --client