Team Task

Nitish
Aug 26, 2021

Kubernetes Integration with Python-CGI

Task Description

πŸ“Œ In continuation of task 7.1 you need to Integrate Kubernetes commands that can be run through WebUI created by you.

πŸ‘‰ This time create a WebUI page as such that using normal English conversation your all commands can run in the background.

For example β€” when we write β€˜run deployment using httpd image’ then it runs the complete deployment command in the backend.

Feature necessary -

πŸ‘‰ It can launch pods with the specific names given by users.

πŸ‘‰ Run deployment using image and name given by the user.

πŸ‘‰ Expose services on given user input port number.

πŸ‘‰ Scale the replica according to user needs.

πŸ‘‰ Delete the complete environment created.

πŸ‘‰ Delete specific resources given by the user.

πŸ‘‰ Extra features related to k8s ( Optional)

GitHub Link

https://github.com/nitish705702/Kubernetes-Integration-with-Python-CGI

Thank you

--

--