NGINX Ingress Controller Configuration In AKS (SSH/GIT)

9/5/2019

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 .

-- hajji_0081
azure-aks
git
kubernetes
kubernetes-ingress
ssh

0 Answers