Tag: containers operators

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…