Giter Club home page Giter Club logo

Comments (2)

lisaguthrie avatar lisaguthrie commented on August 27, 2024

You can deploy services to the cluster however you want. azds up of course, but also a direct helm install, CI/CD pipeline, etc.

To give an example, suppose you have an application that consists of services A, B, C, D, and E. You are actively working on service A. You have configured the default namespace on your cluster as a dev space (e.g. azds space select -n default, or select default from the space drop-down in Visual Studio)

What you can do is deploy all five services to default through, say, a CI/CD pipeline. This is completely outside of Dev Spaces. You'll need to come up with an appropriate build/release definition, or kube config, or Helm chart, or whatever mechanism you want to use to deploy -- Dev Spaces is not opinionated on this, as long as all the services end up running in that default namespace.

Once you have this baseline in place, you can azds up service A into a child space of default, and debug and take advantage of all Dev Spaces functionality.

Hopefully that makes sense. Let me know if you think that will work for your scenario, or if you have additional questions. We are actually working on some documentation right now that goes into detail about how to set up the exact configuration I've described, so your feedback is timely!

from dev-spaces.

teebszet avatar teebszet commented on August 27, 2024

Great, thanks for the response. Good to know it's possible before I plough on through.

from dev-spaces.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.