-
Notifications
You must be signed in to change notification settings - Fork 781
Add docs on Bridge to Kubernetes #1608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-bay-0e9e0e81e-1608.westus2.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-island-07c05fd1e-1608.westus2.azurestaticapps.net |
daprdocs/content/en/developing-applications/debugging/bridge-to-kubernetes.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/debugging/bridge-to-kubernetes.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/debugging/bridge-to-kubernetes.md
Show resolved
Hide resolved
|
|
||
| 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](https://github.com/dapr/quickstarts/tree/master/distributed-calculator): | ||
|
|
||
| <iframe width="560" height="315" src="https://www.youtube.com/embed/rxwg-__otso" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing that is missing in the video is that, to use Bridge, you need to have a debug configuration to run your project locally. I created a default Node.js profile for the demo, and mentioned that in the call, but to help the customers it might make sense to add it to the sample app directly.
I'm happy to send a PR to update the sample app if it helps. Also, this is probably related to my other comment about providing step by step instructions.
daprdocs/content/en/developing-applications/debugging/bridge-to-kubernetes.md
Outdated
Show resolved
Hide resolved
|
@AaronCrawfis If you want to publish this update before the next community call, I can keep you updated to let you know as soon as the change on our side is released to support Dapr. |
|
We should wait for the bits to be released before merging this |
@orizohar @AaronCrawfis Our release supporting Dapr is now public! |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-island-07c05fd1e-1608.westus2.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-bay-0e9e0e81e-1608.westus2.azurestaticapps.net |
daniv-msft
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
|
@greenie-msft - can we also add to this PR interlinking to this page from the K8s pages? I'm thinking at least from the overview |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-bay-0e9e0e81e-1608.westus2.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-island-07c05fd1e-1608.westus2.azurestaticapps.net |
Happy to add that, but what is the desired approach?
|
Either one works. I just want to make sure the content is discoverable |
|
@orizohar Added a related link to the k8s overview page. |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-island-07c05fd1e-1608.westus2.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-bay-0e9e0e81e-1608.westus2.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-island-07c05fd1e-1608.westus2.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-bay-0e9e0e81e-1608.westus2.azurestaticapps.net |
Add documentation on Bridge to Kubernetes support with Dapr