About 16,400 results
Open links in new tab
  1. 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 …

  2. 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.

  3. 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 …

  4. 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 …

  5. 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 …

  6. 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 …

  7. 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 …

  8. 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 …

  9. 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 …

  10. 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, …