Skip to content

Deploying image of mongo express using k8s and with nginx-ingress

Notifications You must be signed in to change notification settings

theumairriaz/k8s-mongo-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install kind on Mac

brew install kind

Install kubectl on Debian

apt-get install kind

Create a cluster

kind create cluster

create ingress controller

kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/kind/deploy.yaml

or

kubectl apply -f nginx/ingress-controller.yaml

kubectl get pod
kubectl apply -f .
kubectl get pod
kubectl get configmap
kubectl get secret
kubectl get svc
kubectl get node -o wide
kubectl delete deployment --all
kubectl delete deployment --all -n ingress-nginx
kubectl delete secret --all

About

Deploying image of mongo express using k8s and with nginx-ingress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published