Posts in 2017

  • Kubernetes 1.9: Apps Workloads GA and Expanded Ecosystem

    By Kubernetes v1.9 Release Team | Friday, December 15, 2017 in Blog

    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 greater community contributions. As the …

    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

  • PaddlePaddle Fluid: Elastic Deep Learning on Kubernetes

    By Xu Yan (Baidu Research), Helin Wang (Baidu Research), Yi Wu (Baidu Research), Xi Chen (Baidu Research), Weibao Gong (Baidu Research), Xiang Li (CoreOS), Yi Wang (Baidu Research) | Wednesday, December 06, 2017 in Blog

    Editor's note: Today's post is a joint post from the deep learning team at Baidu and the etcd team at CoreOS PaddlePaddle Fluid: Elastic Deep Learning on Kubernetes Two open source communities—PaddlePaddle, the deep learning framework originated in …

    Read more

  • Autoscaling in Kubernetes

    Friday, November 17, 2017 in Blog

    Kubernetes allows developers to automatically adjust cluster sizes and the number of pod replicas based on current traffic and load. These adjustments reduce the amount of unused nodes, saving money and resources. In this talk, Marcin Wielgus of …

    Read more

  • Certified Kubernetes Conformance Program: Launch Celebration Round Up

    Thursday, November 16, 2017 in Blog

    This week the CNCFⓇ certified the first group of KubernetesⓇ offerings under the Certified Kubernetes Conformance Program. These first certifications follow a beta phase during which we invited participants to submit conformance results. The …

    Read more

  • Kubernetes is Still Hard (for Developers)

    Wednesday, November 15, 2017 in Blog

    Kubernetes has made the Ops experience much easier, but how does the developer experience compare? Ops teams can deploy a Kubernetes cluster in a matter of minutes. But developers need to understand a host of new concepts before beginning to work …

    Read more

  • Securing Software Supply Chain with Grafeas

    By Kelsey Hightower (Google), Sandra Guo (Google) | Friday, November 03, 2017 in Blog

    Kubernetes has evolved to support increasingly complex classes of applications, enabling the development of two major industry trends: hybrid cloud and microservices. With increasing complexity in production environments, customers—especially …

    Read more

  • Containerd Brings More Container Runtime Options for Kubernetes

    By Lantao Liu (Google), Mike Brown (IBM) | Thursday, November 02, 2017 in Blog

    Update: Kubernetes support for Docker via dockershim is now deprecated. For more information, read the deprecation notice. You can also discuss the deprecation via a dedicated GitHub issue. A container runtime is software that executes containers and …

    Read more

  • Kubernetes the Easy Way

    By Dan Garfield (Codefresh) | Wednesday, November 01, 2017 in Blog

    Kelsey Hightower wrote an invaluable guide for Kubernetes called Kubernetes the Hard Way. It’s an awesome resource for those looking to understand the ins and outs of Kubernetes—but what if you want to put Kubernetes on easy mode? That’s something …

    Read more

  • Enforcing Network Policies in Kubernetes

    By Ahmet Alp Balkan (Google) | Monday, October 30, 2017 in Blog

    Editor's note: this post is part of a series of in-depth articles on what's new in Kubernetes 1.8. Kubernetes now offers functionality to enforce rules about which pods can communicate with each other using network policies. This feature is has …

    Read more