Vanilla
You may deploy the Operator in a cluster without Helm.
#
RequirementsMake sure to have Prometheus deployed in your target cluster if you want to scrape logs and metrics from the
/metrics
endpoint. Deploy cert-manager to have webhooks enabled.
#
InstallationYou can use the official Docker image "bedag/kubernetes-dbaas
" or
build your own:
docker build -t yourrepo/imagename . && docker push yourrepo/imagenamemake deploy IMG=yourrepo/imagename
#
Additional informationFor more information about the operator-sdk and the enclosed Makefile, consult: https://sdk.operatorframework.io/docs/building-operators/golang/tutorial/