You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 useazds 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 advanceThe text was updated successfully, but these errors were encountered: