Next-gen Tech Edu
Next-gen Tech Edu
笔记(万篇)
知识图谱
实验室
Craft 方块世界
3D 知识卡牌
其他阅读渠道
知乎
SegmentFault
掘金
By Jimmy Song's Template
_index
搜索...
/
Back
|
Books
99.参考资料
_index
_index
14.Init 容器
pause-container
pod
pod-disruption-budget
pod-hook
pod-lifecycle
pod-overview
pod-preset
pod-security-policy
_index
39.Service
40.拓扑感知路由
41.Ingress
42.Gateway API
_index
calico
cilium
flannel
_index
aggregated-api-server
apiservice
crd
custom-resource
service-catalog
_index
federation
multi-cluster-services-api
_index
74.配置 Pod 的 liveness 和 readiness 探针
quota
secret
service-account
_index
docker-cli-to-kubectl
etcdctl
kubectl-cheatsheet
using-kubectl
_index
auth-with-kubeconfig-or-token
authentication
ip-masq-agent
kubectl-user-authentication-authorization
kubelet-authentication-authorization
kubernetes-security-best-practice
managing-tls-in-a-cluster
tls-bootstrapping
_index
accessing-kubernetes-pods-from-outside-of-the-cluster
authenticate-across-clusters-kubeconfig
connecting-to-applications-port-forward
kubernator-kubernetes-ui
lens
methods
service-access-application-cluster
_index
deploy-applications-in-kubernetes
migrating-hadoop-yarn-to-kubernetes
using-statefulset
_index
advance-developer
client-go-sample
contribute
developing-environment
kubebuilder
minikube
operator
operator-sdk
sigs-and-working-group
testing
01.Kubernetes 架构
11.Pod 状态与生命周期管理
4.Kubernetes 的设计理念
5.Etcd 解析
6.开放接口
7.容器运行时接口(CRI)
8.容器网络接口(CNI)
9.容器存储接口(CSI)
03.集群资源管理
22.Node
23.Namespace
24.Label
25.Annotation
26.Taint 和 Toleration(污点和容忍)
27.垃圾收集
71.资源调度
72.服务质量等级(QoS)
04.控制器
29.Deployment
30.StatefulSet
31.DaemonSet
32.ReplicationController 和 ReplicaSet
33.Job
34.CronJob
34.Ingress 控制器
35.Horizontal Pod Autoscaling
36.自定义指标 HPA
37.准入控制器(Admission Controller)
06.身份与权限认证
45-基于角色的访问控制(RBAC)
46-Network Policy
serviceaccount
spiffe
spire
spire-k8s-workload-registar
svid
08.存储
55.Secret
56.ConfigMap
57.ConfigMap 的热更新
58.Volume
59.持久化卷(Persistent Volume)
60.Storage Class
61.本地持久化存储
目录
本节大纲
04.控制器
控制器
Kubernetes 中内建了很多 controller(控制器),这些相当于一个状态机,用来控制 Pod 的具体状态和行为。
本节大纲