Black lives matter.
We stand in solidarity with the Black community.
Racism is unacceptable.
It conflicts with the core values of the Kubernetes project and our community does not tolerate it.
We stand in solidarity with the Black community.
Racism is unacceptable.
It conflicts with the core values of the Kubernetes project and our community does not tolerate it.
Wednesday, March 14, 2018 in Blog
Today's post is by Jorge Castro and Ilya Dmitichenko 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 …
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 …
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 …
Friday, March 02, 2018 in Blog
Editor's note: Today's post is by Nick Chase. Nick is Head of Content at Mirantis. 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 …
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 …
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 …
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 …
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 …
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 …
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 …