You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the best way to get access to service in cluster through ingress-controller ? I used to use hostNetwork: true for ingress-controller in typical kubernetes bootstraped by kubeadm. Is it possible on rootless kubernetes ?
Another way is to expose nodeport of ingress-controller service
Now i'm using it by opening port with socat command
What is the best way to get access to service in cluster through ingress-controller ? I used to use hostNetwork: true for ingress-controller in typical kubernetes bootstraped by kubeadm. Is it possible on rootless kubernetes ?
Another way is to expose nodeport of ingress-controller service
Now i'm using it by opening port with socat command
I need more automated way. Maybe i have to create systemd service which execute this command?
If i try to use rootlessctl i get the error. How can I solve it?
The text was updated successfully, but these errors were encountered: