News

sample-operator This project is a java port of Kubernetes Sample Controller using Java Operator SDK. This repository implements a simple controller for watching Foo resources as defined with a ...
This example shows how an operator can control resources outside of the Kubernetes cluster. In this case it will be managing MySQL schemas in an existing database server. This is a common scenario in ...
But, the power that Kubernetes provides comes with a good deal of complexity. An application running under Kubernetes has a lot of parts, which in K8S parlance are called resources and controllers. A ...