Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 463 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 463 Bytes

How to run the K8s cluster

Prerequisites

Start Minikube Node

minikube start

Apply the secrets, configMaps, deployments

kubectl apply -f db-config.yaml 
kubectl apply -f db-secret.yaml 
kubectl apply -f deployment-db.yaml 
kubectl apply -f deployment-web.yaml 

How to run in browser

minikube service web-express-service