Skip to content

Commit 79f8281

Browse files
author
Tim Bannister
committed
Clean up some existing blog articles
These updates bring older articles in line with current styling for author attributions, etc.
1 parent 86993dc commit 79f8281

18 files changed

+116
-120
lines changed

content/en/blog/_posts/2015-03-00-Welcome-To-Kubernetes-Blog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
2-
title: Welcome to the Kubernetes Blog!
2+
title: Welcome to the Kubernetes Blog!
33
date: 2015-03-20
44
slug: welcome-to-kubernetes-blog
55
url: /blog/2015/03/Welcome-To-Kubernetes-Blog
66
---
7+
8+
**Author:** Kit Merker (Google)
9+
710
Welcome to the new Kubernetes Blog. Follow this blog to learn about the Kubernetes Open Source project. We plan to post release notes, how-to articles, events, and maybe even some off topic fun here from time to time.
811

912

@@ -25,6 +28,3 @@ To start things off, here's a roundup of recent Kubernetes posts from other site
2528

2629

2730
Happy cloud computing!
28-
29-
30-
- Kit Merker - Product Manager, Google Cloud Platform

content/en/blog/_posts/2015-05-00-Kubernetes-Release-0160.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: " Kubernetes Release: 0.16.0 "
2+
title: "Kubernetes Release: 0.16.0"
33
date: 2015-05-11
44
slug: kubernetes-release-0160
55
url: /blog/2015/05/Kubernetes-Release-0160

content/en/blog/_posts/2015-05-00-Kubernetes-Release-0170.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: " Kubernetes Release: 0.17.0 "
2+
title: "Kubernetes Release: 0.17.0"
33
date: 2015-05-15
44
slug: kubernetes-release-0170
55
url: /blog/2015/05/Kubernetes-Release-0170

content/en/blog/_posts/2015-07-00-Announcing-First-Kubernetes-Enterprise.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
title: " Announcing the First Kubernetes Enterprise Training Course "
2+
title: "Announcing the First Kubernetes Enterprise Training Course"
33
date: 2015-07-08
44
slug: announcing-first-kubernetes-enterprise
55
url: /blog/2015/07/Announcing-First-Kubernetes-Enterprise
66
---
7+
78
At Google we rely on Linux application containers to run our core infrastructure. Everything from Search to Gmail runs in containers.  In fact, we like containers so much that even our Google Compute Engine VMs run in containers!  Because containers are critical to our business, we have been working with the community on many of the basic container technologies (from cgroups to Docker’s LibContainer) and even decided to build the next generation of Google’s container scheduling technology, Kubernetes, in the open.
89

910

content/en/blog/_posts/2015-11-00-Kubernetes-1-1-Performance-Upgrades-Improved-Tooling-And-A-Growing-Community.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
2-
title: " Kubernetes 1.1 Performance upgrades, improved tooling and a growing community "
2+
title: "Kubernetes 1.1 Performance upgrades, improved tooling and a growing community"
33
date: 2015-11-09
44
slug: kubernetes-1-1-performance-upgrades-improved-tooling-and-a-growing-community
55
url: /blog/2015/11/Kubernetes-1-1-Performance-Upgrades-Improved-Tooling-And-A-Growing-Community
66
---
7+
8+
**Author:** David Aronchick (Google)
9+
710
Since the Kubernetes 1.0 release in July, we’ve seen tremendous adoption by companies building distributed systems to manage their container clusters. We’re 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.
811

912
With the help of hundreds of contributors, we’re proud to announce the availability of Kubernetes 1.1, which offers major performance upgrades, improved tooling, and new features that make applications even easier to build and deploy.
@@ -50,4 +53,3 @@ As we mentioned above, we would love your help:
5053

5154
But, most of all, just let us know how you are transforming your business using Kubernetes, and how we can help you do it even faster. Thank you for your support!
5255

53-
 - David Aronchick, Senior Product Manager for Kubernetes and Google Container Engine
Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,40 @@
11
---
2-
title: " KubeCon EU 2016: Kubernetes Community in London "
2+
title: "KubeCon EU 2016: Kubernetes Community in London"
33
date: 2016-02-24
44
slug: kubecon-eu-2016-kubernetes-community-in
55
url: /blog/2016/02/Kubecon-Eu-2016-Kubernetes-Community-In
66
---
77

8-
KubeCon EU 2016 is the inaugural [European Kubernetes](http://kubernetes.io/) community conference that follows on the American launch in November 2015. KubeCon is fully dedicated to education and community engagement for[Kubernetes](http://kubernetes.io/) enthusiasts, production users and the surrounding ecosystem.
8+
**Author:** Sarah Novotny (Google)
9+
10+
KubeCon EU 2016 is the inaugural European Kubernetes community conference that follows on the American launch in November 2015. KubeCon is fully dedicated to education and community engagement for [Kubernetes](/) enthusiasts, production users and the surrounding ecosystem.
911

1012
Come join us in London and hang out with hundreds from the Kubernetes community and experience a wide variety of deep technical expert talks and use cases.
1113

1214
Don’t miss these great speaker sessions at the conference:
1315

14-
* “Kubernetes Hardware Hacks: Exploring the Kubernetes API Through Knobs, Faders, and Sliders” by Ian Lewis and Brian Dorsey, Developer Advocate, Google -* [http://sched.co/6Bl3](http://sched.co/6Bl3)
16+
* “Kubernetes Hardware Hacks: Exploring the Kubernetes API Through Knobs, Faders, and Sliders” by Ian Lewis and Brian Dorsey, Developer Advocate, Google [https://sched.co/6Bl3](http://sched.co/6Bl3)
17+
18+
* “rktnetes: what's new with container runtimes and Kubernetes” by Jonathan Boulle, Developer and Team Lead at CoreOS [https://sched.co/6BY7](http://sched.co/6BY7)
19+
20+
* “Kubernetes Documentation: Contributing, fixing issues, collecting bounties” by John Mulhausen, Lead Technical Writer, Google [https://sched.co/6BUP](http://sched.co/6BUP) 
21+
22+
*[What is OpenStack's role in a Kubernetes world?](https://kubeconeurope2016.sched.org/event/6BYC/what-is-openstacks-role-in-a-kubernetes-world?iframe=yes&w=i:0;&sidebar=yes&bg=no#?iframe=yes&w=i:100;&sidebar=yes&bg=no)” By Thierry Carrez, Director of Engineering, OpenStack Foundation [https://sched.co/6BYC](http://sched.co/6BYC)
1523

16-
*rktnetes: what's new with container runtimes and Kubernetes” by Jonathan Boulle, Developer and Team Lead at CoreOS -* [http://sched.co/6BY7](http://sched.co/6BY7)
24+
*A Practical Guide to Container Scheduling” by Mandy Waite, Developer Advocate, Google [https://sched.co/6BZa](http://sched.co/6BZa)
1725

18-
* “Kubernetes Documentation: Contributing, fixing issues, collecting bounties” by John Mulhausen, Lead Technical Writer, Google -* [http://sched.co/6BUP](http://sched.co/6BUP) 
19-
*[What is OpenStack's role in a Kubernetes world?](https://kubeconeurope2016.sched.org/event/6BYC/what-is-openstacks-role-in-a-kubernetes-world?iframe=yes&w=i:0;&sidebar=yes&bg=no#?iframe=yes&w=i:100;&sidebar=yes&bg=no)” By Thierry Carrez, Director of Engineering, OpenStack Foundation -* http://sched.co/6BYC
20-
* “A Practical Guide to Container Scheduling” by Mandy Waite, Developer Advocate, Google -* [http://sched.co/6BZa](http://sched.co/6BZa)
26+
*[Kubernetes in Production in The New York Times newsroom](https://kubeconeurope2016.sched.org/event/67f2/kubernetes-in-production-in-the-new-york-times-newsroom?iframe=yes&w=i:0;&sidebar=yes&bg=no#?iframe=yes&w=i:100;&sidebar=yes&bg=no)” Eric Lewis, Web Developer, New York Times [https://sched.co/67f2](http://sched.co/67f2)
2127

22-
*[Kubernetes in Production in The New York Times newsroom](https://kubeconeurope2016.sched.org/event/67f2/kubernetes-in-production-in-the-new-york-times-newsroom?iframe=yes&w=i:0;&sidebar=yes&bg=no#?iframe=yes&w=i:100;&sidebar=yes&bg=no)” Eric Lewis, Web Developer, New York Times -* [http://sched.co/67f2](http://sched.co/67f2)
23-
*[Creating an Advanced Load Balancing Solution for Kubernetes with NGINX](https://kubeconeurope2016.sched.org/event/6Bc9/creating-an-advanced-load-balancing-solution-for-kubernetes-with-nginx?iframe=yes&w=i:0;&sidebar=yes&bg=no#?iframe=yes&w=i:100;&sidebar=yes&bg=no)” by Andrew Hutchings, Technical Product Manager, NGINX -* http://sched.co/6Bc9
24-
* And many more http://kubeconeurope2016.sched.org/
28+
*[Creating an Advanced Load Balancing Solution for Kubernetes with NGINX](https://kubeconeurope2016.sched.org/event/6Bc9/creating-an-advanced-load-balancing-solution-for-kubernetes-with-nginx?iframe=yes&w=i:0;&sidebar=yes&bg=no#?iframe=yes&w=i:100;&sidebar=yes&bg=no)” by Andrew Hutchings, Technical Product Manager, NGINX [https://sched.co/6Bc9](https://sched.co/6Bc9)
2529

30+
…and many more https://kubeconeurope2016.sched.org/
2631

27-
Get your KubeCon EU [tickets here](https://ti.to/kubecon/kubecon-eu-2016).
32+
33+
~Get your KubeCon EU [tickets here](https://ti.to/kubecon/kubecon-eu-2016)~.
2834

2935
Venue Location: CodeNode * 10 South Pl, London, United Kingdom
3036
Accommodations: [hotels](https://skillsmatter.com/contact-us#hotels)
3137
Website: [kubecon.io](https://www.kubecon.io/)
3238
Twitter: [@KubeConio](https://twitter.com/kubeconio) #KubeCon
33-
Google is a proud Diamond sponsor of KubeCon EU 2016. Come to London next month, March 10th & 11th, and visit booth #13 to learn all about Kubernetes, Google Container Engine (GKE) and Google Cloud Platform!
3439

35-
_KubeCon is organized by KubeAcademy, LLC, a community-driven group of developers focused on the education of developers and the promotion of Kubernetes._
36-
37-
-* Sarah Novotny, Kubernetes Community Manager, Google
40+
Google is a proud Diamond sponsor of KubeCon EU 2016. Come to London next month, March 10th & 11th, and visit booth #13 to learn all about Kubernetes, Google Container Engine (GKE) and Google Cloud Platform!

content/en/blog/_posts/2016-03-00-Kubernetes-1-2-Even-More-Performance-Upgrades-Plus-Easier-Application-Deployment-And-Management-.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
---
2-
title: " Kubernetes 1.2: Even more performance upgrades, plus easier application deployment and management "
2+
title: "Kubernetes 1.2: Even more performance upgrades, plus easier application deployment and management"
33
date: 2016-03-17
44
slug: kubernetes-1.2-even-more-performance-upgrades-plus-easier-application-deployment-and-management
55
url: /blog/2016/03/Kubernetes-1-2-Even-More-Performance-Upgrades-Plus-Easier-Application-Deployment-And-Management
66
---
7-
Today we released Kubernetes 1.2. This release represents significant improvements for large organizations building distributed systems. Now with over 680 unique contributors to the project, this release represents our largest yet.
7+
**Author:** David Aronchick (Google)
8+
9+
Today the Kubernetes project released Kubernetes 1.2. This release represents significant improvements for large organizations building distributed systems. Now with over 680 unique contributors to the project, this release represents our largest yet.
810

911
From the beginning, our mission has been to make building distributed systems easy and accessible for all. With the Kubernetes 1.2 release we’ve made strides towards our goal by increasing scale, decreasing latency and overall simplifying the way applications are deployed and managed. Now, developers at organizations of all sizes can build production scale apps more easily than ever before. 
1012

11-
### What’s new: 
13+
## What’s new
1214

1315
- **Significant scale improvements**. Increased cluster scale by 400% to 1,000 nodes and 30,000 containers per cluster.
14-
- **Simplified application deployment and management**. 
16+
- **Simplified application deployment and management**.
1517

1618
- Dynamic Configuration (via the ConfigMap API) enables applications to pull their configuration when they run rather than packaging it in at build time. 
1719
- Turnkey Deployments (via the Beta Deployment API) let you declare your application and Kubernetes will do the rest. It handles versioning, multiple simultaneous rollouts, aggregating status across all pods, maintaining application availability and rollback. 
@@ -28,15 +30,15 @@ From the beginning, our mission has been to make building distributed systems ea
2830

2931
- **And many more**. For a complete list of updates, see the [release notes on github](https://github.com/kubernetes/kubernetes/releases/tag/v1.2.0). 
3032

31-
#### Community 
33+
## Community
3234

33-
All these improvements would not be possible without our enthusiastic and global community. The momentum is astounding. We’re seeing over 400 pull requests per week, a 50% increase since the previous 1.1 release. There are meetups and conferences discussing Kubernetes nearly every day, on top of the 85 Kubernetes related [meetup groups](http://www.meetup.com/topics/kubernetes/) around the world. We’ve also seen significant participation in the community in the form of Special Interest Groups, with 18 active SIGs that cover topics from AWS and OpenStack to big data and scalability, to get involved [join or start a new SIG](https://github.com/kubernetes/kubernetes/wiki/Special-Interest-Groups-(SIGs)). Lastly, we’re proud that Kubernetes is the first project to be accepted to the Cloud Native Computing Foundation (CNCF), read more about the announcement [here](https://cncf.io/news/announcement/2016/03/cloud-native-computing-foundation-accepts-kubernetes-first-hosted-projec-0). 
35+
All these improvements would not be possible without our enthusiastic and global community. The momentum is astounding. We’re seeing over 400 pull requests per week, a 50% increase since the previous 1.1 release. There are meetups and conferences discussing Kubernetes nearly every day, on top of the 85 Kubernetes related [meetup groups](http://www.meetup.com/topics/kubernetes/) around the world. We’ve also seen significant participation in the community in the form of Special Interest Groups, with 18 active SIGs that cover topics from AWS and OpenStack to big data and scalability, to get involved [join or start a new SIG](https://github.com/kubernetes/kubernetes/wiki/Special-Interest-Groups-(SIGs)). Lastly, we’re proud that Kubernetes is the first project to be accepted to the Cloud Native Computing Foundation (CNCF), read more about the announcement [here](https://cncf.io/news/announcement/2016/03/cloud-native-computing-foundation-accepts-kubernetes-first-hosted-projec-0).
3436

3537

3638

37-
#### Documentation 
39+
## Documentation
3840

39-
With Kubernetes 1.2 comes a relaunch of our website at [kubernetes.io](http://kubernetes.io/). We’ve slimmed down the docs contribution process so that all you have to do is fork/clone and send a PR. And the site works the same whether you’re staging it on your laptop, on github.io, or viewing it in production. It’s a pure GitHub Pages project; no scripts, no plugins. 
41+
With Kubernetes 1.2 comes a relaunch of our website at [kubernetes.io](http://kubernetes.io/). We’ve slimmed down the docs contribution process so that all you have to do is fork/clone and send a PR. And the site works the same whether you’re staging it on your laptop, on github.io, or viewing it in production. It’s a pure GitHub Pages project; no scripts, no plugins.
4042

4143

4244

@@ -48,7 +50,7 @@ To entice you even further to contribute, we’re also announcing our new bounty
4850

4951

5052

51-
#### Roadmap 
53+
## Roadmap
5254

5355
All of our work is done in the open, to learn the latest about the project j[oin the weekly community meeting](https://groups.google.com/forum/#!forum/kubernetes-community-video-chat) or [watch a recorded hangout](https://www.youtube.com/playlist?list=PL69nYSiGNLP1pkHsbPjzAewvMgGUpkCnJ). In keeping with our major release schedule of every three to four months, here are just a few items that are in development for [next release and beyond](https://github.com/kubernetes/kubernetes/wiki/Release-1.3): 
5456

@@ -64,7 +66,7 @@ Kubernetes 1.2 is available for download at [get.k8s.io](http://get.k8s.io/) and
6466

6567

6668

67-
#### Connect 
69+
## Connect
6870

6971
We’d love to hear from you and see you participate in this growing community: 
7072

@@ -73,8 +75,7 @@ We’d love to hear from you and see you participate in this growing community:&
7375
-  Connect with the community on [Slack](http://slack.kubernetes.io/) 
7476
- Follow us on Twitter [@Kubernetesio](https://twitter.com/kubernetesio) for latest updates 
7577

76-
Thank you for your support! 
78+
Thank you for your support!
7779

7880

7981

80-
 - _David Aronchick, Senior Product Manager for Kubernetes, Google_

content/en/blog/_posts/2016-07-00-Kubernetes-1-3-Bridging-Cloud-Native-And-Enterprise-Workloads.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
2-
title: " Kubernetes 1.3: Bridging Cloud Native and Enterprise Workloads "
2+
title: "Kubernetes 1.3: Bridging Cloud Native and Enterprise Workloads"
33
date: 2016-07-06
44
slug: kubernetes-1.3-bridging-cloud-native-and-enterprise-workloads
55
url: /blog/2016/07/Kubernetes-1-3-Bridging-Cloud-Native-And-Enterprise-Workloads
66
---
7+
8+
**Author:** Aparna Sinha, Google
9+
710
Nearly two years ago, when we officially kicked off the Kubernetes project, we wanted to simplify distributed systems management and provide the core technology required to everyone. The community’s response to this effort has blown us away. Today, thousands of customers, partners and developers are running clusters in production using Kubernetes and have joined the cloud native revolution. 
811

912
Thanks to the help of over 800 contributors, we are pleased to announce today the availability of Kubernetes 1.3, our most robust and feature-rich release to date.
@@ -14,7 +17,7 @@ Product highlights in Kubernetes 1.3 include the ability to bridge services acro
1417

1518

1619

17-
**What’s new:**
20+
## What’s new
1821

1922
- **Increased scale and automation** - Customers want to scale their services up and down automatically in response to application demand. In 1.3 we have made it easier to autoscale clusters up and down while doubling the maximum number of nodes per cluster. Customers no longer need to think about cluster size, and can allow the underlying cluster to respond to demand.
2023

@@ -31,13 +34,13 @@ Product highlights in Kubernetes 1.3 include the ability to bridge services acro
3134
- **Updated Kubernetes dashboard UI** - Customers can now use the Kubernetes open source dashboard for the majority of interactions with their clusters, rather than having to use the CLI. The updated UI lets users control, edit and create all workload resources (including Deployments and PetSets).
3235
- And many more. For a complete list of updates, see the [_release notes on GitHub_](https://github.com/kubernetes/kubernetes/releases/tag/v1.3.0).
3336

34-
**Community**
37+
## Community
3538

3639
We could not have achieved this milestone without the tireless effort of countless people that are part of the Kubernetes community. We have [19 different Special Interest Groups](https://github.com/kubernetes/community/blob/master/README.md#special-interest-groups-sig), and over 100 meetups around the world. Kubernetes is a community project, built in the open, and it truly would not be possible without the over 233 person-years of effort the community has put in to date. Woot!
3740

3841

3942

40-
**Availability**
43+
## Availability
4144

4245
Kubernetes 1.3 is available for download at [get.k8s.io](http://get.k8s.io/) and via the open source repository hosted on [GitHub](http://github.com/kubernetes/kubernetes). To get started with Kubernetes try our [Hello World app](/docs/hellonode/).
4346

@@ -47,7 +50,7 @@ To learn the latest about the project, we encourage everyone to [join the weekly
4750

4851

4952

50-
**Connect**
53+
## Connect
5154

5255
We’d love to hear from you and see you participate in this growing community:
5356

@@ -58,8 +61,4 @@ We’d love to hear from you and see you participate in this growing community:
5861

5962

6063

61-
Thank you for your support! 
62-
63-
64-
65-
-- Aparna Sinha, Product Manager, Google
64+
Thank you for your support!

0 commit comments

Comments
 (0)