Files
nexus/wiki/entities/Kubernetes.md
2026-04-14 16:02:50 +08:00

28 lines
555 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]
sources: []
last_updated: 2025-03-01
---
## Summary
Kubernetes是一个开源容器编排平台用于自动化容器化应用的部署、扩展和管理。
## Key Claims
- Kubernetes支持跨云环境的工作负载编排
- EKS、GKE、AKS分别是AWS、GCP、Azure的托管Kubernetes服务
- Kubernetes是多云策略的关键组件
## Aliases
- K8s
- Kubernetes
- EKS
- GKE
- AKS
## Connections
- [[多云策略]] ← 依赖 ← Kubernetes
- [[IaC]] ← 互补 ← 容器化