Kubernetes manifests are located in ./manifests folder
$ eval $(minikube docker-env -p kopf-demo)
$ make build
$ kubectl apply -f manifests/crd.yaml
$ kubectl apply -f manifests/sa.yaml
$ kubectl apply -f manifests/binding.yaml
$ kubectl apply -f manifests/operator.yaml
$ kubectl apply -f manifests/mysql.yaml
$ kubectl apply -f manifests/mongo.yaml
$ kubectl get pods,svc