Kubernetes 是一个开源的容器编排平台,用于自动化部署、扩展和管理容器化应用程序。以下是一些关于 Kubernetes 官方文档的概览信息。

语言选择


中文文档概览

  • Kubernetes 简介:Kubernetes 是一个用于自动化容器操作的的开源平台,它实现了基于容器化技术的应用部署、扩展和管理。
  • 安装与配置:介绍如何安装 Kubernetes,包括最小化安装和集群配置。
  • 概念与术语:解释 Kubernetes 中的关键概念和术语,如 Pod、Service、Deployment 等。
  • 操作指南:提供操作 Kubernetes 集群的指南,包括部署应用、监控集群状态、处理故障等。

更多详细内容,请访问 Kubernetes 中文文档.


English Documentation Overview

  • Introduction to Kubernetes: Kubernetes is an open-source platform for automating container operations that includes deployment, scaling, and management of containerized applications.
  • Installation and Configuration: Guide on how to install Kubernetes, including minimal installation and cluster configuration.
  • Concepts and Terminology: Explanation of key concepts and terms in Kubernetes, such as Pods, Services, Deployments, etc.
  • Operations Guide: Instructions for operating a Kubernetes cluster, including deploying applications, monitoring cluster status, handling failures, etc.

For more detailed information, please visit the Kubernetes English Documentation.


Kubernetes Architecture