Skip to content

Commit 7191d32

Browse files
authored
Merge pull request #31034 from didicodes/third-party
Adding third party shortcode to the Telepresence content
2 parents 1834fd3 + 80f3898 commit 7191d32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/en/docs/tasks/debug-application-cluster/local-debugging.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ content_type: task
44
---
55

66
<!-- overview -->
7-
7+
8+
{{% thirdparty-content %}}
9+
810
Kubernetes applications usually consist of multiple, separate services, each running in its own container. Developing and debugging these services on a remote Kubernetes cluster can be cumbersome, requiring you to [get a shell on a running container](/docs/tasks/debug-application-cluster/get-shell-running-container/) in order to run debugging tools.
911

1012
`telepresence` is a tool to ease the process of developing and debugging services locally while proxying the service to a remote Kubernetes cluster. Using `telepresence` allows you to use custom tools, such as a debugger and IDE, for a local service and provides the service full access to ConfigMap, secrets, and the services running on the remote cluster.

0 commit comments

Comments
 (0)