Posts in 2017
Running MongoDB on Kubernetes with StatefulSets
Monday, January 30, 2017 in Blog
Editor's note: Today’s post is by Sandeep Dinesh, Developer Advocate, Google Cloud Platform, showing how to run a database in a container. Warning: This post is several years old. The code examples need changes to work on a current Kubernetes …
Fission: Serverless Functions as a Service for Kubernetes
Monday, January 30, 2017 in Blog
Editor's note: Today’s post is by Soam Vasani, Software Engineer at Platform9 Systems, talking about a new open source Serverless Function (FaaS) framework for Kubernetes. Fission is a Functions as a Service (FaaS) / Serverless function framework …
How we run Kubernetes in Kubernetes aka Kubeception
Friday, January 20, 2017 in Blog
Editor's note: Today’s post is by the team at Giant Swarm, showing how they run Kubernetes in Kubernetes. Giant Swarm’s container infrastructure started out with the goal to be an easy way for developers to deploy containerized microservices. Our …
Scaling Kubernetes deployments with Policy-Based Networking
Thursday, January 19, 2017 in Blog
Editor's note: Today’s post is by Harmeet Sahni, Director of Product Management, at Nuage Networks, writing about their contributions to Kubernetes and insights on policy-based networking. Although it’s just been eighteen-months since Kubernetes 1.0 …
A Stronger Foundation for Creating and Managing Kubernetes Clusters
Thursday, January 12, 2017 in Blog
Editor's note: Today’s post is by Lucas Käldström an independent Kubernetes maintainer and SIG-Cluster-Lifecycle member, sharing what the group has been building and what’s upcoming. Last time you heard from us was in September, when we announced …
Kubernetes UX Survey Infographic
Monday, January 09, 2017 in Blog
Editor's note: Today’s post is by Dan Romlein, UX Designer at Apprenda and member of the SIG-UI, sharing UX survey results from the Kubernetes community. The following infographic summarizes the findings of a survey that the team behind Dashboard, …
Posts in 2016
Kubernetes supports OpenAPI
Friday, December 23, 2016 in Blog
Editor’s note: this post is part of a series of in-depth articles on what's new in Kubernetes 1.5 OpenAPI allows API providers to define their operations and models, and enables developers to automate their tools and generate their favorite …
Cluster Federation in Kubernetes 1.5
Thursday, December 22, 2016 in Blog
Editor’s note: this post is part of a series of in-depth articles on what's new in Kubernetes 1.5 In the latest Kubernetes 1.5 release, you’ll notice that support for Cluster Federation is maturing. That functionality was introduced in Kubernetes …
Windows Server Support Comes to Kubernetes
Wednesday, December 21, 2016 in Blog
Editor’s note: this post is part of a series of in-depth articles on what's new in Kubernetes 1.5 Extending on the theme of giving users choice, Kubernetes 1.5 release includes the support for Windows Servers. WIth more than 80% of enterprise apps …
StatefulSet: Run and Scale Stateful Applications Easily in Kubernetes
Tuesday, December 20, 2016 in Blog
Editor’s note: this post is part of a series of in-depth articles on what's new in Kubernetes 1.5 In the latest release, Kubernetes 1.5, we’ve moved the feature formerly known as PetSet into beta as StatefulSet. There were no major changes to the API …