Login
Remember
Register
Ask a Question
How can you have SSL certificates in Kubernetes?
0
votes
asked
Aug 4, 2023
in
Kubernetes K8s
by
SakshiSharma
How can you have SSL certificates in Kubernetes?
sslcertificates
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 4, 2023
by
SakshiSharma
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)
.
...