Blog: Expanding User Support with Office Hours
Today’s post is by Jorge Castro and Ilya Dmitichenko on Kubernetes office hours.Today’s developer has an almost overwhelming amount of resources available for learning. Kubernetes development teams use...
View ArticleBlog: Principles of Container-based Application Design
It’s possible nowadays to put almost any application in a container and run it. Creating cloud-native applications, however—containerized applications that are automated and orchestrated effectively by...
View ArticleBlog: Kubernetes 1.10: Stabilizing Storage, Security, and Networking
Editor’s note: today’s post is by the 1.10 Release TeamWe’re pleased to announce the delivery of Kubernetes 1.10, our first release of 2018!Today’s release continues to advance maturity, extensibility,...
View ArticleBlog: Fixing the Subpath Volume Vulnerability in Kubernetes
On March 12, 2018, the Kubernetes Product Security team disclosed CVE-2017-1002101, which allowed containers using subpath volume mounts to access files outside of the volume. This means that a...
View ArticleBlog: Container Storage Interface (CSI) for Kubernetes Goes Beta
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...
View ArticleBlog: Migrating the Kubernetes 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...
View ArticleBlog: Local Persistent Volumes for Kubernetes Goes Beta
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...
View ArticleBlog: Kubernetes Application Survey 2018 Results
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...
View ArticleBlog: Kubernetes Community - Top of the Open Source Charts in 2017
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...
View ArticleBlog: Zero-downtime Deployment in Kubernetes with Jenkins
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...
View ArticleBlog: Developing on Kubernetes
Authors: Michael Hausenblas (Red Hat), Ilya Dmitrichenko (Weaveworks)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...
View ArticleBlog: Current State of Policy in Kubernetes
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...
View ArticleBlog: Announcing Kubeflow 0.1
Since Last We MetSince 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....
View ArticleBlog: Docs are Migrating from Jekyll to Hugo
Author: Zach Corleissen (CNCF)Changing the site frameworkAfter nearly a year of investigating how to enable multilingual support for Kubernetes docs, we’ve decided to migrate the site’s static...
View ArticleBlog: Gardener - The Kubernetes Botanist
Authors: Rafael Franzke (SAP), Vasu Chandrasekhara (SAP)Today, Kubernetes is the natural choice for running software in the Cloud. More and more developers and corporations are in the process of...
View ArticleBlog: Getting to Know Kubevirt
Author: Jason Brooks (Red Hat)Once you’ve become accustomed to running Linux container workloads on Kubernetes, you may find yourself wishing that you could run other sorts of workloads on your...
View ArticleBlog: Kubernetes Containerd Integration Goes GA
Kubernetes Containerd Integration Goes GAAuthors: Lantao Liu, Software Engineer, Google and Mike Brown, Open Source Developer Advocate, IBMIn a previous blog - Containerd Brings More Container Runtime...
View ArticleBlog: Introducing kustomize; Template-free Configuration Customization for...
Authors: Jeff Regan (Google), Phil Wittrock (Google)If you run a Kubernetes environment, chances are you’ve customized a Kubernetes configuration — you’ve copied some API object YAML files and editted...
View ArticleBlog: Say Hello to Discuss Kubernetes
Author: Jorge Castro (Heptio)Communication is key when it comes to engaging a community of over 35,000 people in a global and remote environment. Keeping track of everything in the Kubernetes community...
View ArticleBlog: 4 Years of K8s
Author: Joe Beda (CTO and Founder, Heptio)On June 6, 2014 I checked in the first commit of what would become the public repository for Kubernetes. Many would assume that is where the story starts. It...
View Article