VidyaMai S
Aug 11, 2021

--

Integrate Kubernetes commands that can be run through webUI

To integrate through webUI we have to write a html code to create webUI page declaring kubernetes commands

Feature necessary -
πŸ‘‰ It can launch pods with the specific names given by users.
πŸ‘‰ Run deployment using the image and name given by the user.
πŸ‘‰ Expose services on given user input port number.
πŸ‘‰ Scale the replica according to user needs.
πŸ‘‰ Delete complete environment created.
πŸ‘‰ Delete specific resources given by the user.
πŸ‘‰ Extra features related to k8s ( Optional)
Note β€” There should be a web UI-based menu display so that users can get to know what your web app can do.

--

--