Created
September 21, 2018 17:32
-
-
Save rahulaga/c146c6e640aad01e841758b575ade4e5 to your computer and use it in GitHub Desktop.
Telepresence and Minikube
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Install | |
$brew cask install osxfuse && brew install socat datawire/blackbird/telepresence | |
#Telepresence | |
#svc-name - get NAME from: kubectl get svc | |
#namespace - if you need one | |
#minikube-port - same kubectl command above show this under PORT(S) | |
#local-port - where you are running your local server | |
$ telepresence --swap-deployment <svc-name> --namespace <namespace> --expose <minikube-port>:<local-port> --run-shell --method inject-tcp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment