Files
Cloud-book/Kubernetes/Kubernetes.md
2025-08-27 17:10:05 +08:00

5 lines
281 B
Markdown
Raw Permalink 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.

Kubernetes 是一个开源的容器编排引擎用于自动化部署、扩展和管理容器化应用程序。该开源项目由云原生计算基金会CNCF托管。
[kubernetes官网地址](https://kubernetes.io/)
[kubernetes项目地址](https://github.com/kubernetes)