Giter VIP home page Giter VIP logo

Comments (3)

jalberto avatar jalberto commented on September 18, 2024

is there any workaround to achieve a similar goal?

from for-azure.

ddebroy avatar ddebroy commented on September 18, 2024

The ARM template does not provide an easy way to achieve different classes/types of worker instances. Do you think you can bring up a few different but independent clusters for each of the scenarios (i.e. production/staging) above?

from for-azure.

jalberto avatar jalberto commented on September 18, 2024

@ddebroy that probably will work for some scenarios, but is less flexible, ie:

  • 2 envs: prod & staging
  • isolated by swarm netowrk
  • with periodic "syncs" (so you can dump prod DB in stagin for testing)

I can see more cons than pros having independent clusters, as you will need to configure each one, and is hard to scale as you will need to take care of each cluster individually.

what about, modify ARM template to create more than one VMset?

right now it create 2 VMS:

  • swarm-manager-vmss
  • swarm-worker-vmss

My suggestion is to, optionally, add more:

  • swarm-worker01-vmss
  • swarm-worker02-vmss

then using swarm labels services can be deployed in the workers

from for-azure.

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.