@Tej-Singh-Rana Can you please suggest where I can find SSL/TLS certificate section for k8s application.
Hi,
Can you be more specific in your query?
I want to secure my application with HTTPS SSL/TLS cert. For that I am looking out for video.
So for this I take it you mean that people connecting to the app from the outside world must use HTTPS URL, right?
This is managed by Ingress to the cluster. There are topics on ingress in both CKA and CKAD courses.
Can you please share the link? I am not able to find it.
I can only tell you where the videos are if you have subscribed to either CKA or CKAD course, because they are part of these courses.
For CKA course, it is ingress lectures from here: CKA Certification Course – Certified Kubernetes Administrator | KodeKloud
For CKAD course, it is ingress lectures from here:
What it may not cover is the addition of a certificate to the ingress. This is quite easy once you have got the ingress working with HTTP, and you have a correctly created certificate for the site: Ingress | Kubernetes
If you are making a publicly accessible site, you must obtain the certificate from a trusted authority e.g. Let’s Encrypt, or browsers will show an untrusted certificate error.