Kubernetes Integration with Python-CGI

kundan singh
2 min readJun 30, 2021

Task Description πŸ“„

πŸ“Œ In continuation of task 7.1 you need to Integrate Kubernetes commands that can be run through webUI created by you.

πŸ‘‰ This time create webUI page as such that using normal English conversation your all commands can run in background.

Example β€” when we write β€˜run deployment using httpd image’ then it run complete deployment command in backend.

Feature necessary -

πŸ‘‰ It can launch pods with specific name given by user.

πŸ‘‰ Run deployment using image and name given by user.

πŸ‘‰ Expose services on given user input port number.

πŸ‘‰ Scale the replica according to user need.

πŸ‘‰ Delete complete environment created.

πŸ‘‰ Delete specific resources given by user.

πŸ‘‰ Extra features related to k8s ( Optional)

Note β€” There should be webUI based menu display so that user can get to know what your webapp can do.

πŸ“Œ This app will help the user to run all the Kubernetes commands:

Github-Url:https://github.com/ksp220798/Kubernetes-Integration-with-Python-CGI.git

Now, let’s see working of the code

Thank you

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

No responses yet

Write a response