kubernetes 0.15.0 Candidate 發布,容器集群管理系統
Kubernetes 是來自 Google 云平臺的開源容器集群管理系統。基于 Docker 構建一個容器的調度服務。該系統可以自動在一個容器集群中選擇一個工作容器供使用。其核心概念是 Container Pod。詳細的設計思路請參考這里。
kubernetes 0.15.0 Candidate 發布,此版本主要有以下更新:
-
Enables v1beta3 API and sets it to the default API version (#6098)
-
See the v1beta3 conversion guide
-
Added multi-port Services (#6182)
-
New Getting Started Guides
-
Multi-node local startup guide (#6505)
-
JUJU (#5414)
-
Mesos on Google Cloud Platform (#5442)
-
Ansible Setup instructions (#6237)
-
The Kubelet now listens on a secure HTTPS port (#6380)
-
Made kubectl errors more user-friendly (#6338)
-
The apiserver now supports client cert authentication (#6190)
-
The apiserver now limits the number of concurrent requests it processes (#6207)
詳細信息請查看發行頁面。
此版本現已提供下載:
https://github.com/GoogleCloudPlatform/kubernetes/archive/v0.15.0.zip