kanedafromparis / samples

Sample Operators using the Java Operator SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Operator SDK Samples

There are multiple sample Operators in this repository. Some more basic examples can be found in the SDK itself, under the samples directory.

  • webserver: Simple example creating an NGINX webserver from a Custom Resource containing HTML code.

  • mysql-schema: Operator managing schemas in a MySQL database.

  • tomcat: Operator with two controllers, managing Tomcat instances and Webapps for these.

Instructions on how to run these samples can be found in the corresponding READMEs.

About

Sample Operators using the Java Operator SDK


Languages

Language:Java 99.6%Language:Dockerfile 0.4%