web console for pods in kubernetes

6/26/2019

I want to create a dashboard for kubernetes by python. My user want to see their container in dashboard and run command in it. so I want to give them a web console to their pods. I see that some cloud provider name this as web ssh. The question is What should I do to connect pod via web?

I do not want use kubernetes dashboard. I do not mean NodePort I want to my user run command in their pods by the web console forexampl

cd /
ls

I want to user run above command by web and see the result

or my user want to create file by nano

nano /test

write_sth

and he can do anything by web

-- yasin lachini
console
docker
kubernetes
python
web

0 Answers