Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.04 KB

Examples

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!

Simple hello-world

Install the Operator

Before you can execute any of the hello-world examples, you need to install the operator first. You'll be using the latest eunomia-operator image from this repo.

# 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

Try it out

Static yaml file

Helm chart with parameters

Using the openshift-provision ansible role

Helm chart with hierarchical parameters

Real world-ish

Boostrapping a whole cluster via a cluster-seed