Search results
Apr 20, 2024 · Documentation. 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 Cloud Native Computing Foundation (CNCF).
Nov 11, 2023 · If you're able to read English, see the English version for the most up-to-date information: Kubernetes Documentation. Kubernetes est un moteur d'orchestration de conteneur open source permettant d'automatiser le déploiement, la mise à l'échelle et la gestion des applications conteneurisées.
Apr 18, 2024 · Glossary - a comprehensive, standardized list of Kubernetes terminology. Kubernetes API Reference. One-page API Reference for Kubernetes v1.31. Using The Kubernetes API - overview of the API for Kubernetes. API access control - details on how Kubernetes controls API access. Well-Known Labels, Annotations and Taints.
Sep 11, 2024 · Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem.
Jun 22, 2020 · The Concepts section helps you learn about the parts of the Kubernetes system and the abstractions Kubernetes uses to represent your cluster, and helps you obtain a deeper understanding of how Kubernetes works.
Nov 4, 2022 · This section provides reference information for the Kubernetes API. 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 API Server handles.
Nov 11, 2023 · If you're able to read English, see the English version for the most up-to-date information: Kubernetes Documentation. Kubernetes ist ein Open-Source-System zur Automatisierung der Bereitstellung, Skalierung und Verwaltung von containerisierten Anwendungen.
Oct 30, 2024 · Although you can only specify requests and limits for individual containers, it is also useful to think about the overall resource requests and limits for a Pod. For a particular resource, a Pod resource request/limit is the sum of the resource requests/limits of that type for each container in the Pod.
Aug 25, 2024 · A plugin for Kubernetes command-line tool kubectl, which allows you to convert manifests between different API versions. This can be particularly helpful to migrate manifests to a non-deprecated api version with newer Kubernetes release.
Aug 8, 2024 · Before you begin. You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.31 client can communicate with v1.30, v1.31, and v1.32 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues.