Posts in 2018

  • Reporting Errors from Control Plane to Applications Using Kubernetes Events

    Thursday, January 25, 2018 in Blog

    At Box, we manage several large scale Kubernetes clusters that serve as an internal platform as a service (PaaS) for hundreds of deployed microservices. The majority of those microservices are applications that power box.com for over 80,000 …

    Read more

  • Core Workloads API GA

    Monday, January 15, 2018 in Blog

    DaemonSet, Deployment, ReplicaSet, and StatefulSet are GA Editor’s Note: We’re happy to announce that the Core Workloads API is GA in Kubernetes 1.9! This blog post from Kenneth Owens reviews how Core Workloads got to GA from its origins, reveals …

    Read more

  • Introducing client-go version 6

    Friday, January 12, 2018 in Blog

    The Kubernetes API server exposes a REST interface consumable by any client. client-go is the official client library for the Go programming language. It is used both internally by Kubernetes itself (for example, inside kubectl) as well as by …

    Read more

  • Extensible Admission is Beta

    Thursday, January 11, 2018 in Blog

    In this post we review a feature, available in the Kubernetes API server, that allows you to implement arbitrary control decisions and which has matured considerably in Kubernetes 1.9. The admission stage of API server processing is one of the most …

    Read more

  • Introducing Container Storage Interface (CSI) Alpha for Kubernetes

    Wednesday, January 10, 2018 in Blog

    One of the key differentiators for Kubernetes has been a powerful volume plugin system that enables many different types of storage systems to: Automatically create storage when required. Make storage available to containers wherever they’re …

    Read more

  • Kubernetes v1.9 releases beta support for Windows Server Containers

    Tuesday, January 09, 2018 in Blog

    With the release of Kubernetes v1.9, our mission of ensuring Kubernetes works well everywhere and for everyone takes a great step forward. We’ve advanced support for Windows Server to beta along with continued feature and functional advancements on …

    Read more

  • Five Days of Kubernetes 1.9

    Monday, January 08, 2018 in Blog

    Kubernetes 1.9 is live, made possible by hundreds of contributors pushing thousands of commits in this latest releases. The community has tallied around 32,300 commits in the main repo and continues rapid growth outside of the main repo, which …

    Read more

Posts in 2017

  • Introducing Kubeflow - A Composable, Portable, Scalable ML Stack Built for Kubernetes

    Thursday, December 21, 2017 in Blog

    Today’s post is by David Aronchick and Jeremy Lewi, a PM and Engineer on the Kubeflow project, a new open source GitHub repo dedicated to making using machine learning (ML) stacks on Kubernetes easy, fast and extensible. Kubernetes and Machine …

    Read more

  • Kubernetes 1.9: Apps Workloads GA and Expanded Ecosystem

    Friday, December 15, 2017 in Blog

    Authors: Kubernetes v1.9 release team We’re pleased to announce the delivery of Kubernetes 1.9, our fourth and final release this year. Today’s release continues the evolution of an increasingly rich feature set, more robust stability, and even …

    Read more

  • Using eBPF in Kubernetes

    Thursday, December 07, 2017 in Blog

    Introduction Kubernetes provides a high-level API and a set of components that hides almost all of the intricate and—to some of us—interesting details of what happens at the systems level. Application developers are not required to have knowledge of …

    Read more