
Kubernetes 文档 | Kubernetes
Nov 12, 2025 · 安裝 K8s 集群 基于你的资源情况和需求来运行 Kubernetes。 安装 kubeadm 设置工具 学习环境 生产环境 指标 日志 链路 加固集群 kubeadm 命令参考 安装 Kubernetes
Kubernetes Documentation
Aug 7, 2025 · Set up a K8s cluster Get Kubernetes running based on your resources and needs. Learning environment Production environment Install the kubeadm setup tool Metrics Logs …
Overview - Kubernetes
Dec 3, 2025 · K8s as an abbreviation results from counting the eight letters between the "K" and the "s". Google open sourced the Kubernetes project in 2014. Kubernetes combines over 15 …
Kubernetes
Kubernetes 也称为 K8s,是用于自动部署、扩缩和管理容器化应用程序的开源系统。 它将组成应用程序的容器组合成逻辑单元,以便于管理和服务发现。
Concepts - Kubernetes
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 …
Kubernetes 架构 | Kubernetes
Nov 22, 2025 · Kubernetes 背后的架构概念。Kubernetes 集群由一个控制平面和一组用于运行容器化应用的工作机器组成, 这些工作机器称作节点(Node)。每个集群至少需要一个工作节 …
概述 - Kubernetes
Dec 7, 2025 · K8s 这个缩写是因为 K 和 s 之间有 8 个字符的关系。 Google 在 2014 年开源了 Kubernetes 项目。 Kubernetes 建立在 Google 大规模运行生产工作负载十几年经验 的基础 …
下载 Kubernetes | Kubernetes
Nov 25, 2023 · 在 Linux 上安装 kubectl 在 macOS 上安装 kubectl 在 Windows 上安装 kubectl 容器镜像 所有 Kubernetes 容器镜像都被部署到 registry.k8s.io 容器镜像仓库。
服务(Service) | Kubernetes
Oct 20, 2025 · apiVersion: discovery.k8s.io/v1 kind: EndpointSlice metadata: name: my-service-1 # 按惯例将 Service 的名称用作 EndpointSlice 名称的前缀 labels: # 你应设置 …
Gateway API - Kubernetes
Dec 15, 2025 · apiVersion: gateway.networking.k8s.io/v1 kind: GRPCRoute metadata: name: example-grpcroute spec: parentRefs: - name: example-gateway hostnames: - …