Cluster Administration
Cluster Administration Overview
from Cluster Administration Overview
自己看文档,主要包含下面四个主题的导航🧭:
- Planning a cluster
- Managing a cluster
- Securing a cluster
- Optional Cluster Services
Certificates
from Certificates
证书生成、授权与其管理。
Cloud Providers
from Cloud Providers
kubeadm is a popular option for creating kubernetes clusters. kubeadm has configuration options to specify configuration information for cloud providers.
Managing Resources
from Managing Resources
如何管理集群,主要关于下面几个专题:
- Organizing resource configurations
- Bulk operations in kubectl
- Using labels effectively
- Canary deployments
- Updating labels
- Updating annotations
- Scaling your application
- In-place updates of resources
- Disruptive updates
- Updating your application without a service outage
Cluster Networking
from Cluster Networking
集群网络相关,自己看文档。
Logging Architecture
from Logging Architecture
集群日志,直接看文档。
Configuring kubelet Garbage Collection
from Configuring kubelet Garbage Collection
Garbage collection is a helpful function of kubelet that will clean up unused images and unused containers. Kubelet will perform garbage collection for containers every minute and garbage collection for images every five minutes.
Proxies in Kubernetes
直接看文档。
Controller manager metrics
from Controller manager metrics
Controller manager metrics provide important insight into the performance and health of the controller manager.
Installing Addons
from Installing Addons
Add-ons extend the functionality of Kubernetes.
各种插件。