Kubernetes 0.16.0 RC 发布,容器集群管理系统
开源中国的 IT 公司开源软件整理计划介绍
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.tar.gz
Source code (zip)
Source code (tar.gz)
Kubernetes 是来自 Google 云平台的开源容器集群管理系统。基于 Docker 构建一个容器的调度服务。该系统可以自动在一个容器集群中选择一个工作容器供使用。其核心概念是 Container Pod。详细的设计思路请参考这里。