TODO

  • Install go: LINK

  • Install kind

  • Run kind create cluster --config kind.yaml --name demo

  • kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml

  • Install skaffold

  • install kustomaize

  • kustomize init im kustomize ordner

  • skaffold build

  • install telepresence

  • telepresence list

  • kubectl get service demo-app (check the name of the port)

  • telepresence intercept demo-app --port <local port>[:<remote port from the output of kubectl>] --env-file demo-app.env

  • when ready: telepresence quit, telepresence leave demo-app