Skip to content

Instantly share code, notes, and snippets.

@rahulaga
Created September 21, 2018 17:32
Show Gist options
  • Save rahulaga/c146c6e640aad01e841758b575ade4e5 to your computer and use it in GitHub Desktop.
Save rahulaga/c146c6e640aad01e841758b575ade4e5 to your computer and use it in GitHub Desktop.
Telepresence and Minikube
#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