-
Notifications
You must be signed in to change notification settings - Fork 305
QUESTION: Is local process with Kubernetes complimentary to Dev Spaces or a replacement? #366
Comments
Hi @clawrenceks Once we've gathered more feedback form customers about LPK and released some of the features we're working on, we'll be in a good place to add to the documentation about which tooling is better for different scenarios. |
@Gordonby Not sure if this is the correct venue, but until LPK supports Linux, is it possible to re-enable AZDS Connect menu options in the VSCode extension? We're using AZDS within Linux dev containers, and the lack of ability in VSCode to pin extension versions means we're SOL for support at the moment. |
Hi @Cpcrook, i think @greenie-msft has been emailing you about this point. |
Hi @Gordonby -- our dev containers are running on a Docker image based on the dotnetcore 3.1 sdk image here which is Debian 10. We add Azure CLI to that, and run an automatic task on folder open to login to AKS, install We were relying on the "clone" service redirection story previously. I think we have a workaround for now (as long as the CLI continues to support the functionality in the older extension version). We've reverted back to the Azure Dev Spaces extension version
Just a bit inconvenient as the extension downgrade dance has to be done any time a dev container is rebuilt. |
@clawrenceks according to the latest doc update, it is no longer possible to use Local Process together with Dev Spaces:
@Gordonby is there any plans to re-enable Local Process debugging for AZDS-enabled clusters? We are migrating to AKS / Dev Spaces from per-developer local docker installations, and shared base space + Local Process debugging is a primary usecase for us. |
Hi @PashaPash, At the moment, there is no plan to re-enable LPK routing on a Dev Spaces enabled AKS cluster. Can you provide additional details as to why Local Process with Kubernetes and the isolation mode that comes with it does not fulfill your development requirements? Similarly to Dev Spaces routing, the isolation mode in LPK allows developers to work in a shared environment. |
@greenie-msft we have 30+ services project, the plan was to
Without LPK routing on AKS we have to keep to separate clusters for QA (with Dev Spaces) and for Dev (LPK). |
Hi @PashaPash, Thank you for the additional details. I should clarify my earlier comment - I'm referring to our new routing capability when I say "isolation mode" in LPK. Here is a doc explaining this capability: https://aka.ms/lpk-isolation Does this help meet your requirements? Please let me know if you have any other questions. |
Hi @greenie-msft, "isolation mode" in LPK does not cover base usecase for QA. QA does not have local version, their deployments should be fully hosted on aks.
Cluster should be either in LPK mode (no hosted overriden containers, not suitable for QA), or in DevSpaces mode (no local debugging, not suitable for Dev). I understand that local process debugging in DevSpace was a preview, so up to your team to drop it without notice. Just curious what was the reason to drop a really developers-oriented feature out of DevSpaces - as that actually turned DevSpaces into QaSpaces for us. |
@PashaPash the use case you described sounds like what review apps are designed to accomplish -- they defer and route traffic from unchanged services to the parent space, but route traffic to a modified service to the updated deployment, allowing testing to proceed against the changed service(s) while still allowing those to interact with any unmodified services on which they depend. You'd have CI/CD pipelines setup to deploy a review app to a new Kubernetes namespace (say, specific to a PR). Traffic to services not modified as part of that PR would go to the parent namespace. |
@Cpcrook yes, quite close to review apps. But we also need traffic flow back from the parent namespace to some modified service, depending on initial request url. DevSpaces seems to be a closest match. |
Is review apps also available via github actions? (dev spaces supports this
QA/review functionality using github)
…On Thu, Aug 6, 2020, 18:55 Pavel Pochobut ***@***.***> wrote:
@Cpcrook <https://github.com/Cpcrook> yes, quite close to review apps.
But we also need traffic flow back from the parent namespace to some
modified service, depending on initial request url. DevSpaces seems to be a
closest match.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#366 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADTBRJ3BIYRCE7WN5RK4VF3R7LN67ANCNFSM4OKXMXEQ>
.
|
Hi @PashaPash, Thank you for further clarifying your requirements. The isolation mode in LPK takes advantage of our new routing capability. It is currently limited to the LPK experience, but we will soon support enabling routing independently. This will allow you to use routing for additional scenarios outside of the LPK workflow (e.g. GitHub Actions PR Flow). We also plan to publish an improved PR Flow which will use our new routing implementation. The combination of what I've described above will allow you to achieve the same value as our traditional Routing/PR Flow experiences. QA will be able to test code changes in the cluster outside of the developer experience. I'll keep this thread live and provide an update as soon as we release and document these scenarios. If you have any further questions, please feel free to reach out via email: Thank you, |
I am sure this information must exist somewhere, but I am unable to find any specific guidance. Is the new Local Process with Kubernetes feature designed to complement Azure Dev Spaces (e.g. both should be used together) or is it designed as the next generation replacement for Azure Dev Spaces?
There seems to be little material describing which of the two options should be used, although I see in the Azure Portal that the Local Process with Kubernetes Feature is the default offering now.
The text was updated successfully, but these errors were encountered: