Task : 9
Task 09 π¨π»βπ»
Team Task
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 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)
Note - There should be webUI based menu display so that user can get to know what your webapp can do.
Comments
Post a Comment