Kubernetes Webapp
--
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.
๐ This app will help the user to run all the Kubernetes commands:
kube.py
index.html
k8.js
style.css
we need to disable firewall and also run this command setenforce 0
UI OF WEB APP
RUNNING COMMANDS ONT THE WEB APP