๐ In this task you have created a Web Application for Docker (one of the great Containerization Tool which provides the user Platform as a Service (PaaS)) 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 and many more
#################################################################################################################################################################################
So our website name is Docker Club. It allows the user to run any docker command by using the web UI Below are the multiple commands that can be done on DOcker CLub web app
#################################################################################################################################################################################
#################################################################################################################################################################################
#################################################################################################################################################################################
#################################################################################################################################################################################
#################################################################################################################################################################################
It Not only allows user to run docker commands but kubectl commands also. In this we have already configured the present server to act as a client of minikube.
Feature provided -
๐ 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)
๐ This app will help the user to run all the Kubernetes commands:
#################################################################################################################################################################################
#################################################################################################################################################################################
#################################################################################################################################################################################
################################################################################################################################################################################