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.

