Kubernetes Integration with Python-CGI

Utkarsh Pande
1 min readJun 30, 2021

This task is the continuation of the below-mentioned task.

Here, I along with my team members - VINAYAK, PRANESH PRASHAR have created a WebUI app that integrates the Kubernetes command. This app creates a UI page that will run using the voice commands given by the user.

Here, Kubernetes uses Docker to launch pods using deployment.

Some of the features of this WebUI app are as follows:-

👉 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.

GitHub link for the codes: https://github.com/utkpande/task-9.git

Thank You!!!

--

--