Your content is helping me a lot, thank you very much
@AntonPutra7 ай бұрын
Welcome! This one is more niche-specific, but I think a lot of people using Nginx Ingress will find it useful.
@richinex7 ай бұрын
Hi @AntonPutra, how do I get access to the files/resources. I have just subscribed to your videos
@AntonPutra7 ай бұрын
@@richinex I have a link under each video - github.com/antonputra/tutorials/tree/main/lessons/194
@richinex7 ай бұрын
@@AntonPutra True I found it. Thanks
@gabecerts42867 ай бұрын
Awesome, Thanks, the best
@AntonPutra7 ай бұрын
welcome!
@soufiane22v7 ай бұрын
Amazing stuff , which tool do you use to create those extraordinary diagrams ?
@AntonPutra7 ай бұрын
thanks! i use adobe suite
@soufiane22v7 ай бұрын
@@AntonPutra thanx a lot for the quality 🙏🏻🙏🏻🙏🏻. Do have any plan to create some paid courses on udemy or on your own platform ?
@AntonPutra7 ай бұрын
@@soufiane22v thanks, maybe in the future
@fio_mak4 ай бұрын
Can you throw some more light on openid connect provider? Can I use same with GoDaddy DNS?
@AntonPutra4 ай бұрын
Take a look at external-dns. It watches for ingress hostnames and automatically creates DNS records. GoDaddy is also supported - github.com/kubernetes-sigs/external-dns
@ganeshpawar231Ай бұрын
Will it work if we provide temp domain by editing /etc/hosts in local cluster??
@minhnhatcao2595 ай бұрын
Thanks! Do I need to create kind Certificate when already install helm cert-manager?
@AntonPutra5 ай бұрын
you have 2 options. 1. just use annotation on the ingress and "Certificate" will be created automatically. 2. Instead of annotation you can manually create "Certificate" which will generate private key and obtain public cert from letsencrypt. first option is prefered but it's up to you
@ganeshpawar23117 күн бұрын
I am getting an error when i run kubectl describe certificaterequest is failed to wait for order resources to become ready: order is in invalid state. I am using godaddy for domain. I googled it but didn't get solution. What could be the problem?
@ailsontavares45642 ай бұрын
There is a way to use a certificate from AWS Certificate Manager in terraform with auto update for k8s ?
@AntonPutra2 ай бұрын
Yes, you can. I had an example somewhere in my repo, but I don't remember where.
@tdslot7 ай бұрын
Very good video, but if I have k8s on premises behind firewall and not using AWS Route53 DNS service? I use other that not in CertManager provider list. What about this case?
@AntonPutra7 ай бұрын
Thanks!. Just use cert-manager with http-01, it only requires you to open port 80 and no additional integrations.
@tdslot7 ай бұрын
@@AntonPutra Hello, if I understood correctly then my all internal host names that exist on ingress will be exposed to public internet?
@AntonPutra7 ай бұрын
@@tdslot No, you can’t use public CA to issue certificates for your private domains, unless of course you own public domain as well. But in that case you would face dns double horizon issues. If you only need to protect your internal domains, you need to use self sign ca.
@neelojp84607 ай бұрын
Thank you so much @anton, amazing stuff and how you explain it 😮😮… It’s possible to get you .bashrc custom configuration :-)) thanks