Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 148 Bytes

kube.md

File metadata and controls

2 lines (2 loc) · 148 Bytes

kubectl apply -f $PATH/kube/ kubectl port-forward $(kubectl get pod --selector="app=server" --output jsonpath='{.items[0].metadata.name}') 8080:8080