Posts in 2020

  • 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 …

    Read more

  • 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 …

    Read more

  • 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 …

    Read more

  • 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 …

    Read more

  • 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 …

    Read more

  • Two-phased Canary Rollout with Open Source Gloo

    Wednesday, April 22, 2020 in Blog

    Author: Rick Ducott | GitHub | Twitter Every day, my colleagues and I are talking to platform owners, architects, and engineers who are using Gloo as an API gateway to expose their applications to end users. These applications may span legacy …

    Read more

  • How Kubernetes contributors are building a better communication process

    By Paris Pittman | Tuesday, April 21, 2020 in Blog

    "Perhaps we just need to use a different word. We may need to use community development or project advocacy as a word in the open source realm as opposed to marketing, and perhaps then people will realize that they need to do it." ~ Nithya …

    Read more

  • Cluster API v1alpha3 Delivers New Features and an Improved User Experience

    By Daniel Lipovetsky (D2IQ) | Tuesday, April 21, 2020 in Blog

    The Cluster API is a Kubernetes project to bring declarative, Kubernetes-style APIs to cluster creation, configuration, and management. It provides optional, additive functionality on top of core Kubernetes to manage the lifecycle of a Kubernetes …

    Read more

  • API Priority and Fairness Alpha

    By Min Kim (Ant Financial), Mike Spreitzer (IBM), Daniel Smith (Google) | Monday, April 06, 2020 in Blog

    This blog describes “API Priority And Fairness”, a new alpha feature in Kubernetes 1.18. API Priority And Fairness permits cluster administrators to divide the concurrency of the control plane into different weighted priority levels. Every request …

    Read more

  • Introducing Windows CSI support alpha for Kubernetes

    By Deep Debroy [Docker], Jing Xu [Google], Krishnakumar R (KK) [Microsoft] | Friday, April 03, 2020 in Blog

    The alpha version of CSI Proxy for Windows is being released with Kubernetes 1.18. CSI proxy enables CSI Drivers on Windows by allowing containers in Windows to perform privileged storage operations. Background Container Storage Interface (CSI) for …

    Read more