I want to allows SSH access(port 22) to my Kubernetes services from outside the Kubernetes cluster. because my deployed application contain git server.
Could you please suggest me a solution because it's blocking situation for me.
I was able to do clone/push using http/https, But it seems that SSH protocol is not covered by Ingress Controller .