Posts in 2017

  • The K8sPort: Engaging Kubernetes Community One Activity at a Time

    By Ryan Quackenbush (Apprenda) | Friday, March 24, 2017 in Blog

    The K8sPort is a hub designed to help you, the Kubernetes community, earn credit for the hard work you’re putting forth in making this one of the most successful open source projects ever. Back at KubeCon Seattle in November, I presented a lightning …

    Read more

  • Deploying PostgreSQL Clusters using StatefulSets

    By Jeff McCormick (Crunchy Data) | Friday, February 24, 2017 in Blog

    Editor’s note: Today’s guest post is by Jeff McCormick, a developer at Crunchy Data, showing how to build a PostgreSQL cluster using the new Kubernetes StatefulSet feature. In an earlier post, I described how to deploy a PostgreSQL cluster using …

    Read more

  • Containers as a Service, the foundation for next generation PaaS

    By Brendan Burns (Microsoft) | Tuesday, February 21, 2017 in Blog

    Containers are revolutionizing the way that people build, package and deploy software. But what is often overlooked is how they are revolutionizing the way that people build the software that builds, packages and deploys software. (it’s ok if you …

    Read more

  • Inside JD.com's Shift to Kubernetes from OpenStack

    Friday, February 10, 2017 in Blog

    Editor's note: Today’s post is by the Infrastructure Platform Department team at JD.com about their transition from OpenStack to Kubernetes. JD.com is one of China’s largest companies and the first Chinese Internet company to make the Global Fortune …

    Read more

  • Run Deep Learning with PaddlePaddle on Kubernetes

    By Yi Wang (Baidu Research), Xiang Li (CoreOS) | Wednesday, February 08, 2017 in Blog

    What is PaddlePaddle PaddlePaddle is an easy-to-use, efficient, flexible and scalable deep learning platform originally developed at Baidu for applying deep learning to Baidu products since 2014. There have been more than 50 innovations created …

    Read more

  • Highly Available Kubernetes Clusters

    By Jerzy Szczepkowski (Google) | Thursday, February 02, 2017 in Blog

    Today’s post shows how to set-up a reliable, highly available distributed Kubernetes cluster. The support for running such clusters on Google Compute Engine (GCE) was added as an alpha feature in Kubernetes 1.5 release. Motivation We will create a …

    Read more

  • Running MongoDB on Kubernetes with StatefulSets

    By Sandeep Dinesh (Google Cloud Platform) | Monday, January 30, 2017 in Blog

    Warning:This post is several years old. The code examples need changes to work on a current Kubernetes cluster. Conventional wisdom says you can’t run a database in a container. “Containers are stateless!” they say, and “databases are pointless …

    Read more

  • Fission: Serverless Functions as a Service for Kubernetes

    By Soam Vasani (Platform9 Systems) | Monday, January 30, 2017 in Blog

    Fission is a Functions as a Service (FaaS) / Serverless function framework built on Kubernetes. Fission allows you to easily create HTTP services on Kubernetes from functions. It works at the source level and abstracts away container images (in most …

    Read more

  • How we run Kubernetes in Kubernetes aka Kubeception

    By Hector Fernandez (Giant Swarm) Puja Abbassi (Giant Swarm) | Friday, January 20, 2017 in Blog

    Giant Swarm’s container infrastructure started out with the goal to be an easy way for developers to deploy containerized microservices. Our first generation was extensively using fleet as a base layer for our infrastructure components as well as for …

    Read more

  • Scaling Kubernetes deployments with Policy-Based Networking

    By Harmeet Sahni (Nuage Networks) | Thursday, January 19, 2017 in Blog

    Although it’s just been eighteen-months since Kubernetes 1.0 was released, we’ve seen Kubernetes emerge as the leading container orchestration platform for deploying distributed applications. One of the biggest reasons for this is the vibrant open …

    Read more