Skip to content

Commit 6fedaf6

Browse files
authored
Merge pull request #46772 from dipesh-rawat/blog-post-2016-add-author
Update 2016 blog content files to move author details in front-matter
2 parents c5cb074 + 32e586e commit 6fedaf6

File tree

75 files changed

+215
-272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+215
-272
lines changed

content/en/blog/_posts/2016-01-00-Why-Kubernetes-Doesnt-Use-Libnetwork.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: " Why Kubernetes doesn’t use libnetwork "
33
date: 2016-01-14
44
slug: why-kubernetes-doesnt-use-libnetwork
55
url: /blog/2016/01/Why-Kubernetes-Doesnt-Use-Libnetwork
6+
author: >
7+
Tim Hockin (Google)
68
---
79
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?
810

@@ -34,6 +36,4 @@ This and other issues have been brought up to Docker developers by network vendo
3436

3537
For all of these reasons we have chosen to invest in CNI as the Kubernetes plugin model. There will be some unfortunate side-effects of this. Most of them are relatively minor (for example, `docker inspect` will not show an IP address), but some are significant. In particular, containers started by `docker run` might not be able to communicate with containers started by Kubernetes, and network integrators will have to provide CNI drivers if they want to fully integrate with Kubernetes. On the other hand, Kubernetes will get simpler and more flexible, and a lot of the ugliness of early bootstrapping (such as configuring Docker to use our bridge) will go away.
3638

37-
As we proceed down this path, we’ll certainly keep our eyes and ears open for better ways to integrate and simplify. If you have thoughts on how we can do that, we really would like to hear them — find us on [slack](http://slack.k8s.io/) or on our [network SIG mailing-list](https://groups.google.com/g/kubernetes-sig-network).
38-
39-
Tim Hockin, Software Engineer, Google
39+
As we proceed down this path, we’ll certainly keep our eyes and ears open for better ways to integrate and simplify. If you have thoughts on how we can do that, we really would like to hear them — find us on [slack](http://slack.k8s.io/) or on our [network SIG mailing-list](https://groups.google.com/g/kubernetes-sig-network).

content/en/blog/_posts/2016-02-00-Kubecon-Eu-2016-Kubernetes-Community-In.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ date: 2016-02-24
44
slug: kubecon-eu-2016-kubernetes-community-in
55
url: /blog/2016/02/Kubecon-Eu-2016-Kubernetes-Community-In
66
evergreen: true
7+
author: >
8+
Sarah Novotny (Google)
79
---
810

9-
**Author:** Sarah Novotny (Google)
10-
1111
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.
1212

1313
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.

content/en/blog/_posts/2016-02-00-Sharethis-Kubernetes-In-Production.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ title: " ShareThis: Kubernetes In Production "
33
date: 2016-02-11
44
slug: sharethis-kubernetes-in-production
55
url: /blog/2016/02/Sharethis-Kubernetes-In-Production
6+
author: >
7+
Juan Valencia (ShareThis)
68
---
7-
Today’s guest blog post is by Juan Valencia, Technical Lead at ShareThis, a service that helps website publishers drive engagement and consumer sharing behavior across social networks.
89

910
ShareThis has grown tremendously since its first days as a tiny widget that allowed you to share to your favorite social services. It now serves over 4.5 million domains per month, helping publishers create a more authentic digital experience.
1011

content/en/blog/_posts/2016-02-00-State-Of-Container-World-January-2016.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: " State of the Container World, January 2016 "
33
date: 2016-02-01
44
slug: state-of-container-world-january-2016
55
url: /blog/2016/02/State-Of-Container-World-January-2016
6+
author: >
7+
Brendan Burns (Google)
68
---
79
At the start of the new year, we sent out a survey to gauge the state of the container world. We’re ready to send the [February edition](https://docs.google.com/forms/d/13yxxBqb5igUhwrrnDExLzZPjREiCnSs-AH-y4SSZ-5c/viewform), but before we do, let’s take a look at the January data from the 119 responses (thank you for participating!).
810

@@ -53,6 +55,4 @@ Finally, we asked people for free-text answers about the challenges of working w
5355
- “Storage”
5456
- “Persistent Data”
5557

56-
_Download the full survey results [here](https://docs.google.com/spreadsheets/d/18wZe7wEDvRuT78CEifs13maXoSGem_hJvbOSmsuJtkA/pub?gid=530616014&single=true&output=csv) (CSV file)._
57-
58-
_Up-- Brendan Burns, Software Engineer, Google
58+
_Download the full survey results [here](https://docs.google.com/spreadsheets/d/18wZe7wEDvRuT78CEifs13maXoSGem_hJvbOSmsuJtkA/pub?gid=530616014&single=true&output=csv) (CSV file)._

content/en/blog/_posts/2016-03-00-1000-Nodes-And-Beyond-Updates-To-Kubernetes-Performance-And-Scalability-In-12.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ title: " 1000 nodes and beyond: updates to Kubernetes performance and scalabilit
33
date: 2016-03-28
44
slug: 1000-nodes-and-beyond-updates-to-kubernetes-performance-and-scalability-in-12
55
url: /blog/2016/03/1000-Nodes-And-Beyond-Updates-To-Kubernetes-Performance-And-Scalability-In-12
6+
author: >
7+
Wojciech Tyczynski (Google)
68
---
7-
_Editor's note: this is the first in a [series of in-depth posts](https://kubernetes.io/blog/2016/03/five-days-of-kubernetes-12) on what's new in Kubernetes 1.2_
9+
_**Editor's note:** this is the first in a [series of in-depth posts](/blog/2016/03/five-days-of-kubernetes-12) on what's new in Kubernetes 1.2_
810

911
We're proud to announce that with the [release of 1.2](https://kubernetes.io/blog/2016/03/kubernetes-1-2-even-more-performance-upgrades-plus-easier-application-deployment-and-management), Kubernetes now supports 1000-node clusters, with a reduction of 80% in 99th percentile tail latency for most API operations. This means in just six months, we've increased our overall scale by 10 times while maintaining a great user experience  the 99th percentile pod startup times are less than 3 seconds, and 99th percentile latency of most API operations is tens of milliseconds (the exception being LIST operations, which take hundreds of milliseconds in very large clusters).
1012

@@ -160,9 +162,7 @@ Please join our community and help us build the future of Kubernetes! There are
160162

161163
- Our [scalability slack channel](https://kubernetes.slack.com/messages/sig-scale/)
162164
- The scalability “Special Interest Group”, which meets every Thursday at 9 AM Pacific Time at [SIG-Scale hangout](https://plus.google.com/hangouts/_/google.com/k8scale-hangout) 
163-
 And of course for more information about the project in general, go to [www.kubernetes.io](http://www.kubernetes.io/)
164-
165-
- _Wojciech Tyczynski, Software Engineer, Google_
165+
 And of course for more information about the project in general, go to [www.kubernetes.io](http://www.kubernetes.io/)
166166

167167

168168
* * *

content/en/blog/_posts/2016-03-00-Appformix-Helping-Enterprises.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ title: " AppFormix: Helping Enterprises Operationalize Kubernetes "
33
date: 2016-03-29
44
slug: appformix-helping-enterprises
55
url: /blog/2016/03/Appformix-Helping-Enterprises
6+
author: >
7+
Sumeet Singh (AppFormix)
68
---
7-
_Today’s guest post is written Sumeet Singh, founder and CEO of [AppFormix](http://www.appformix.com/), a cloud infrastructure performance optimization service helping enterprise operators streamline their cloud operations on any OpenStack or Kubernetes cloud._
89

910
If you run clouds for a living, you’re well aware that the tools we've used since the client/server era for monitoring, analytics and optimization just don’t cut it when applied to the agile, dynamic and rapidly changing world of modern cloud infrastructure.
1011

@@ -46,6 +47,4 @@ With AppFormix, developers and operators can work collaboratively to optimize ap
4647

4748

4849

49-
As you can see, we’re working hard to give Kubernetes users a useful, performant toolset for both OpenStack and Kubernetes environments that allows operators to deliver self-service IT to their application developers. We’re excited to be partner contributing to the Kubernetes ecosystem and community.
50-
51-
_-- Sumeet Singh, Founder and CEO, AppFormix_
50+
As you can see, we’re working hard to give Kubernetes users a useful, performant toolset for both OpenStack and Kubernetes environments that allows operators to deliver self-service IT to their application developers. We’re excited to be partner contributing to the Kubernetes ecosystem and community.

content/en/blog/_posts/2016-03-00-Building-Highly-Available-Applications-Using-Kubernetes-New-Multi-Zone-Clusters-aka-Ubernetes-Lite.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ title: " Building highly available applications using Kubernetes new multi-zone
33
date: 2016-03-29
44
slug: building-highly-available-applications-using-kubernetes-new-multi-zone-clusters-a.k.a-ubernetes-lite
55
url: /blog/2016/03/Building-Highly-Available-Applications-Using-Kubernetes-New-Multi-Zone-Clusters-aka-Ubernetes-Lite
6+
author: >
7+
Quinton Hoole (Google),
8+
Justin Santa Barbara (Google)
69
---
7-
_Editor's note: this is the third post in a [series of in-depth posts](https://kubernetes.io/blog/2016/03/five-days-of-kubernetes-12) on what's new in Kubernetes 1.2_
10+
_**Editor's note:** this is the third post in a [series of in-depth posts](/blog/2016/03/five-days-of-kubernetes-12) on what's new in Kubernetes 1.2_
811

912

1013

@@ -234,6 +237,4 @@ Please join our community and help us build the future of Kubernetes! There are
234237
- The federation “Special Interest Group,” which meets every Thursday at 9:30 a.m. Pacific Time at [SIG-Federation hangout ](https://plus.google.com/hangouts/_/google.com/ubernetes)
235238

236239

237-
And of course for more information about the project in general, go to www.kubernetes.io
238-
239-
 -- _Quinton Hoole, Staff Software Engineer, Google, and Justin Santa Barbara_
240+
And of course for more information about the project in general, go to www.kubernetes.io

content/en/blog/_posts/2016-03-00-Elasticbox-Introduces-Elastickube-To.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: " ElasticBox introduces ElasticKube to help manage Kubernetes within the
33
date: 2016-03-11
44
slug: elasticbox-introduces-elastickube-to
55
url: /blog/2016/03/Elasticbox-Introduces-Elastickube-To
6+
author: >
7+
Brannan Matherson (ElasticBox)
68
---
79
Today’s guest post is brought to you by Brannan Matherson, from ElasticBox, who’ll discuss a new open source project to help standardize container deployment and management in enterprise environments. This highlights the advantages of authentication and user management for containerized applications
810

@@ -44,7 +46,3 @@ Hear What Others are Saying
4446
“Kubernetes has provided us the level of sophistication required for enterprises to manage containers across complex networking environments and the appropriate amount of visibility into the application lifecycle.  Additionally, the community commitment and engagement has been exceptional, and we look forward to being a major contributor to this next wave of modern cloud computing and application management.”  
4547

4648
_~Alberto Arias Maestro, Co-founder and Chief Technology Officer, ElasticBox_
47-
48-
49-
50-
_-- Brannan Matherson, Head of Product Marketing, ElasticBox_

content/en/blog/_posts/2016-03-00-Five-Days-Of-Kubernetes-12.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: " Five Days of Kubernetes 1.2 "
33
date: 2016-03-28
44
slug: five-days-of-kubernetes-12
55
url: /blog/2016/03/Five-Days-Of-Kubernetes-12
6+
author: >
7+
David Aronchick (Google)
68
---
79
The Kubernetes project has had some huge milestones over the past few weeks. We released [Kubernetes 1.2](https://kubernetes.io/blog/2016/03/kubernetes-1-2-even-more-performance-upgrades-plus-easier-application-deployment-and-management), had our [first conference in Europe](https://kubecon.io/), and were accepted into the [Cloud Native Computing Foundation](https://cncf.io/). While we catch our breath, we would like to take a moment to highlight some of the great work contributed by the community since our last milestone, just four months ago.
810

@@ -47,7 +49,4 @@ BONUS
4749

4850

4951

50-
You can follow us on twitter here [@Kubernetesio](https://twitter.com/kubernetesio)
51-
52-
53-
_--David Aronchick, Senior Product Manager for Kubernetes, Google_
52+
You can follow us on twitter here [@Kubernetesio](https://twitter.com/kubernetesio)

content/en/blog/_posts/2016-03-00-How-Container-Metadata-Changes-Your-Point-Of-View.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ title: " How container metadata changes your point of view "
33
date: 2016-03-28
44
slug: how-container-metadata-changes-your-point-of-view
55
url: /blog/2016/03/How-Container-Metadata-Changes-Your-Point-Of-View
6+
author: >
7+
Apurva Davé (Sysdig)
68
---
7-
_Today’s guest post is brought to you by Apurva Davé, VP of Marketing at Sysdig, who’ll discuss using Kubernetes metadata & Sysdig to understand what’s going on in your Kubernetes cluster. _
89

910
Sure, metadata is a fancy word. It actually means “data that describes other data.” While that definition isn’t all that helpful, it turns out metadata itself is especially helpful in container environments. When you have any complex system, the availability of metadata helps you sort and process the variety of data coming out of that system, so that you can get to the heart of an issue with less headache.
1011

@@ -86,6 +87,4 @@ This kind of view provides yet another logical, instead of physical, view of how
8687
### Metadata: love it, use it 
8788
This is a pretty quick tour of metadata, but I hope it inspires you to spend a little time thinking about the relevance to your own system and how you could leverage it. Here we built a pretty simple example — apps and services — but imagine collecting metadata across your apps, environments, software components and cloud providers. You could quickly assess performance differences across any slice of this infrastructure effectively, all while Kubernetes is efficiently scheduling resource usage.
8889

89-
Get started with metadata for visualizing these resources today, and in a followup post we’ll talk about the power of adaptive alerting based on metadata.
90-
91-
_-- Apurva Davé is a closet Kubernetes fanatic, loves data, and oh yeah is also the VP of Marketing at Sysdig._
90+
Get started with metadata for visualizing these resources today, and in a followup post we’ll talk about the power of adaptive alerting based on metadata.

0 commit comments

Comments
 (0)