
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 application into …
Overview - Kubernetes
2025年12月3日 · Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services that facilitate both declarative configuration and automation.
Kubernetes Documentation
2025年8月7日 · Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is …
Learn Kubernetes Basics
2026年1月14日 · This tutorial provides a walkthrough of the basics of the Kubernetes cluster orchestration system. Each module contains some background information on major Kubernetes …
Kubernetes Blog
4 天之前 · If you've ever wanted to develop a command line client for a Kubernetes API, especially if you've considered making your client usable as a kubectl plugin, you might have wondered how to …
Cluster Architecture - Kubernetes
2025年11月16日 · A Kubernetes cluster consists of a control plane plus a set of worker machines, called nodes, that run containerized applications. Every cluster needs at least one worker node in order to …
Training | Kubernetes
A certified Kubernetes administrator has demonstrated the ability to do basic installation as well as configuring and managing production-grade Kubernetes clusters.
Download Kubernetes
2023年11月24日 · 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 …
Pods - Kubernetes
2025年11月18日 · See Pods and controllers for more information on how Kubernetes uses workload resources, and their controllers, to implement application scaling and auto-healing.
Kubernetes v1.33: Octarine
2025年4月23日 · To get started with Kubernetes, check out these interactive tutorials or run local Kubernetes clusters using minikube. You can also easily install v1.33 using kubeadm.