Merge pull request #34489 from howieyuen/blog-slug-2016

[zh]fix 2016 blogs: add slug and remove url
pull/34499/head
Kubernetes Prow Robot 2022-06-23 03:37:43 -07:00 committed by GitHub
commit bdadfbcf45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 35 additions and 68 deletions

View File

@ -2,7 +2,6 @@
title: " Kubernetes 社区会议记录 - 20160114 "
date: 2016-01-28
slug: kubernetes-community-meeting-notes
url: /zh/blog/2016/01/Kubernetes-Community-Meeting-Notes
---
<!--
---

View File

@ -1,21 +1,20 @@
<!--
---
title: " Simple leader election with Kubernetes and Docker "
date: 2016-01-11
slug: simple-leader-election-with-kubernetes
---
#### Overview
-->
title: "Kubernetes 和 Docker 简单的 leader election"
date: 2016-01-11
slug: simple-leader-election-with-kubernetes
url: /zh/blog/2016/01/Simple-Leader-Election-With-Kubernetes
---
<!--
title: " Simple leader election with Kubernetes and Docker "
date: 2016-01-11
slug: simple-leader-election-with-kubernetes
-->
<!--
#### Overview
Kubernetes simplifies the deployment and operational management of services running on clusters. However, it also simplifies the development of these services. In this post we'll see how you can use Kubernetes to easily perform leader election in your distributed application. Distributed applications usually replicate the tasks of a service for reliability and scalability, but often it is necessary to designate one of the replicas as the leader who is responsible for coordination among all of the replicas.
-->
#### 概述
Kubernetes 简化了集群上运行的服务的部署和操作管理。但是,它也简化了这些服务的发展。在本文中,我们将看到如何使用 Kubernetes 在分布式应用程序中轻松地执行 leader election。分布式应用程序通常为了可靠性和可伸缩性而复制服务的任务但通常需要指定其中一个副本作为负责所有副本之间协调的负责人。

View File

@ -4,12 +4,12 @@ date: 2016-01-14
slug: why-kubernetes-doesnt-use-libnetwork
---
<!-- ---
<!--
title: " Why Kubernetes doesnt use libnetwork "
date: 2016-01-14
slug: why-kubernetes-doesnt-use-libnetwork
url: /zh/blog/2016/01/Why-Kubernetes-Doesnt-Use-Libnetwork
--- -->
url: /blog/2016/01/Why-Kubernetes-Doesnt-Use-Libnetwork
-->
<!-- Kubernetes has had a very basic form of network plugins since before version 1.0 was released — around the same time as Docker's [libnetwork](https://github.com/docker/libnetwork) and Container Network Model ([CNM](https://github.com/docker/libnetwork/blob/master/docs/design.md)) was introduced. Unlike libnetwork, the Kubernetes plugin system still retains its "alpha" designation. Now that Docker's network plugin support is released and supported, an obvious question we get is why Kubernetes has not adopted it yet. After all, vendors will almost certainly be writing plugins for Docker — we would all be better off using the same drivers, right? -->

View File

@ -5,12 +5,10 @@ slug: kubecon-eu-2016-kubernetes-community-in
---
<!--
---
title: " KubeCon EU 2016: Kubernetes Community in London "
date: 2016-02-24
slug: kubecon-eu-2016-kubernetes-community-in
url: /zh/blog/2016/02/Kubecon-Eu-2016-Kubernetes-Community-In
---
url: /blog/2016/02/Kubecon-Eu-2016-Kubernetes-Community-In
-->
<!--

View File

@ -7,8 +7,9 @@ slug: kubernetes-community-meeting-notes
title: " Kubernetes community meeting notes - 20160204 "
date: 2016-02-09
slug: kubernetes-community-meeting-notes
url: /zh/blog/2016/02/Kubernetes-Community-Meeting-Notes
url: /blog/2016/02/Kubernetes-Community-Meeting-Notes
-->
<!--
#### February 4th - rkt demo (congratulations on the 1.0, CoreOS!), eBay puts k8s on Openstack and considers Openstack on k8s, SIGs, and flaky test surge makes progress.
-->

View File

@ -1,17 +1,15 @@
---
title: " 容器世界现状2016年1月 "
title: " 容器世界现状2016 1 月 "
date: 2016-02-01
slug: state-of-container-world-january-2016
url: /zh/blog/2016/02/State-Of-Container-World-January-2016
---
<!--
---
title: " State of the Container World, January 2016 "
date: 2016-02-01
slug: state-of-container-world-january-2016
url: /zh/blog/2016/02/State-Of-Container-World-January-2016
---
url: /blog/2016/02/State-Of-Container-World-January-2016
-->
<!--
At the start of the new year, we sent out a survey to gauge the state of the container world. Were ready to send the [February edition](https://docs.google.com/forms/d/13yxxBqb5igUhwrrnDExLzZPjREiCnSs-AH-y4SSZ-5c/viewform), but before we do, lets take a look at the January data from the 119 responses (thank you for participating!).
-->

View File

@ -2,7 +2,6 @@
title: "Kubernetes 社区会议记录 - 20160218"
date: 2016-02-23
slug: kubernetes-community-meeting-notes_23
url: /zh/blog/2016/02/kubernetes-community-meeting-notes_23
---
<!--
@ -10,8 +9,7 @@ url: /zh/blog/2016/02/kubernetes-community-meeting-notes_23
title: " Kubernetes Community Meeting Notes - 20160218 "
date: 2016-02-23
slug: kubernetes-community-meeting-notes_23
url: /zh/blog/2016/02/kubernetes-community-meeting-notes_23
url: /zh/blog/2016/02/kubernetes-community-meeting-notes_23
url: /blog/2016/02/Kubernetes-community-meeting-notes-20160128
---
-->

View File

@ -2,15 +2,12 @@
title: " 在 Rancher 中添加对 Kuernetes 的支持 "
date: 2016-04-08
slug: adding-support-for-kubernetes-in-rancher
url: /zh/blog/2016/04/Adding-Support-For-Kubernetes-In-Rancher
---
<!--
---
title: " Adding Support for Kubernetes in Rancher "
date: 2016-04-08
slug: adding-support-for-kubernetes-in-rancher
url: /zh/blog/2016/04/Adding-Support-For-Kubernetes-In-Rancher
---
url: /blog/2016/04/Adding-Support-For-Kubernetes-In-Rancher
-->
<!--
_Todays guest post is written by Darren Shepherd, Chief Architect at Rancher Labs, an open-source software platform for managing containers._ -->

View File

@ -2,16 +2,14 @@
title: “SIG-Networking1.3 版本引入 Kubernetes 网络策略 API”
date: 2016-04-18
slug: kubernetes-network-policy-apis
url: /zh/blog/2016/04/Kubernetes-Network-Policy-APIs
---
<!--
---
title: " SIG-Networking: Kubernetes Network Policy APIs Coming in 1.3 "
date: 2016-04-18
slug: kubernetes-network-policy-apis
url: /zh/blog/2016/04/Kubernetes-Network-Policy-APIs
---
url: /blog/2016/04/Kubernetes-Network-Policy-APIs
-->
<!--
_Editors note: This week were featuring [Kubernetes Special Interest Groups](https://github.com/kubernetes/kubernetes/wiki/Special-Interest-Groups-(SIGs)); Todays post is by the Network-SIG team describing network policy APIs coming in 1.3 - policies for security, isolation and multi-tenancy._
-->

View File

@ -2,16 +2,14 @@
title: " SIG-ClusterOps: 提升 Kubernetes 集群的可操作性和互操作性 "
date: 2016-04-19
slug: sig-clusterops-promote-operability-and-interoperability-of-k8s-clusters
url: /zh/blog/2016/04/Sig-Clusterops-Promote-Operability-And-Interoperability-Of-K8S-Clusters
---
<!--
---
title: " SIG-ClusterOps: Promote operability and interoperability of Kubernetes clusters "
date: 2016-04-19
slug: sig-clusterops-promote-operability-and-interoperability-of-k8s-clusters
url: /zh/blog/2016/04/Sig-Clusterops-Promote-Operability-And-Interoperability-Of-K8S-Clusters
---
url: /blog/2016/04/Sig-Clusterops-Promote-Operability-And-Interoperability-Of-K8S-Clusters
-->
<!--
_Editors note: This week were featuring [Kubernetes Special Interest Groups](https://github.com/kubernetes/kubernetes/wiki/Special-Interest-Groups-(SIGs)); Todays post is by the SIG-ClusterOps team whose mission is to promote operability and interoperability of Kubernetes clusters -- to listen, help & escalate._
-->

View File

@ -2,16 +2,14 @@
title: " CoreOS Fest 2016: CoreOS 和 Kubernetes 在柏林(和旧金山)社区见面会 "
date: 2016-05-03
slug: coreosfest2016-kubernetes-community
url: /zh/blog/2016/05/Coreosfest2016-Kubernetes-Community
---
<!--
---
title: " CoreOS Fest 2016: CoreOS and Kubernetes Community meet in Berlin (& San Francisco) "
date: 2016-05-03
slug: coreosfest2016-kubernetes-community
url: /zh/blog/2016/05/Coreosfest2016-Kubernetes-Community
---
url: /blog/2016/05/Coreosfest2016-Kubernetes-Community
-->
<!--
[CoreOS Fest 2016](https://coreos.com/fest/) will bring together the container and open source distributed systems community, including many thought leaders in the Kubernetes space. It is the second annual CoreOS community conference, held for the first time in Berlin on May 9th and 10th. CoreOS believes Kubernetes is the container orchestration component to deliver GIFEE (Googles Infrastructure for Everyone Else).
-->

View File

@ -1,16 +1,13 @@
---
题目: " 将端到端的 Kubernetes 测试引入 Azure (第二部分) "
日期: 2016-07-18
title: " 将端到端的 Kubernetes 测试引入 Azure (第二部分) "
date: 2016-07-18
slug: bringing-end-to-end-kubernetes-testing-to-azure-2
url: /zh/blog/2016/07/Bringing-End-To-End-Kubernetes-Testing-To-Azure-2
---
<!--
---
title: " Bringing End-to-End Kubernetes Testing to Azure (Part 2) "
date: 2016-07-18
slug: bringing-end-to-end-kubernetes-testing-to-azure-2
url: /zh/blog/2016/07/Bringing-End-To-End-Kubernetes-Testing-To-Azure-2
---
url: /blog/2016/07/Bringing-End-To-End-Kubernetes-Testing-To-Azure-2
-->
<!--

View File

@ -5,12 +5,10 @@ slug: citrix-netscaler-and-kubernetes
---
<!--
---
title: " Citrix + Kubernetes = A Home Run "
date: 2016-07-14
slug: citrix-netscaler-and-kubernetes
url: /zh/blog/2016/07/Citrix-Netscaler-And-Kubernetes
---
url: /blog/2016/07/Citrix-Netscaler-And-Kubernetes
-->
<!--

View File

@ -5,12 +5,10 @@ slug: dashboard-web-interface-for-kubernetes
---
<!--
---
title: " Dashboard - Full Featured Web Interface for Kubernetes "
date: 2016-07-15
slug: dashboard-web-interface-for-kubernetes
url: /zh/blog/2016/07/Dashboard-Web-Interface-For-Kubernetes
---
url: /blog/2016/07/Dashboard-Web-Interface-For-Kubernetes
-->
<!--

View File

@ -5,12 +5,10 @@ slug: oh-the-places-you-will-go
---
<!--
---
title: " Happy Birthday Kubernetes. Oh, the places youll go! "
date: 2016-07-21
slug: oh-the-places-you-will-go
url: /zh/blog/2016/07/Oh-The-Places-You-Will-Go
---
url: /blog/2016/07/Oh-The-Places-You-Will-Go
-->
<!--

View File

@ -2,15 +2,12 @@
title: "容器中运行有状态的应用!? Kubernetes 1.3 说 “是!” "
date: 2016-07-13
slug: stateful-applications-in-containers-kubernetes
url: /zh/blog/2016/07/stateful-applications-in-containers-kubernetes
---
<!--
---
title: " Stateful Applications in Containers!? Kubernetes 1.3 Says “Yes!” "
date: 2016-07-13
slug: stateful-applications-in-containers-kubernetes
url: /zh/blog/2016/07/stateful-applications-in-containers-kubernetes
---
url: /blog/2016/07/stateful-applications-in-containers-kubernetes
-->
<!--

View File

@ -4,16 +4,14 @@ title: 'SIG Apps: 为 Kubernetes 构建应用并在 Kubernetes 中进行运维'
date: 2016-08-16
slug: sig-apps-running-apps-in-kubernetes
---
<!--
---
title: " SIG Apps: build apps for and operate them in Kubernetes "
date: 2016-08-16
slug: sig-apps-running-apps-in-kubernetes
canonicalUrl: https://kubernetes.io/blog/2016/08/sig-apps-running-apps-in-kubernetes/
url: /blog/2016/08/Sig-Apps-Running-Apps-In-Kubernetes
---
-->
<!--
_Editors note: This post is by the Kubernetes SIG-Apps team sharing how they focus on the developer and devops experience of running applications in Kubernetes._

View File

@ -2,15 +2,12 @@
title: " 使用 Kubernetes Pet Sets 和 Datera Elastic Data Fabric 的 FlexVolume 扩展有状态的应用程序 "
date: 2016-08-29
slug: stateful-applications-using-kubernetes-datera
url: /zh/blog/2016/08/Stateful-Applications-Using-Kubernetes-Datera
---
<!--
---
title: " Scaling Stateful Applications using Kubernetes Pet Sets and FlexVolumes with Datera Elastic Data Fabric "
date: 2016-08-29
slug: stateful-applications-using-kubernetes-datera
url: /zh/blog/2016/08/Stateful-Applications-Using-Kubernetes-Datera
---
url: /blog/2016/08/Stateful-Applications-Using-Kubernetes-Datera
--->
<!--