diff --git a/docs/quarkus-blog.md b/docs/quarkus-blog.md new file mode 100644 index 0000000..2beac0c --- /dev/null +++ b/docs/quarkus-blog.md @@ -0,0 +1,12 @@ +# Introducing Kubernetes Glue Operator + +[Kubernetes Glue Operator](https://github.com/java-operator-sdk/kubernetes-glue-operator) +allows to use popular Java/Quarkus Operator SDK features in a language independent way. + +The goal of the project is orchestrating resource management for custom resource in a Kubernetes +native way. In other words you can define kubernetes controller simply by apply a single resource - and much more. + +## The problem we try to solve + + +