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

jopen 8年前
   <p style="text-align: center;"><img alt="" src="https://simg.open-open.com/show/42d9d04e7ae043e37eaf993e9d8519d2.png" /></p>    <p>Kubernetes是Google开源的容器集群管理系统,其提供应用部署、维护、 扩展机制等功能。利用Kubernetes能方便地管理跨机器运行容器化的应用。</p>    <p>如果你曾经用过<a href="http://www.open-open.com/lib/view/open1463535082208.html">Docker</a>容器技术部署容器,那么可以将Docker看成Kubernetes内部使用的低级别组件。Kubernetes不仅仅支持Docker,还支持Rocket,这是另一种容器技术。</p>    <p>使用Kubernetes可以:</p>    <ul>     <li>自动化容器的部署和复制</li>     <li>随时扩展或收缩容器规模</li>     <li>将容器组织成组,并且提供容器间的负载均衡</li>     <li>很容易地升级应用程序容器的新版本</li>     <li>提供容器弹性,如果容器失效就替换它,等等...</li>    </ul>    <h2>更新日志</h2>    <ul>     <li>Retry Pod/RC updates in kubectl rolling-update (<a href="/misc/goto?guid=4958991744997299983">#27509</a>, <a href="/misc/goto?guid=4958991140899872804">@janetkuo</a>)</li>     <li>GCE provider: Create TargetPool with 200 instances, then update with rest (<a href="/misc/goto?guid=4958991745149850066">#27865</a>, <a href="/misc/goto?guid=4958991138432133322">@zmerlynn</a>)</li>     <li>GCE provider: Limit Filter calls to regexps rather than large blobs (<a href="/misc/goto?guid=4958991745299298842">#27741</a>, <a href="/misc/goto?guid=4958991138432133322">@zmerlynn</a>)</li>     <li>Fix strategic merge diff list diff bug (<a href="/misc/goto?guid=4958991745420921557">#26418</a>, <a href="/misc/goto?guid=4958991497388762683">@AdoHe</a>)</li>     <li>AWS: Fix long-standing bug in stringSetToPointers (<a href="/misc/goto?guid=4958991139303805522">#26331</a>, <a href="/misc/goto?guid=4958991139398614350">@therc</a>)</li>     <li>AWS kube-up: Increase timeout waiting for docker start (<a href="/misc/goto?guid=4958991745644215828">#25405</a>, <a href="/misc/goto?guid=4958991137681445848">@justinsb</a>)</li>     <li>Fix hyperkube flag parsing (<a href="/misc/goto?guid=4958991141278186451">#25512</a>, <a href="/misc/goto?guid=4958991141367204128">@colhom</a>)</li>     <li>kubectl rolling-update support for same image (<a href="/misc/goto?guid=4958991745868796084">#24645</a>, <a href="/misc/goto?guid=4958991745971828467">@jlowdermilk</a>)</li>     <li>Return "410 Gone" errors via watch stream when using watch cache (<a href="/misc/goto?guid=4958991746077048631">#25369</a>, <a href="/misc/goto?guid=4958991746177917890">@liggitt</a>)</li>    </ul>    <h2>下载</h2>    <ul>     <li><a href="/misc/goto?guid=4958991746281245532" rel="nofollow">473 MB<strong>kubernetes.tar.gz</strong></a></li>     <li><a href="/misc/goto?guid=4958991746392188101" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4958991746490536847" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>