Posts in 2020
SIG-Windows Spotlight
Tuesday, June 30, 2020 in Blog
This post tells the story of how Kubernetes contributors work together to provide a container orchestrator that works for both Linux and Windows. Most people who are familiar with Kubernetes are probably used to associating it with Linux. The …
Working with Terraform and Kubernetes
By Philipp Strube (Kubestack) | Monday, June 29, 2020 in Blog
Maintaining Kubestack, an open-source Terraform GitOps Framework for Kubernetes, I unsurprisingly spend a lot of time working with Terraform and Kubernetes. Kubestack provisions managed Kubernetes services like AKS, EKS and GKE using Terraform but …
A Better Docs UX With Docsy
By Zach Corleissen (Cloud Native Computing Foundation) | Monday, June 15, 2020 in Blog
Editor's note: Zach is one of the chairs for the Kubernetes documentation special interest group (SIG Docs). I'm pleased to announce that the Kubernetes website now features the Docsy Hugo theme. The Docsy theme improves the site's organization and …
Supporting the Evolving Ingress Specification in Kubernetes 1.18
By Alex Gervais (Datawire.io) | Friday, June 05, 2020 in Blog
Earlier this year, the Kubernetes team released Kubernetes 1.18, which extended Ingress. In this blog post, we’ll walk through what’s new in the new Ingress specification, what it means for your applications, and how to upgrade to an ingress …
K8s KPIs with Kuberhealthy
By Joshulyne Park (Comcast), Eric Greer (Comcast) | Friday, May 29, 2020 in Blog
Building Onward from Kuberhealthy v2.0.0 Last November at KubeCon San Diego 2019, we announced the release of Kuberhealthy 2.0.0 - transforming Kuberhealthy into a Kubernetes operator for synthetic monitoring. This new ability granted developers the …
My exciting journey into Kubernetes’ history
By Sascha Grunert (SUSE Software Solutions) | Thursday, May 28, 2020 in Blog
Editor's note: Sascha is part of SIG Release and is working on many other different container runtime related topics. Feel free to reach him out on Twitter @saschagrunert. A story of data science-ing 90,000 GitHub issues and pull requests by using …
An Introduction to the K8s-Infrastructure Working Group
Wednesday, May 27, 2020 in Blog
Author: Kiran "Rin" Oliver Storyteller, Kubernetes Upstream Marketing Team An Introduction to the K8s-Infrastructure Working Group Welcome to part one of a new series introducing the K8s-Infrastructure working group! When Kubernetes was …
WSL+Docker: Kubernetes on the Windows Desktop
By Nuno do Carmo (Docker Captain and WSL Corsair), Ihor Dvoretskyi (Developer Advocate, Cloud Native Computing Foundation) | Thursday, May 21, 2020 in Blog
Introduction New to Windows 10 and WSL2, or new to Docker and Kubernetes? Welcome to this blog post where we will install from scratch Kubernetes in Docker KinD and Minikube. Why Kubernetes on Windows? For the last few years, Kubernetes became a …
How Docs Handle Third Party and Dual Sourced Content
By Zach Corleissen (Cloud Native Computing Foundation) | Wednesday, May 06, 2020 in Blog
Editor's note: Zach is one of the chairs for the Kubernetes documentation special interest group (SIG Docs). Late last summer, SIG Docs started a community conversation about third party content in Kubernetes docs. This conversation became a …
Introducing PodTopologySpread
By Wei Huang (IBM), Aldo Culquicondor (Google) | Tuesday, May 05, 2020 in Blog
Managing Pods distribution across a cluster is hard. The well-known Kubernetes features for Pod affinity and anti-affinity, allow some control of Pod placement in different topologies. However, these features only resolve part of Pods distribution …