Good Morning!
I’m new to k8s and Rancher, I recently deployed a Kubernetes + Rancher cluster in the following scenario:
3 Nodes (VM)
1 Proxy / Nginx (VM)
I followed the installation using the official documentation: https://rancher.com/docs/rancher/v2.x/en/installation/k8s-install/helm-rancher/
When installing Rancher I used the option with the letsencrypt certificate where one of the requirements is
installation of cert-manager (it was installed via helm) and everything went well! I can access the
rancher web interface via https and the certificate worked ok!
However I am at a loss as to how to proceed in the case where I will deploy an application in my environment
and I would like a certificate to be generated for this application. I couldn’t move on, I tried to install
cert-manager via catalog in order to have access to some cert-manager interface but it didn’t work
I believe that the installation is in conflict with the installation of the cert-manager.
Has anyone been through this situation and can suggest a path for me?
Thanks!