Need help with Azure Dev Spaces for RPSLS #16
Description
Hi Friends 😃,
At minute 43 of Scott Hanselman's Application Dev Keynote, Jessica Deen comes on stage for an Azure Dev Spaces demo using the Rock Paper Scissors Lizard Spock sample application.
I plan to replicate her demo wherein she redirects traffic from a connected AKS cluster to a development machine. But before I do that, I want to try Team development on Kubernetes using Azure Dev Spaces for RPSLS. This Quickstart is my reference.
My objective is to use Azure Dev Spaces with RPSLS for an AKS workshops that I run.
For testing, I had no problem using Azure Dev Spaces to run and debug RPSLS.Web
in its own space. However, when I use azds up
for the APIs, the application still uses the pod in the default K8s namespace, not in my azds space. I am interested in hearing if anyone has had success debugging the APIs with Azure Dev Spaces. I am probably missing a step. I'll be happy to share my steps in this issue. Thanks in advance
Activity