Posts in 2018
IPVS-Based In-Cluster Load Balancing Deep Dive
By Jun Du (Huawei), Haibin Xie (Huawei), Wei Liang (Huawei) | Monday, July 09, 2018 in Blog
Editor’s note: this post is part of a series of in-depth articles on what’s new in Kubernetes 1.11 Introduction Per the Kubernetes 1.11 release blog post , we announced that IPVS-Based In-Cluster Service Load Balancing graduates to General …
Airflow on Kubernetes (Part 1): A Different Kind of Operator
By Daniel Imberman (Bloomberg LP) | Thursday, June 28, 2018 in Blog
Introduction As part of Bloomberg's continued commitment to developing the Kubernetes ecosystem, we are excited to announce the Kubernetes Airflow Operator; a mechanism for Apache Airflow, a popular workflow orchestration framework to natively launch …
Kubernetes 1.11: In-Cluster Load Balancing and CoreDNS Plugin Graduate to General Availability
By Kubernetes v1.11 Release Team | Wednesday, June 27, 2018 in Blog
We’re pleased to announce the delivery of Kubernetes 1.11, our second release of 2018! Today’s release continues to advance maturity, scalability, and flexibility of Kubernetes, marking significant progress on features that the team has been hard at …
Dynamic Ingress in Kubernetes
By Richard Li (Datawire) | Thursday, June 07, 2018 in Blog
Kubernetes makes it easy to deploy applications that consist of many microservices, but one of the key challenges with this type of architecture is dynamically routing ingress traffic to each of these services. One approach is Ambassador, a …
4 Years of K8s
By Joe Beda (Heptio) | Wednesday, June 06, 2018 in Blog
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 is the beginning of history, right? But that really doesn’t tell the whole story. The cast …
Say Hello to Discuss Kubernetes
By Jorge Castro (Heptio) | Wednesday, May 30, 2018 in Blog
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 can be an overwhelming task. On one hand we have our official resources, like …
Introducing kustomize; Template-free Configuration Customization for Kubernetes
By Jeff Regan (Google), Phil Wittrock (Google) | Tuesday, May 29, 2018 in Blog
If you run a Kubernetes environment, chances are you’ve customized a Kubernetes configuration — you've copied some API object YAML files and edited them to suit your needs. But there are drawbacks to this approach — it can be hard to go back to the …
Kubernetes Containerd Integration Goes GA
By Lantao Liu (Google), Mike Brown (IBM) | Thursday, May 24, 2018 in Blog
Kubernetes Containerd Integration Goes GA In a previous blog - Containerd Brings More Container Runtime Options for Kubernetes, we introduced the alpha version of the Kubernetes containerd integration. With another 6 months of development, the …
Getting to Know Kubevirt
By Jason Brooks (Red Hat), Kaitlyn Barnard | Tuesday, May 22, 2018 in Blog
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 Kubernetes cluster. Maybe you need to run an application that isn't architected for …
Gardener - The Kubernetes Botanist
By Rafael Franzke (SAP), Vasu Chandrasekhara (SAP) | Thursday, May 17, 2018 in Blog
Today, Kubernetes is the natural choice for running software in the Cloud. More and more developers and corporations are in the process of containerizing their applications, and many of them are adopting Kubernetes for automated deployments of their …