2 min • read

Intercept

Intercepts replace the Kubernetes "Orders" service with the Orders service running on your laptop. The users see no change, but with all the traffic coming to your laptop, you can observe and debug with all your dev tools.

Creating and using intercepts

  1. Creating the intercept: Intercept your service from your CLI:

    shell
    telepresence intercept SERVICENAME
  2. Using the intercept: Send requests to your service:

    All requests will be sent to the version of your service that is running in the local development environment.

Need support for Telepresence?