/Kubernetes-Core

Kubernetes 核心技术实现

Kubernetes-Core

《Kubernetes 核心技术实现》[译]

更新中....

介绍

目录 涵盖内容
Why Kubernetes exists
Why the Pod?
Let’s build a Pod
Using cgroups for processes in our Pods
Troubleshooting large-scale network errors
Pod storage and the CSI
Storage implementation and modeling
Running Pods: How the kubelet works
DNS in Kubernetes
The core of the control plane
Etcd and the control plane
Container and Pod security
Nodes and Kubernetes security
Installing applications