Skip to content

Latest commit

 

History

History
350 lines (180 loc) · 11 KB

README.md

File metadata and controls

350 lines (180 loc) · 11 KB

DockerWeb

📌 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

#################################################################################################################################################################################

pic1 (2)

#################################################################################################################################################################################

pic2 (2)

#################################################################################################################################################################################

pic_3-sid-centos-ssh (2)

#################################################################################################################################################################################

pic_4_container_details (2)

#################################################################################################################################################################################

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:

#################################################################################################################################################################################

Kubernetes_1

#################################################################################################################################################################################

Kubernetes_2

#################################################################################################################################################################################

Kubernetes_3

################################################################################################################################################################################