Posts in 2016
- 
Modernizing the Skytap Cloud Micro-Service Architecture with KubernetesMonday, November 07, 2016 in Blog Editor's note: Today’s guest post is by the Tools and Infrastructure Engineering team at Skytap, a public cloud provider focused on empowering DevOps workflows, sharing their experience on adopting Kubernetes. Skytap is a global public cloud that … 
- 
Bringing Kubernetes Support to Azure Container ServiceMonday, November 07, 2016 in Blog Editor's note: Today’s post is by Brendan Burns, Partner Architect, at Microsoft & Kubernetes co-founder talking about bringing Kubernetes to Azure Container Service. With more than a thousand people coming to KubeCon in my hometown of Seattle, … 
- 
Tail Kubernetes with SternMonday, October 31, 2016 in Blog Editor’s note: today’s post is by Antti Kupila, Software Engineer, at Wercker, about building a tool to tail multiple pods and containers on Kubernetes. We love Kubernetes here at Wercker and build all our infrastructure on top of it. When deploying … 
- 
Introducing Kubernetes Service Partners program and a redesigned Partners pageMonday, 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! JAPANMonday, 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 FederationFriday, October 14, 2016 in Blog Editor's note: Today’s post is by Allan Naim, Product Manager, and Quinton Hoole, Staff Engineer at Google, showing how to deploy a multi-homed service behind a global load balancer and have requests sent to the closest cluster. In Kubernetes 1.3, we … 
- 
Helm Charts: making it simple to package and deploy common applications on KubernetesMonday, 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 … 
- 
Dynamic Provisioning and Storage Classes in KubernetesFriday, October 07, 2016 in Blog Storage is a critical part of running containers, and Kubernetes offers some powerful primitives for managing it. Dynamic volume provisioning, a feature unique to Kubernetes, allows storage volumes to be created on-demand. Without dynamic … 
- 
How we improved Kubernetes Dashboard UI in 1.4 for your production needsMonday, October 03, 2016 in Blog With the release of Kubernetes 1.4 last week, Dashboard – the official web UI for Kubernetes – has a number of exciting updates and improvements of its own. The past three months have been busy ones for the Dashboard team, and we’re excited to share … 
- 
How we made Kubernetes insanely easy to installWednesday, September 28, 2016 in Blog Editor's note: Today’s post is by Luke Marsden, Head of Developer Experience, at Weaveworks, showing the Special Interest Group Cluster-Lifecycle’s recent work on kubeadm, a tool to make installing Kubernetes much simpler. Over at …