Docker menu Web-App

suyog shinde
Aug 12, 2021

GitHub URL (code) :

Docker:

Created a Web Application for Docker (one of the great Containerization Tool which provides the user Platform as a Service (PaaS)) the web-portal is user friendly.
→This app will help the user to run all the docker commands like:

  • docker images
  • docker ps
  • docker run
  • docker rm -f
  • docker exec

Kubernetes:

→ This app will help the user to run all the kubernetes commands like:

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

The code will be further optimized.

Thank you.

--

--