Technologies

Featured Posts

Check out the Kumori Labs blog for articles and tutorials about technologies like AWS, Docker, Terraform, Ansible, and more. Sign up for our newsletter so that you are the first to know when we publish a new article.

Kubernetes Federation Between Different AWS Regions

May 11, 2017

Kubernetes Cluster Federation, which was first released in version 1.3 back in July 2016, allows you to federate multiple clusters together and then control them as a single entity using a Federation control plane. Federation supports adding clusters located in different AWS regions.

Continue reading

Refactoring Terraform On Existing Infrastructure

February 20, 2017

Have you ever wanted to refactor a Terraform configuration against an existing infrastructure? In the past, this required manually editing a potentially large, confusing JSON file. Now it possible to manipulate a Terraform state file using supported CLI commands.

Continue reading

Continuous Deployment with Jenkins and Kubernetes

March 22, 2017

In the previous lab, we went through how to deploy Jenkins and integrate it with your Kubernetes cluster. And in this lab, we will setup an example continuous deployment pipeline with Jenkins, using the same Hugo site that we have used in previous labs.

Continue reading