Files
nexus/wiki/entities/Kubernetes.md
2026-04-16 17:30:41 +08:00

24 lines
786 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.
---
title: "Kubernetes"
type: entity
tags: [container-orchestration, cloud-native, CNCF]
sources: [cloud-devop-maturity-guideline, DevOps-Culture-and-Transformation, How-Agentic-AI-can-help-for-Cloud-DevOps]
last_updated: 2026-04-16
---
## Summary
KubernetesK8s是 CNCF 开发的开源容器编排平台,用于自动化容器化应用的部署、扩展和管理。
## Definition
容器编排平台,实现容器集群的自动化管理、负载均衡和弹性伸缩。
## Key Attributes
- **类型**:容器编排平台
- **开发商**CNCF云原生计算基金会
- **许可证**开源Apache License 2.0
- **原产公司**Google
## Connections
- [[DevOps 成熟度模型]] ← 支撑 ← [[容器化技术]]
- [[Docker]] ← 编排 ← [[Kubernetes]]