
Kubernetes
Kubernetes, also known as K8s, is an open source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an …
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 …
Overview - Kubernetes
Dec 3, 2025 · Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services that facilitate both declarative configuration and …
Learn Kubernetes Basics
Apr 19, 2025 · This tutorial provides a walkthrough of the basics of the Kubernetes cluster orchestration system. Each module contains some background information on major …
教程 | Kubernetes
Nov 24, 2025 · Kubernetes 基础知识 是一个深入的交互式教程,帮助你理解 Kubernetes 系统,并尝试一些基本的 Kubernetes 特性。 Kubernetes 介绍 (edX)
Kubernetes
Kubernetes はK8sとしても知られており、デプロイやスケーリングを自動化したり、コンテナ化されたアプリケーションを管理したりするための、オープンソースのシステムです。
Download Kubernetes
Nov 24, 2023 · You can find the links to download v1.35 Kubernetes components (along with their checksums) below. To access downloads for older supported versions, visit the respective …
Concepts - Kubernetes
Jun 22, 2020 · Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services that facilitate both declarative configuration and …
Cluster Administration - Kubernetes
Feb 3, 2025 · Will you be running Kubernetes on "bare metal" hardware or on virtual machines (VMs)? Do you want to run a cluster, or do you expect to do active development of Kubernetes …
Workloads - Kubernetes
Nov 18, 2025 · A workload is an application running on Kubernetes. Whether your workload is a single component or several that work together, on Kubernetes you run it inside a set of pods. …