Skip to content

Commit

Permalink
make svg reusable and change opacity scope
Browse files Browse the repository at this point in the history
  • Loading branch information
ikanadev committed Sep 8, 2021
1 parent 7034408 commit 85f72d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quick-start/demo-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ Now you're able to share your fix in your local environment with your team!
To get more information regarding Preview URLs and intercepts, visit the <DCPLink>Developer Control Plane </DCPLink>.
</Alert>

</div>

## 6. How/Why does this all work?

Telepresence works by deploying a two-way network proxy in a pod running in a Kubernetes cluster. This proxy can intercept traffic meant for the service and reroute it to a local copy, which is ready for further (local) development.
Expand All @@ -132,8 +134,6 @@ Telepresence also uses custom headers and header propagation for controllable in

Preview URLs, when created, generate an ingress request containing a custom header with a token (the context). Telepresence sends this token to Ambassador Cloud with other information about the preview. Visiting the preview URL directs the user to Ambassador Cloud, which proxies the user to the cluster ingress with the token header injected into the request. The request carrying the header is routed in the cluster to the appropriate pod (the propagation). The Traffic Agent on the service pod sees the header and intercepts the request, redirecting it to the local developer machine that ran the intercept.

</div>

## <img class="os-logo" src="../../images/logo.png"/> What's Next?

<QSCards/>

0 comments on commit 85f72d4

Please sign in to comment.