0 votes
in Kubernetes K8s by
How can you have SSL certificates in Kubernetes?

1 Answer

0 votes
by
SSL cert can be a secret. Then that secret can be mounted on a pod and that pod can whatever it wants with it (e.g. host a SSL web site)

.
...