Creating Kubernetes Web-UI Using Python CGI.

Created Web-UI that will run Kubernetes Command through Web-UI.

Akashkale
Jul 17, 2021

Kubernetes

Kubernetes is an open-source container orchestration platform that enables the operation of an elastic web server framework for cloud applications. Kubernetes can support data center outsourcing to public cloud service providers or can be used for web hosting at scale.

Kubernetes Web-UI

Kubernetes Commands Run on Web-UI

Creating Pods with Name.

Pod Created

Exposing Services on given port number by user

Scaling the replica according to user need

Deleting Complete Environment that we created

Deleting Pods given by user

Delete Service that we created

--

--