Ingress Controller + LetsEncrypt
Install cert-manager (optional)
git clone https://github.com/mateothegreat/k8-byexamples-cert-manager
cd k8-byexamples-cert-manager
git submodule update --init
make installClone the k8-byexamples-ingress-controller repository
git clone https://github.com/mateothegreat/k8-byexamples-ingress-controller
cd k8-byexamples-ingress-controller
git submodule update --initInstall the ingress controller
make install LOADBALANCER_IP=35.200.108.203Create Ingress Resource & Certificate Request
make issue HOST=<yourdomain.com> SERVICE_NAME=<service> SERVICE_PORT=<port>Last updated