红联Linux门户
Linux帮助

Kubernetes 0.16.0 RC发布,容器集群管理系统

发布时间:2015-04-30 09:13:38来源:红联作者:empast
Kubernetes 0.16.0 Candidate 发布,此版本主要有以下更新:

Initial add of v1 API candidate

Upgrade elastic search to 1.5.2

Remove nginx from GCE deploys

Switch to token auth in kubectl

Fix a crash in the kubelet if a persistent volume is not bound

Migrate various internal services to the v1beta3 API

Migrate various examples to the v1beta3 API.

Add monitoring stats to kubelet

Updated gophercloud libraries

Fix node restart/reboot for GKE and GCE

Move remaining master components into Pods

详细信息请查看发行页面。

Kubernetes 是来自 Google 云平台的开源容器集群管理系统。基于 Docker 构建一个容器的调度服务。该系统可以自动在一个容器集群中选择一个工作容器供使用。其核心概念是 Container Pod。

软件详情:https://github.com/GoogleCloudPlatform/kubernetes/releases/tag/v0.16.0

下载地址:https://github.com/GoogleCloudPlatform/kubernetes/releases/download/v0.16.0/kubernetes.tar.gz

来自:开源中国社区
文章评论

共有 1 条评论

  1. canxiang 于 2015-04-30 14:03:24发表:

    好东西,谢谢分享