- Reference link to prepare yaml
- follow cmds to setting localhost port with k8s container port
kubectl get podsto get mongo express pod namekubectl port-forward ${pod name} 8081:8081to set localhost:8081 with container:8081
kubectl get pods to get mongo express pod namekubectl port-forward ${pod name} 8081:8081 to set localhost:8081 with container:8081