Deploying MCing
-
(Optional) Prepare cert-manager
MCing depends on cert-manager to issue TLS certificate for admission webhooks. If cert-manager is not installed on your cluster, install it as follows:
$ curl -fsLO https://github.com/jetstack/cert-manager/releases/latest/download/cert-manager.yaml $ kubectl apply -f cert-manager.yaml
-
Apply MCing manifests
$ curl -fsLO https://github.com/kmdkuk/MCing/releases/latest/download/install.yaml $ kubectl apply -f install.yaml