kubernetes 0.15.0 Candidate 发布,容器集群管理系统

jopen 9年前

Kubernetes 是来自 Google 云平台的开源容器集群管理系统。基于 Docker 构建一个容器的调度服务。该系统可以自动在一个容器集群中选择一个工作容器供使用。其核心概念是 Container Pod。详细的设计思路请参考这里
kubernetes 0.15.0 Candidate 发布,此版本主要有以下更新:

  • Enables v1beta3 API and sets it to the default API version (#6098)

  • 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)

  • Added a controller framework (#5270, #5473)

  • 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