Kubernetes Integration with Python-CGI

A 10 Ajay Gupta
2 min readJul 1, 2021

What is kubernets?

Kubernetes is an open-source container-orchestration system for automating computer application deployment, scaling, and management.

What is MiniKube?

minikube. Like kind , minikube is a tool that lets you run Kubernetes locally. minikube runs a single-node Kubernetes cluster on your personal computer (including Windows, macOS and Linux PCs) so that you can try out Kubernetes, or for daily development work.

What is Python-CGI?

The Common Gateway Interface, or CGI, is a set of standards that define how information is exchanged between the web server and a custom script. The CGI specs are currently maintained by the NCSA

In continuation of task 7.1 you need to Integrate Kubernetes commands that can be run through web-UI created by you.

So let’s get start

1] Web-UI code and Python CGI code

2]Starting Webserver

3] Checking IP Address

Now we are all set to run our code..

4]Running Kubernetes code on Web-UI using Python CGI

I hope you like the blog:)

Thank you.

--

--