Skip to content

Latest commit

 

History

History

kubernetes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Deploy postgres, angular6-frontend, and go-backend containers to Kubernetes

Steps to Run and Stop the Program

1. Run step 1 until 3 here

2. Run kubectl proxy command

3. Run kompose convert -f docker-compose.yml -o cash-deposit.yml command inside root directory (/cash-deposit)

4. Run kubectl create -f cash-deposit.yml command inside root directory (/cash-deposit)

If everything goes well, the command will deploy cashdeposit_angular6-frontend, cashdeposit_go-docker, and cashdeposit_db containers to Kubernetes. You may check the deployment on Kubernetes Dashboard here: http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login

Dashboard 1

Dashboard 2

Dashboard 3