
The Kubernetes API
Jan 8, 2025 · The Kubernetes API lets you query and manipulate the state of objects in Kubernetes. The core of Kubernetes' control plane is the API server and the HTTP API that it …
Kubernetes API Reference Docs
API OVERVIEW Welcome to the Kubernetes API. You can use the Kubernetes API to read and write Kubernetes resource objects via a Kubernetes API endpoint.
API Overview - Kubernetes
Aug 19, 2025 · The REST API is the fundamental fabric of Kubernetes. All operations and communications between components, and external user commands are REST API calls that …
Reference | Kubernetes
Sep 28, 2025 · This section hosts the documentation for "unpublished" APIs which are used to configure kubernetes components or tools. Most of these APIs are not exposed by the API …
Kubernetes API Concepts
Sep 27, 2025 · The Kubernetes API is a resource-based (RESTful) programmatic interface provided via HTTP. It supports retrieving, creating, updating, and deleting primary resources …
Using RBAC Authorization | Kubernetes
Jul 3, 2025 · The RBAC API declares four kinds of Kubernetes object: Role, ClusterRole, RoleBinding and ClusterRoleBinding. You can describe or amend the RBAC objects using …
Gateway API - Kubernetes
Nov 3, 2023 · Install the Gateway API CRDs or follow the installation instructions of your selected implementation. After installing an implementation, use the Getting Started guide to help you …
Access Clusters Using the Kubernetes API
May 13, 2025 · This page shows how to access clusters using the Kubernetes API. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be …
kube-apiserver | Kubernetes
Apr 24, 2025 · The Kubernetes API server validates and configures data for the api objects which include pods, services, replicationcontrollers, and others. The API Server services REST …
Client Libraries - Kubernetes
Jan 22, 2025 · This page contains an overview of the client libraries for using the Kubernetes API from various programming languages. To write applications using the Kubernetes REST API, …