Google 云平台的开源容器集群管理系统 Kubernetes v1.3.0-alpha.4 发布

jopen 9年前
   <p style="text-align:center"><img alt="" src="https://simg.open-open.com/show/42d9d04e7ae043e37eaf993e9d8519d2.png" /></p>    <h2>简介</h2>    <p>   Kubernetes是Google开源的容器集群管理系统,其提供应用部署、维护、 扩展机制等功能。利用Kubernetes能方便地管理跨机器运行容器化的应用。<br />    如果你曾经用过<a href="http://www.open-open.com/lib/view/open1463535082208.html">Docker</a>容器技术部署容器,那么可以将Docker看成Kubernetes内部使用的低级别组件。Kubernetes不仅仅支持Docker,还支持Rocket,这是另一种容器技术。</p>    <p>   使用Kubernetes可以:</p>    <ul style="margin-left: 40px;">     <li>自动化容器的部署和复制</li>     <li>随时扩展或收缩容器规模</li>     <li>将容器组织成组,并且提供容器间的负载均衡</li>     <li>很容易地升级应用程序容器的新版本</li>     <li>提供容器弹性,如果容器失效就替换它,等等...</li>    </ul>    <p>   </p>    <p> </p>    <h2>更新日志</h2>    <ul>     <li>Fix resource-gatherer that never gathered resources from non-master m…</li>     <li>Added e2e test for cluster autoscaler that verifies host ports.</li>     <li>Remove call to setup_env from hack/e2e-node-test.sh</li>     <li>prevent nil pointer when starting controllers before running the shar…</li>     <li>out of resource killing (memory)</li>    </ul>    <h2>下载地址</h2>    <ul>     <li><a href="/misc/goto?guid=4958990398495498628" rel="nofollow"><strong>kubernetes.tar.gz</strong></a></li>     <li><a href="/misc/goto?guid=4958990398606591577" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4958990398715704115" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>    <h2>相关文章</h2>    <p> <a href="http://www.open-open.com/lib/view/open1451963425495.html">十分钟带你理解Kubernetes核心概念</a></p>