Thank you for sharing this content! Just one remark: at minute 4:50, the client and server are using symmetric key to encrypt and decrypt data. The initial asymmetric encryption is used just for making sure that the symmetric key ends up securely on both the client and the server.
thank you saiyam pathak of you and you github repo i was able to resolve the ssl issue i was stuck in and was working on it for 2 days thank you so much bro
Just to add on if you're using EKS or GKE this cert manager installation can be skilled and use ACM aws tool to get certificate which checks TLS at load balancer level.
Thanks so much for this tutorial, I could set up my https flawlessy for two services (a frontend and an API) using the same ingress and the same clusterissuer. However now when I try to call the API from the frontend I get a 308 redirect error, I am wondering if it has to do with the fact that I use a balancer to expose my pods and this is somehow terminating my TLS connection. Would be very nice if you could give guidance in this, since my scenario is very common. Thank you again!
Unlike other videos where they simply promote opensource tools you standout you do both but intresting is you do more of handson really great to see your contents
@kubesimplify I download cert manner, then I created issuer, then I applied it... When I describe the certificate it is saying issuing secret not created ... And it's status is coming as false only... I am using let's encrypt
Thank you for sharing this content! Just one remark: at minute 4:50, the client and server are using symmetric key to encrypt and decrypt data. The initial asymmetric encryption is used just for making sure that the symmetric key ends up securely on both the client and the server.
This is such an amazing explanation of HTTPS.
thank you saiyam pathak of you and you github repo i was able to resolve the ssl issue i was stuck in and was working on it for 2 days thank you so much bro
Glad it helped :)
This is great. Thank you! 👍🏼
Just to add on if you're using EKS or GKE this cert manager installation can be skilled and use ACM aws tool to get certificate which checks TLS at load balancer level.
Thanks for your efforts..! But what will happen if we dont use cert manager annotation in ingress ?
Thanks so much for this tutorial, I could set up my https flawlessy for two services (a frontend and an API) using the same ingress and the same clusterissuer. However now when I try to call the API from the frontend I get a 308 redirect error, I am wondering if it has to do with the fact that I use a balancer to expose my pods and this is somehow terminating my TLS connection. Would be very nice if you could give guidance in this, since my scenario is very common. Thank you again!
what key client will encrypt public key or private?
is it possible to apply ssl certifiicates on exterenalIP itself. we dont want to use static IP or any DNS. We want to use externalIP generated only
do we have to register on acme platform?
No
acme is just a protocol like IP,TCP.UDP,etc
thankyou for this ||
Brother you havent told anything about the most important thing the Domain name setup how did you got the DNS name ?
You mean the dns of ingress controller?
@@kubesimplifyhow can we set ingress ip with A name record mapping in my GoDaddy domain.?
thanks for explaining😇
Happy to help
Great content
Unlike other videos where they simply promote opensource tools you standout you do both but intresting is you do more of handson really great to see your contents
good content bro
My secret is not getting created can you help me please
What help tou need, please join discord and paste your steps
@kubesimplify I download cert manner, then I created issuer, then I applied it... When I describe the certificate it is saying issuing secret not created ... And it's status is coming as false only... I am using let's encrypt