Posts in 2018
Docs are Migrating from Jekyll to Hugo
By Zach Corleissen (CNCF) | Saturday, May 05, 2018 in Blog
Changing the site framework After nearly a year of investigating how to enable multilingual support for Kubernetes docs, we've decided to migrate the site's static generator from Jekyll to Hugo. What does the Hugo migration mean for users and …
Announcing Kubeflow 0.1
By Jeremy Lewi (Google), David Aronchick (Google) | Friday, May 04, 2018 in Blog
Since Last We Met Since the initial announcement of Kubeflow at the last KubeCon+CloudNativeCon, we have been both surprised and delighted by the excitement for building great ML stacks for Kubernetes. In just over five months, the Kubeflow project …
Current State of Policy in Kubernetes
By Zhipeng Huang, Torin Sandall, Michael Elder, Erica Von Buelow, Khalid Ahmed, Yisui Hu | Wednesday, May 02, 2018 in Blog
Kubernetes has grown dramatically in its impact to the industry; and with rapid growth, we are beginning to see variations across components in how they define and apply policies. Currently, policy related components could be found in identity …
Developing on Kubernetes
By Michael Hausenblas (Red Hat), Ilya Dmitrichenko (Weaveworks) | Tuesday, May 01, 2018 in Blog
How do you develop a Kubernetes app? That is, how do you write and test an app that is supposed to run on Kubernetes? This article focuses on the challenges, tools and methods you might want to be aware of to successfully write Kubernetes apps alone …
Zero-downtime Deployment in Kubernetes with Jenkins
By Kaitlyn Barnard | Monday, April 30, 2018 in Blog
Ever since we added the Kubernetes Continuous Deploy and Azure Container Service plugins to the Jenkins update center, "How do I create zero-downtime deployments" is one of our most frequently-asked questions. We created a quickstart …
Kubernetes Community - Top of the Open Source Charts in 2017
Wednesday, April 25, 2018 in Blog
2017 was a huge year for Kubernetes, and GitHub’s latest Octoverse report illustrates just how much attention this project has been getting. Kubernetes, an open source platform for running application containers, provides a consistent interface that …
Kubernetes Application Survey 2018 Results
By mattfarina | Tuesday, April 24, 2018 in Blog
Understanding how people use or want to use Kubernetes can help us shape everything from what we build to how we do it. To help us understand how application developers, application operators, and ecosystem tool developers are using and want to use …
Local Persistent Volumes for Kubernetes Goes Beta
Friday, April 13, 2018 in Blog
The Local Persistent Volumes beta feature in Kubernetes 1.10 makes it possible to leverage local disks in your StatefulSets. You can specify directly-attached local disks as PersistentVolumes, and use them in StatefulSets with the same …
Migrating the Kubernetes Blog
By zcorleissen | Wednesday, April 11, 2018 in Blog
We recently migrated the Kubernetes Blog from the Blogger platform to GitHub. With the change in platform comes a change in URL: formerly at http://blog.kubernetes.io, the blog now resides at https://kubernetes.io/blog. All existing posts redirect …
Container Storage Interface (CSI) for Kubernetes Goes Beta
Tuesday, April 10, 2018 in Blog
The Kubernetes implementation of the Container Storage Interface (CSI) is now beta in Kubernetes v1.10. CSI was introduced as alpha in Kubernetes v1.9. Kubernetes features are generally introduced as alpha and moved to beta (and eventually to …