About 16,500 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 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 …

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

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

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

  7. Accessing the Kubernetes API from a Pod

    Feb 19, 2023 · This guide demonstrates how to access the Kubernetes API from within a pod. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool …

  8. Downward API - Kubernetes

    Apr 7, 2025 · There are two ways to expose Pod and container fields to a running container: environment variables, and as files that are populated by a special volume type. Together, …

  9. Gateway API - Kubernetes

    Sep 14, 2025 · Install the Gateway API CRDs or follow the installation instructions of your selected implementation. After installing an implementation, use the Getting Started guide to …

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