Posts in 2018

  • Migrating the Kubernetes Blog

    By zcorleissen | Wednesday, April 11, 2018 in 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 https://kubernetes.io/blog. All existing posts redirect …

    Read more

  • Container Storage Interface (CSI) for Kubernetes Goes Beta

    Tuesday, April 10, 2018 in Blog

    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 alpha and moved to beta (and eventually to …

    Read more

  • Fixing the Subpath Volume Vulnerability in Kubernetes

    By Michelle Au (Google), Jan Šafránek (Red Hat) | Wednesday, April 04, 2018 in Blog

    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 container could access any file available on the host, …

    Read more

  • Kubernetes 1.10: Stabilizing Storage, Security, and Networking

    By Kubernetes v1.10 Release Team | Monday, March 26, 2018 in Blog

    We’re pleased to announce the delivery of Kubernetes 1.10, our first release of 2018! Today’s release continues to advance maturity, extensibility, and pluggability of Kubernetes. This newest version stabilizes features in 3 key areas, including …

    Read more

  • Principles of Container-based Application Design

    By Bilgin Ibryam (Red Hat) | Thursday, March 15, 2018 in Blog

    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 a cloud-native platform such as …

    Read more

  • Expanding User Support with Office Hours

    By Jorge Castro Ilya Dmitichenko | Wednesday, March 14, 2018 in Blog

    Today's post is on Kubernetes office hours. Today's developer has an almost overwhelming amount of resources available for learning. Kubernetes development teams use StackOverflow, user documentation, Slack, and the mailing lists. Additionally, the …

    Read more

  • How to Integrate RollingUpdate Strategy for TPR in Kubernetes

    By Orain Xiong (Woqutech) | Tuesday, March 13, 2018 in Blog

    With Kubernetes, it's easy to manage and scale stateless applications like web apps and API services right out of the box. To date, almost all of the talks about Kubernetes has been about microservices and stateless applications. With the popularity …

    Read more

  • Apache Spark 2.3 with Native Kubernetes Support

    By Anirudh Ramanathan (Google), Palak Bhatia (Google) | Tuesday, March 06, 2018 in Blog

    Kubernetes and Big Data The open source community has been working over the past year to enable first-class support for data processing, data analytics and machine learning workloads in Kubernetes. New extensibility features in Kubernetes, such as …

    Read more

  • Kubernetes: First Beta Version of Kubernetes 1.10 is Here

    By Nick Chase (Mirantis) | Friday, March 02, 2018 in Blog

    The Kubernetes community has released the first beta version of Kubernetes 1.10, which means you can now try out some of the new features and give your feedback to the release team ahead of the official release. The release, currently scheduled for …

    Read more

  • Reporting Errors from Control Plane to Applications Using Kubernetes Events

    By Hakan Baba (Box) | 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