Kuberenetes WebUI

Vikash kaushik
Jun 30, 2021

--

πŸ“Œ Integrate Kubernetes commands that can be run through webUI created by you. πŸ‘‰ This time create webUI page as such that using normal English conversation your all commands can run in background. Example β€” when we write β€˜run deployment using httpd image’ then it run complete deployment command in backend. Feature necessary β€” πŸ‘‰ It can launch pods with specific name given by user. πŸ‘‰ Run deployment using image and name given by user. πŸ‘‰ Expose services on given user input port number. πŸ‘‰ Scale the replica according to user need. πŸ‘‰ Delete complete environment created. πŸ‘‰ Delete specific resources given by user. πŸ‘‰ Extra features related to k8s ( Optional)

Originally published at https://thesocialcomment.com on June 30, 2021.

--

--