Deploy Container with TLS
# 🌱|help-and-getting-started
r
Hi, whats the easiest way to deploy a container with TLS cert-manager via garden? This is 99% of our use cases to deploy web services with HTTPS. I have seen a few issues and integrations on GitHub and could not find a satisfying solution on the docs.
a
Hello, we have an example using cert-manager that you might find useful for your use case. https://github.com/garden-io/garden/tree/main/examples/cert-manager-ext-dns#deploy-cert-manager-and-externaldns-with-garden
r
Is there any way to create the TLS certificates automatically without prior definiton of the certificate? I want to keep the Overhead low for such a really basic use case?
We are using devspace right now - and there we just have to set one parameter: https://www.devspace.sh/component-chart/docs/guides/ssl-certificates
q
@rapid-lighter-30322 that example Shumail gave you uses cert-manager to automate the whole shebang
3 Views