Details: Hello Team,
I just want to ask you some technical advise… I work as DevOps Engineer and I am designing a service with load balancer to my company. studying your course and the labs i just found a very very cool and nice feature i would like to implement and i do not know how to do that. So I appreciate if you can give me a hint or just tell me the solution you adopt to made that feature.
In short, in one of your lab for example: lab-monitor-argocd-with-prometheus-grafana-alertmanager
when defining a K8s service with you NodePort, it would automatically added to the DNS name of the lab without configuring any thing else.
for example: define a new service Nodeport on port 31629, it would automatically be available on the url:
https://31629-port-d2d33d15e6304142.labs.kodekloud.com
I look forward to doing the same. so just defining a new service NodePort and that port is published on my dns:
for example new nodeport:87654 so it would be available on:
https:.//www.port-8764.myexample.com
so no configuration happened on Ingress & SSL certification?