Skip to main content
Documents
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Kubernetes 应用架构以及部署

Kubernetes 集群

  • 搭建 etcd 集群
  • 创建 Control Plane(控制平面)
  • 添加 Node(节点)
  • 添加 Control Plane(双节点,高可用)
  • 添加 VIP -> Control Plane API(高可用)
  • 管理 Label(应用程序部署规划)
  • 部署 Workload
  • 监控

Nginx + IPVS 替代 Ingress / Gateway API