|
- Kubernetes 文档 | Kubernetes
安裝 K8s 集群 基于你的资源情况和需求来运行 Kubernetes。 安装 kubeadm 设置工具 学习环境 生产环境 指标 日志 链路 加固集群 kubeadm 命令参考 安装 Kubernetes
- 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 logical units for easy management and discovery
- Kubernetes Documentation
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 Traces Securing a cluster kubeadm command reference Set up Kubernetes
- Kubernetes
Kubernetes 也称为 K8s,是用于自动部署、扩缩和管理容器化应用程序的开源系统。 它将组成应用程序的容器组合成逻辑单元,以便于管理和服务发现。
- Kubernetes 架构 | Kubernetes
Kubernetes 背后的架构概念。Kubernetes 集群由一个控制平面和一组用于运行容器化应用的工作机器组成, 这些工作机器称作节点(Node)。每个集群至少需要一个工作节点来运行 Pod。 工作节点托管着组成应用负载的 Pod。控制平面管理集群中的工作节点和 Pod。 在生产环境中,控制平面通常跨多台计算机
- Learn Kubernetes Basics
Objectives This tutorial provides a walkthrough of the basics of the Kubernetes cluster orchestration system Each module contains some background information on major Kubernetes features and concepts, and a tutorial for you to follow along Using the tutorials, you can learn to: Deploy a containerized application on a cluster Scale the deployment Update the containerized application with a
- Getting started | Kubernetes
Last modified November 23, 2022 at 3:06 PM PST: Added glossary tooltip to kube-apiserver and kube-prox (c430d9a72c)
- Cluster Architecture - Kubernetes
Node components Node components run on every node, maintaining running pods and providing the Kubernetes runtime environment kubelet An agent that runs on each node in the cluster It makes sure that containers are running in a Pod The kubelet takes a set of PodSpecs that are provided through various mechanisms and ensures that the containers described in those PodSpecs are running and
|
|
|