type | title | linkTitle | weight | description |
---|---|---|---|---|
docs |
Bridge to Kubernetes support for Dapr services |
Bridge to Kubernetes |
300 |
Debug Dapr apps locally which still connected to your Kubernetes cluster |
Bridge to Kubernetes allows you to run and debug code on your development computer, while still connected to your Kubernetes cluster with the rest of your application or services. This type of debugging is often called local tunnel debugging.
{{< button text="Learn more about Bridge to Kubernetes" link="https://aka.ms/bridge-vscode-dapr" >}}
Bridge to Kubernetes supports debugging Dapr apps on your machine, while still having them interact with the services and applications running on your Kubernetes cluster. This example showcases Bridge to Kubernetes enabling a developer to debug the distributed calculator quickstart:
{{% alert title="Isolation mode" color="warning" %}} Isolation mode is currently not supported with Dapr apps. Make sure to launch Bridge to Kubernetes mode without isolation. {{% /alert %}}
- Bridge to Kubernetes documentation
- [VSCode integration]({{< ref vscode >}})