From 80f38982fe7173e2ff5d4a9fada51dfd61ef9ace Mon Sep 17 00:00:00 2001 From: Edidiong Asikpo Date: Mon, 20 Dec 2021 08:04:37 +0100 Subject: [PATCH] Added the {{% thirdparty-content %}} shortcode --- .../docs/tasks/debug-application-cluster/local-debugging.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tasks/debug-application-cluster/local-debugging.md b/content/en/docs/tasks/debug-application-cluster/local-debugging.md index 440d6eb2ec..68088ac85a 100644 --- a/content/en/docs/tasks/debug-application-cluster/local-debugging.md +++ b/content/en/docs/tasks/debug-application-cluster/local-debugging.md @@ -4,7 +4,9 @@ content_type: task --- - + +{{% thirdparty-content %}} + 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. `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.