
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 exposes. Users, the …
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 the …
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 server in a RESTful …
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.
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 via the standard …
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, you do not …
Gateway API - Kubernetes
2 days ago · 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 quickly …
Kubernetes Documentation
Aug 7, 2025 · Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the …
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 tools such as kubectl, …
Ingress - Kubernetes
Nov 24, 2025 · Make your HTTP (or HTTPS) network service available using a protocol-aware configuration mechanism, that understands web concepts like URIs, hostnames, paths, and more. …