A demo for Kubernetes using mongoDB.
minikube start —driver docker
kubectl apply -f mongo-config.yaml
kubectl apply -f mongo-secret.yaml
kubectl apply -f mongo.yaml
kubectl apply -f webapp.yaml
kubectl get all
kubectl get node -o wide
kubectl get svc
you can now access the application externally on the nodeIP:svcPort