om/k8s/kubernetes.md

22 lines
353 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 主要功能
1. 数据卷pod中和pod之间的容器的数据共享
2. 资源监控
3. 弹性伸缩
4. 服务发现
5. 负载均衡
6. 滚动更新
7. 服务编排
8. 应用程序健康检查
9. 提供认证和授权
10. 复制应用程序实例
### 核心对象
1. pod
2. volume
3. service
4. deployment
5. daemonSet
6. statefulset
7. job