Skip to content

Latest commit

 

History

History
executable file
·
10 lines (7 loc) · 376 Bytes

File metadata and controls

executable file
·
10 lines (7 loc) · 376 Bytes

python_practices

K8S

Mongo + Express

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