Posts in 2015
-
Using Kubernetes Namespaces to Manage Environments
Friday, August 28, 2015 in Blog
One of the advantages that Kubernetes provides is the ability to manage various environments easier and better than traditional deployment strategies. For most nontrivial applications, you have test, staging, and production environments. You can spin …
-
Weekly Kubernetes Community Hangout Notes - July 31 2015
Tuesday, August 04, 2015 in Blog
Every week the Kubernetes contributing community meet virtually over Google Hangouts. We want anyone who's interested to know what's discussed in this forum. Here are the notes from today's meeting: Private Registry Demo - Muhammed Run …
-
The Growing Kubernetes Ecosystem
Friday, July 24, 2015 in Blog
Over the past year, we’ve seen fantastic momentum in the Kubernetes project, culminating with the release of Kubernetes v1 earlier this week. We’ve also witnessed the ecosystem around Kubernetes blossom, and wanted to draw attention to some of the …
-
Weekly Kubernetes Community Hangout Notes - July 17 2015
Thursday, July 23, 2015 in Blog
Every week the Kubernetes contributing community meet virtually over Google Hangouts. We want anyone who's interested to know what's discussed in this forum. Here are the notes from today's meeting: Eric Paris: replacing salt with ansible (if we …
-
Strong, Simple SSL for Kubernetes Services
Tuesday, July 14, 2015 in Blog
Hi, I’m Evan Brown (@evandbrown) and I work on the solutions architecture team for Google Cloud Platform. I recently wrote an article and tutorial about using Jenkins on Kubernetes to automate the Docker and GCE image build process. Today I’m going …
-
Weekly Kubernetes Community Hangout Notes - July 10 2015
Monday, July 13, 2015 in Blog
Every week the Kubernetes contributing community meet virtually over Google Hangouts. We want anyone who's interested to know what's discussed in this forum. Here are the notes from today's meeting: Eric Paris: replacing salt with ansible (if we …
-
Announcing the First Kubernetes Enterprise Training Course
Wednesday, July 08, 2015 in Blog
At Google we rely on Linux application containers to run our core infrastructure. Everything from Search to Gmail runs in containers. In fact, we like containers so much that even our Google Compute Engine VMs run in containers! Because containers …
-
Kubernetes 1.0 Launch Event at OSCON
Thursday, July 02, 2015 in Blog
In case you haven't heard, the Kubernetes project team & community have some awesome stuff lined up for our release event at OSCON in a few weeks. If you haven't already registered for in person or live stream, please do it now! check out …
-
How did the Quake demo from DockerCon Work?
Thursday, July 02, 2015 in Blog
Shortly after its release in 2013, Docker became a very popular open source container management tool for Linux. Docker has a rich set of commands to control the execution of a container. Commands such as start, stop, restart, kill, pause, and …
-
The Distributed System ToolKit: Patterns for Composite Containers
Monday, June 29, 2015 in Blog
Having had the privilege of presenting some ideas from Kubernetes at DockerCon 2015, I thought I would make a blog post to share some of these ideas for those of you who couldn’t be there. Over the past two years containers have become an …