Accessing as if external client CKA CKS

Hello people
i’ve searched for before without luck, so sorry if this reapeats another therad.

I am trying to simulate in the labs of k8s, the fact of accesing from outsite. i am working with ingress controllers and port-forward. How can i connect this? how can i get the http access of my landing cli host?

thanks in advance

if you’re on-premise, you should have a solution like https://metallb.universe.tf/ to be able to use the LoadBalancer option. After installing the ingress controller, you can follow this example Set up Ingress on Minikube with the NGINX Ingress Controller | Kubernetes .

Thank you for responding.

I was not specifically asking that (maybe my fault).
Explaining myself again.
I am working with kodekloud (new site), and also with a couple of courses Labs for CKA and CKS.

Inside the labs, i would like to implement/set up some kind of “external” access, simulating the access from outside but doing it really through accessing a port of the “host” i am issuing CLI commands.

I am going to attach an image to better undertstand

Thanks

Anybody in KK to help here to my question?

i am looking for a feature that exists in Katakoda where you can open a new tab for visualizing HTTP-HTTPS content in order to try services/loadbalancers/ingress and so on…

thx