
Create a Kubernetes Operator in Golang to automatically manage a simple, stateful application
A Kubernetes Operator acts as an automated site reliability engineer for its application, encoding the skills of an expert administrator in software. For example, an Operator can manage a cluster of database servers and configure and manage its application. It can also install a database cluster of a declared software version and a designated number of members.
Continue reading Create a Kubernetes Operator in Golang to automatically manage a simple, stateful application