Author: Miguel García

Automation - DevOps - Infrastructure as Code - Packer - Terraform

Building and Running Custom AMIs on AWS Using Packer and Terraform

Introduction In this article we are going to talk about two open-source infrastructure-as-code tools that we use at Flugel. These tools are Packer, to build machine images for different platforms, and Terraform, to manage infrastructure resources.   By using the two in combination  it’s possible to create infrastructure-as-code solutions that automatically build and run custom…

Automation - DevOps - Infrastructure as Code - Kubernetes

Building Custom Kubernetes Operators Part 6: Building Operators using Metacontroller

Kubernetes operators were introduced as an implementation of the Infrastructure as software concept. Using them you can abstract the deployment of applications and services in a Kubernetes cluster. This is the sixth and last of a series of articles explaining how operators work and how they can be implemented in different languages.   Introduction In…

Automation - DevOps - Infrastructure as Code - Kubernetes

Building Custom Kubernetes Operators Part 5: Building Operators in Python

Kubernetes operators were introduced as an implementation of the Infrastructure as software concept. Using them you can abstract the deployment of applications and services in a Kubernetes cluster. This is the fifth of a series of articles explaining how operators work and how they can be implemented in different programming languages.   Introduction In past…

Automation - DevOps - Infrastructure as Code - Kubernetes

Building Custom Kubernetes Operators Article Part 4: Automatic testing using Operator SDK

Kubernetes operators were introduced as an implementation of the Infrastructure as Software concept. Using them you can abstract the deployment of applications and services in a Kubernetes cluster. This is the fourth in a series of articles explaining how operators work, and how they can be implemented in different languages. Introduction In the previous article…

Automation - DevOps - Infrastructure as Code - Kubernetes

Building Custom Kubernetes Operators Part 3: Building Operators in Go using Operator SDK

Kubernetes operators were introduced as an implementation of the Infrastructure as Software concept. Using them you can abstract the deployment of applications and services in a Kubernetes cluster. This is the third in a series of articles explaining how operators work, and how they can be implemented in different languages. Introduction Previously in this series…