SU
Substancia/kubernetes-chatapp
For Kubernetes resources of nestjs-chatapp
kubernetes-chatapp
For Kubernetes resources of nestjs-chatapp
How to run
Prerequisites
- Install
minikubeandkubectl - Postman (optional, to test APIs)
Running steps
-
Start minikube
minikube start -
Ensure minikube is up
minikube status -
Submit resource definitions to Kubernetes
kubectl apply -f kube -
Watch the pods come alive
kubectl get pods --watch -
Get URL to access chatapp-backend app
minikube service chatapp-backend --url -
Use this URL as base URL to test these APIs
Cleanup
-
Delete the kubernetes deployment
kubectl delete -f kube -
Stop minikube
minikube stop
Footer
This is an educational project. Thanks for stopping by, have a great day!
On this page
Contributors
Created March 5, 2023
Updated March 5, 2023