Posts in 2016
-
Kubernetes Containers Logging and Monitoring with Sematext
By Stefan Thies (Sematext) | Friday, November 18, 2016 in Blog
Managing microservices in containers is typically done with Cluster Managers and Orchestration tools. Each container platform has a slightly different set of options to deploy containers or schedule tasks on each cluster node. Because we do container …
-
Visualize Kubelet Performance with Node Dashboard
By Zhou Fang (Google) | Thursday, November 17, 2016 in Blog
Since this article was published, the Node Performance Dashboard was retired and is no longer available. This retirement happened in early 2019, as part of the kubernetes/contrib repository deprecation. In Kubernetes 1.4, we introduced a new node …
-
CNCF Partners With The Linux Foundation To Launch New Kubernetes Certification, Training and Managed Service Provider Program
Tuesday, November 08, 2016 in Blog
Today the CNCF is pleased to launch a new training, certification and Kubernetes Managed Service Provider (KMSP) program. The goal of the program is to ensure enterprises get the support they’re looking for to get up to speed and roll out new …
-
Modernizing the Skytap Cloud Micro-Service Architecture with Kubernetes
By Shawn Falkner-Horine (Skytap), Joe Burchett (Skytap) | Monday, November 07, 2016 in Blog
Skytap is a global public cloud that provides our customers the ability to save and clone complex virtualized environments in any given state. Our customers include enterprise organizations running applications in a hybrid cloud, educational …
-
Bringing Kubernetes Support to Azure Container Service
By Brendan Burns (Microsoft) | Monday, November 07, 2016 in Blog
With more than a thousand people coming to KubeCon in my hometown of Seattle, nearly three years after I helped start the Kubernetes project, it’s amazing and humbling to see what a small group of people and a radical idea have become after three …
-
Tail Kubernetes with Stern
By Antti Kupila (Wercker) | Monday, October 31, 2016 in Blog
We love Kubernetes here at Wercker and build all our infrastructure on top of it. When deploying anything you need to have good visibility to what's going on and logs are a first view into the inner workings of your application. Good old tail -f has …
-
Introducing Kubernetes Service Partners program and a redesigned Partners page
By Allan Naim (Google) | Monday, October 31, 2016 in Blog
Kubernetes has become a leading container orchestration system by being a powerful and flexible way to run distributed systems at scale. Through our very active open source community, equating to hundreds of person years of work, Kubernetes achieved …
-
How We Architected and Run Kubernetes on OpenStack at Scale at Yahoo! JAPAN
Monday, October 24, 2016 in Blog
Editor’s note: today’s post is by the Infrastructure Engineering team at Yahoo! JAPAN, talking about how they run OpenStack on Kubernetes. This post has been translated and edited for context with permission -- originally published on the Yahoo! …
-
Building Globally Distributed Services using Kubernetes Cluster Federation
By Allan Naim (Google), Quinton Hoole (Google) | Friday, October 14, 2016 in Blog
In Kubernetes 1.3, we announced Kubernetes Cluster Federation and introduced the concept of Cross Cluster Service Discovery, enabling developers to deploy a service that was sharded across a federation of clusters spanning different zones, regions or …
-
Helm Charts: making it simple to package and deploy common applications on Kubernetes
By Vic Iglesias (Google) | Monday, October 10, 2016 in Blog
There are thousands of people and companies packaging their applications for deployment on Kubernetes. This usually involves crafting a few different Kubernetes resource definitions that configure the application runtime, as well as defining the …