Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Myriad provides the capability for fine-grained scaling via the Myriad user interface (UI) or the Myriad REST API. Scaling allows is done by using the flexup and flexdown feature. Flexup expands the cluster and flexdown shrinks the cluster. While doing so, the number of instances and size of the scale are specified.  The number of instances that you can scale are bound only by the number of nodes in the cluster. The instance size is a profile parameter that is a predefined value of zero, small, medium, and large. During initial startup, the default profile parameter is set to zero, that is, the cluster is launched with zero (0) cpu and zero (0) memoryThese predefined values are specified in the Myriad configuration file (myriad-config-default.yml).

Note

During initial startup, Myriad launches the one NodeManager instance with a profile of medium through the parameter, nmInstances, which is also set specified in the myriad-config-default.yml file. Default:

"nmInstances": {
    "medium": 1
  },

...