About 15,700 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. 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 …

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

  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. Gateway API - Kubernetes

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

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

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

  9. Kubernetes API Reference Docs

    This is a high-level overview of the basic types of resources provide by the Kubernetes API and their primary functions. Workloads are objects you use to manage and run your containers on …

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