Create Pools

Hydrolix supports resource pooling: separate groups of servers for separate workloads.

The following components support pooling for worker peers:

  • Query
  • Merge
  • Kafka
  • Kinesis
  • Summary

Create a Pool with the UI

You can create, delete, and edit pools in the UI on the "Scale" page:

Create a Pool with the API

  • To create a pool via the API use the Create Pool end-point.
  • To edit a pool via the API use the Update Pool end-point.
  • To delete a pool via the API use the Delete Pool end-point.

Create a Pool with a Configuration YAML File

You can define resource pools directly in your hydrolixcluster.yaml file. Define pools under the spec section. For more information, see pool scaling.