Deploy MongoDB Community Operator and Cert Manager on Kind Configure docker registry credentials (Optional) export DOCKER_USER=<username> export DOCKER_PASSWORD=<password> Install MongoDB and Cert Manager on Kind Using Helm make install-kind deploy Using Kustomize make install-kind-kustomize deploy Smoke test MongoDB make smoketest Delete the cluster make cleanup