LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

kubectl-api-versions

lists all available API versions in the Kubernetes cluster

TLDR

List all API versions
$ kubectl api-versions
copy

SYNOPSIS

kubectl api-versions

DESCRIPTION

kubectl api-versions lists all available API versions in the Kubernetes cluster. Shows group/version format for each available API. Useful for determining which API versions are supported when writing manifests.

SEE ALSO

Copied to clipboard
Kai