[zh]fix 2015 blogs: add slug and remove url

This commit is contained in:
howieyuen
2022-06-23 15:21:50 +08:00
parent d937b46d6d
commit 1328174cee
13 changed files with 32 additions and 67 deletions
@@ -1,18 +1,13 @@
--- ---
title: " Kubernetes 采集视频 " title: " Kubernetes 采集视频 "
date: 2015-03-23 date: 2015-03-23
slug: kubernetes-gathering-videos slug: kubernetes-gathering-videos
--- ---
<!-- <!--
---
title: " Kubernetes Gathering Videos " title: " Kubernetes Gathering Videos "
date: 2015-03-23 date: 2015-03-23
slug: kubernetes-gathering-videos slug: kubernetes-gathering-videos
url: /zh/blog/2015/03/Kubernetes-Gathering-Videos url: /blog/2015/03/Kubernetes-Gathering-Videos
---
--> -->
<!-- <!--
@@ -3,14 +3,11 @@ title: " Kubernetes 社区每周聚会笔记 - 2015年3月27日 "
date: 2015-03-28 date: 2015-03-28
slug: weekly-kubernetes-community-hangout slug: weekly-kubernetes-community-hangout
--- ---
<!-- <!--
---
title: " Weekly Kubernetes Community Hangout Notes - March 27 2015 " title: " Weekly Kubernetes Community Hangout Notes - March 27 2015 "
date: 2015-03-28 date: 2015-03-28
slug: weekly-kubernetes-community-hangout slug: weekly-kubernetes-community-hangout
url: /zh/blog/2015/03/Weekly-Kubernetes-Community-Hangout url: /blog/2015/03/Weekly-Kubernetes-Community-Hangout
---
--> -->
<!-- <!--
@@ -3,14 +3,11 @@ title: 欢迎来到 Kubernetes 博客!
date: 2015-03-20 date: 2015-03-20
slug: welcome-to-kubernetes-blog slug: welcome-to-kubernetes-blog
--- ---
<!-- <!--
---
title: Welcome to the Kubernetes Blog! title: Welcome to the Kubernetes Blog!
date: 2015-03-20 date: 2015-03-20
slug: welcome-to-kubernetes-blog slug: welcome-to-kubernetes-blog
url: /zh/blog/2015/03/Welcome-To-Kubernetes-Blog url: /blog/2015/03/Welcome-To-Kubernetes-Blog
---
--> -->
<!-- <!--
@@ -2,16 +2,14 @@
title: "Borg: Kubernetes 的前身" title: "Borg: Kubernetes 的前身"
date: 2015-04-23 date: 2015-04-23
slug: borg-predecessor-to-kubernetes slug: borg-predecessor-to-kubernetes
url: /zh/blog/2015/04/Borg-Predecessor-To-Kubernetes
--- ---
<!-- <!--
---
title: " Borg: The Predecessor to Kubernetes " title: " Borg: The Predecessor to Kubernetes "
date: 2015-04-23 date: 2015-04-23
slug: borg-predecessor-to-kubernetes slug: borg-predecessor-to-kubernetes
url: /zh/blog/2015/04/Borg-Predecessor-To-Kubernetes url: /blog/2015/04/Borg-Predecessor-To-Kubernetes
---
--> -->
<!-- <!--
Google has been running containerized workloads in production for more than a decade. Whether it's service jobs like web front-ends and stateful servers, infrastructure systems like [Bigtable](http://research.google.com/archive/bigtable.html) and [Spanner](http://research.google.com/archive/spanner.html), or batch frameworks like [MapReduce](http://research.google.com/archive/mapreduce.html) and [Millwheel](http://research.google.com/pubs/pub41378.html), virtually everything at Google runs as a container. Today, we took the wraps off of Borg, Googles long-rumored internal container-oriented cluster-management system, publishing details at the academic computer systems conference [Eurosys](http://eurosys2015.labri.fr/). You can find the paper [here](https://research.google.com/pubs/pub43438.html). Google has been running containerized workloads in production for more than a decade. Whether it's service jobs like web front-ends and stateful servers, infrastructure systems like [Bigtable](http://research.google.com/archive/bigtable.html) and [Spanner](http://research.google.com/archive/spanner.html), or batch frameworks like [MapReduce](http://research.google.com/archive/mapreduce.html) and [Millwheel](http://research.google.com/pubs/pub41378.html), virtually everything at Google runs as a container. Today, we took the wraps off of Borg, Googles long-rumored internal container-oriented cluster-management system, publishing details at the academic computer systems conference [Eurosys](http://eurosys2015.labri.fr/). You can find the paper [here](https://research.google.com/pubs/pub43438.html).
--> -->
@@ -2,16 +2,14 @@
title: " 每周 Kubernetes 社区例会笔记 - 2015 年 4 月 3 日 " title: " 每周 Kubernetes 社区例会笔记 - 2015 年 4 月 3 日 "
date: 2015-04-04 date: 2015-04-04
slug: weekly-kubernetes-community-hangout slug: weekly-kubernetes-community-hangout
url: /zh/blog/2015/04/Weekly-Kubernetes-Community-Hangout
--- ---
<!-- <!--
---
title: " Weekly Kubernetes Community Hangout Notes - April 3 2015 " title: " Weekly Kubernetes Community Hangout Notes - April 3 2015 "
date: 2015-04-04 date: 2015-04-04
slug: weekly-kubernetes-community-hangout slug: weekly-kubernetes-community-hangout
url: /zh/blog/2015/04/Weekly-Kubernetes-Community-Hangout url: /blog/2015/04/Weekly-Kubernetes-Community-Hangout
---
--> -->
<!-- <!--
# Kubernetes: Weekly Kubernetes Community Hangout Notes # Kubernetes: Weekly Kubernetes Community Hangout Notes
--> -->
@@ -1,17 +1,15 @@
<!--
---
title: " AppC Support for Kubernetes through RKT "
date: 2015-05-04
slug: appc-support-for-kubernetes-through-rkt
url: /zh/blog/2015/05/Appc-Support-For-Kubernetes-Through-Rkt
---
-->
--- ---
title: " 通过 RKT 对 Kubernetes 的 AppC 支持 " title: " 通过 RKT 对 Kubernetes 的 AppC 支持 "
date: 2015-05-04 date: 2015-05-04
slug: appc-support-for-kubernetes-through-rkt slug: appc-support-for-kubernetes-through-rkt
url: /zh/blog/2015/05/Appc-Support-For-Kubernetes-Through-Rkt
--- ---
<!--
title: " AppC Support for Kubernetes through RKT "
date: 2015-05-04
slug: appc-support-for-kubernetes-through-rkt
url: /blog/2015/05/Appc-Support-For-Kubernetes-Through-Rkt
-->
<!-- <!--
We very recently accepted a pull request to the Kubernetes project to add appc support for the Kubernetes community. &nbsp;Appc is a new open container specification that was initiated by CoreOS, and is supported through CoreOS rkt container runtime. We very recently accepted a pull request to the Kubernetes project to add appc support for the Kubernetes community. &nbsp;Appc is a new open container specification that was initiated by CoreOS, and is supported through CoreOS rkt container runtime.
--> -->
@@ -3,14 +3,11 @@ title: " OpenStack 上的 Kubernetes "
date: 2015-05-19 date: 2015-05-19
slug: kubernetes-on-openstack slug: kubernetes-on-openstack
--- ---
<!-- <!--
---
title: " Kubernetes on OpenStack " title: " Kubernetes on OpenStack "
date: 2015-05-19 date: 2015-05-19
slug: kubernetes-on-openstack slug: kubernetes-on-openstack
url: /zh/blog/2015/05/Kubernetes-On-Openstack url: /blog/2015/05/Kubernetes-On-Openstack
---
--> -->
[![](https://3.bp.blogspot.com/-EOrCHChZJZE/VVZzq43g6CI/AAAAAAAAF-E/JUilRHk369E/s400/Untitled%2Bdrawing.jpg)](https://3.bp.blogspot.com/-EOrCHChZJZE/VVZzq43g6CI/AAAAAAAAF-E/JUilRHk369E/s1600/Untitled%2Bdrawing.jpg) [![](https://3.bp.blogspot.com/-EOrCHChZJZE/VVZzq43g6CI/AAAAAAAAF-E/JUilRHk369E/s400/Untitled%2Bdrawing.jpg)](https://3.bp.blogspot.com/-EOrCHChZJZE/VVZzq43g6CI/AAAAAAAAF-E/JUilRHk369E/s1600/Untitled%2Bdrawing.jpg)
@@ -3,14 +3,11 @@ title: " Kubernetes 社区每周聚会笔记- 2015年5月1日 "
date: 2015-05-11 date: 2015-05-11
slug: weekly-kubernetes-community-hangout slug: weekly-kubernetes-community-hangout
--- ---
<!-- <!--
---
title: " Weekly Kubernetes Community Hangout Notes - May 1 2015 " title: " Weekly Kubernetes Community Hangout Notes - May 1 2015 "
date: 2015-05-11 date: 2015-05-11
slug: weekly-kubernetes-community-hangout slug: weekly-kubernetes-community-hangout
url: /zh/blog/2015/05/Weekly-Kubernetes-Community-Hangout url: /blog/2015/05/Weekly-Kubernetes-Community-Hangout
---
--> -->
<!-- <!--
@@ -3,14 +3,11 @@ title: "幻灯片:Kubernetes 集群管理,爱丁堡大学演讲"
date: 2015-06-26 date: 2015-06-26
slug: slides-cluster-management-with slug: slides-cluster-management-with
--- ---
<!-- <!--
---
title: " Slides: Cluster Management with Kubernetes, talk given at the University of Edinburgh " title: " Slides: Cluster Management with Kubernetes, talk given at the University of Edinburgh "
date: 2015-06-26 date: 2015-06-26
slug: slides-cluster-management-with slug: slides-cluster-management-with
url: /zh/blog/2015/06/Slides-Cluster-Management-With url: /blog/2015/06/Slides-Cluster-Management-With
---
--> -->
<!-- <!--
@@ -3,12 +3,12 @@ title: "宣布首个Kubernetes企业培训课程 "
date: 2015-07-08 date: 2015-07-08
slug: announcing-first-kubernetes-enterprise slug: announcing-first-kubernetes-enterprise
--- ---
<!-- --- <!--
title: " Announcing the First Kubernetes Enterprise Training Course " title: " Announcing the First Kubernetes Enterprise Training Course "
date: 2015-07-08 date: 2015-07-08
slug: announcing-first-kubernetes-enterprise slug: announcing-first-kubernetes-enterprise
url: /zh/blog/2015/07/Announcing-First-Kubernetes-Enterprise url: /blog/2015/07/Announcing-First-Kubernetes-Enterprise
--- --> -->
<!-- At Google we rely on Linux application containers to run our core infrastructure. Everything from Search to Gmail runs in containers. &nbsp;In fact, we like containers so much that even our Google Compute Engine VMs run in containers! &nbsp;Because containers are critical to our business, we have been working with the community on many of the basic container technologies (from cgroups to Dockers LibContainer) and even decided to build the next generation of Googles container scheduling technology, Kubernetes, in the open. --> <!-- At Google we rely on Linux application containers to run our core infrastructure. Everything from Search to Gmail runs in containers. &nbsp;In fact, we like containers so much that even our Google Compute Engine VMs run in containers! &nbsp;Because containers are critical to our business, we have been working with the community on many of the basic container technologies (from cgroups to Dockers LibContainer) and even decided to build the next generation of Googles container scheduling technology, Kubernetes, in the open. -->
在谷歌,我们依赖 Linux 容器应用程序去运行我们的核心基础架构。所有服务,从搜索引擎到Gmail服务,都运行在容器中。事实上,我们非常喜欢容器,甚至我们的谷歌云计算引擎虚拟机也运行在容器上!由于容器对于我们的业务至关重要,我们已经与社区合作开发许多基本的容器技术(从 cgroups 到 Docker 的 LibContainer),甚至决定去构建谷歌的下一代开源容器调度技术,Kubernetes。 在谷歌,我们依赖 Linux 容器应用程序去运行我们的核心基础架构。所有服务,从搜索引擎到Gmail服务,都运行在容器中。事实上,我们非常喜欢容器,甚至我们的谷歌云计算引擎虚拟机也运行在容器上!由于容器对于我们的业务至关重要,我们已经与社区合作开发许多基本的容器技术(从 cgroups 到 Docker 的 LibContainer),甚至决定去构建谷歌的下一代开源容器调度技术,Kubernetes。
@@ -1,19 +1,15 @@
<!--
--- ---
title: " Kubernetes 社区每周环聊笔记——2015 年 7 月 31 日 "
date: 2015-08-04
slug: weekly-kubernetes-community-hangout
---
<!--
title: " Weekly Kubernetes Community Hangout Notes - July 31 2015 " title: " Weekly Kubernetes Community Hangout Notes - July 31 2015 "
date: 2015-08-04 date: 2015-08-04
slug: weekly-kubernetes-community-hangout slug: weekly-kubernetes-community-hangout
url: /zh/blog/2015/08/Weekly-Kubernetes-Community-Hangout url: /blog/2015/08/Weekly-Kubernetes-Community-Hangout
---
--> -->
---
title: " Kubernetes社区每周环聊笔记-2015年7月31日 "
date: 2015-08-04
slug: weekly-kubernetes-community-hangout
url: /zh/blog/2015/08/Weekly-Kubernetes-Community-Hangout
---
<!-- <!--
Every week the Kubernetes contributing community meet virtually over Google Hangouts. We want anyone who's interested to know what's discussed in this forum. Every week the Kubernetes contributing community meet virtually over Google Hangouts. We want anyone who's interested to know what's discussed in this forum.
@@ -2,16 +2,14 @@
title: " Kubernetes 1.1 性能升级,工具改进和社区不断壮大 " title: " Kubernetes 1.1 性能升级,工具改进和社区不断壮大 "
date: 2015-11-09 date: 2015-11-09
slug: kubernetes-1-1-performance-upgrades-improved-tooling-and-a-growing-community slug: kubernetes-1-1-performance-upgrades-improved-tooling-and-a-growing-community
url: /zh/blog/2015/11/Kubernetes-1-1-Performance-Upgrades-Improved-Tooling-And-A-Growing-Community
--- ---
<!-- <!--
---
title: " Kubernetes 1.1 Performance upgrades, improved tooling and a growing community " title: " Kubernetes 1.1 Performance upgrades, improved tooling and a growing community "
date: 2015-11-09 date: 2015-11-09
slug: kubernetes-1-1-performance-upgrades-improved-tooling-and-a-growing-community slug: kubernetes-1-1-performance-upgrades-improved-tooling-and-a-growing-community
url: /zh/blog/2015/11/Kubernetes-1-1-Performance-Upgrades-Improved-Tooling-And-A-Growing-Community url: /blog/2015/11/Kubernetes-1-1-Performance-Upgrades-Improved-Tooling-And-A-Growing-Community
---
--> -->
<!-- <!--
Since the Kubernetes 1.0 release in July, weve seen tremendous adoption by companies building distributed systems to manage their container clusters. Were also been humbled by the rapid growth of the community who help make Kubernetes better everyday. We have seen commercial offerings such as Tectonic by CoreOS and RedHat Atomic Host emerge to deliver deployment and support of Kubernetes. And a growing ecosystem has added Kubernetes support including tool vendors such as Sysdig and Project Calico. Since the Kubernetes 1.0 release in July, weve seen tremendous adoption by companies building distributed systems to manage their container clusters. Were also been humbled by the rapid growth of the community who help make Kubernetes better everyday. We have seen commercial offerings such as Tectonic by CoreOS and RedHat Atomic Host emerge to deliver deployment and support of Kubernetes. And a growing ecosystem has added Kubernetes support including tool vendors such as Sysdig and Project Calico.
--> -->
@@ -1,16 +1,13 @@
--- ---
title: " 使用 Puppet 管理 Kubernetes PodsServices 和 Replication Controllers " title: "使用 Puppet 管理 Kubernetes PodService 和 Replication Controller"
date: 2015-12-17 date: 2015-12-17
slug: managing-kubernetes-pods-services-and-replication-controllers-with-puppet slug: managing-kubernetes-pods-services-and-replication-controllers-with-puppet
--- ---
<!-- <!--
---
title: " Managing Kubernetes Pods, Services and Replication Controllers with Puppet " title: " Managing Kubernetes Pods, Services and Replication Controllers with Puppet "
date: 2015-12-17 date: 2015-12-17
slug: managing-kubernetes-pods-services-and-replication-controllers-with-puppet slug: managing-kubernetes-pods-services-and-replication-controllers-with-puppet
url: /zh/blog/2015/12/Managing-Kubernetes-Pods-Services-And-Replication-Controllers-With-Puppet url: /blog/2015/12/Managing-Kubernetes-Pods-Services-And-Replication-Controllers-With-Puppet
---
--> -->
<!-- <!--