Tag: infrastructure as software

Automation - Kubernetes

Automating Multi-Tenant Applications with Kubernetes Operators

Automation in the cloud is mandatory. Beyond being mandatory, automation makes business sense. The complexity, size, and dynamics of today’s business world, especially startups, make manual operations an undesirable choice due to a lack of reliability, speed, and consistency. Much automation is achieved using Infrastructure as code. However, there may be cases where Infrastructure as…

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…