Here are some basic examples for you to try out and get a feel for what Eunomia can do for you. As always...the sky is the limit!
Before you can execute any of the hello-world examples, you need to install the operator first.
# Deploy the operator
helm template deploy/helm/eunomia-operator/ | kubectl apply -f -
# Make sure the operator pod is running
kubectl get pods -n eunomia-operator
# Once it is running, check the logs to make sure there are no errors
kubectl -n eunomia-operator logs deployment/eunomia-operator
Using the openshift-provision ansible role