You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we already have nats-operator to scale the number of instance of NATS cluster up and down in k8s, it would be great to be able to add metrics based horizontal autoscaling support so NATS cluster can increase/decrease number of instances horizontally on its own based on load.
Something like:
apiVersion: nats.io/v1alpha2kind: NatsClustermetadata:
name: nats-clusterspec:
version: "2.1.8"size: 3# default cluster instancemax: 100# max cluster instancemin: 3# min cluster instancetargetCPUUtilizationPercentage: 75# will spin up new instance if pod hitting this thresholdpod:
resources:
limits:
cpu: "200m"memory: "500Mi"requests:
cpu: "100m"memory: "100Mi"
Thank you the team for the work so far on NATS. Great product!
As we already have nats-operator to scale the number of instance of NATS cluster up and down in
k8s
, it would be great to be able to add metrics based horizontal autoscaling support so NATS cluster can increase/decrease number of instances horizontally on its own based on load.Something like:
Thank you the team for the work so far on NATS. Great product!
cc @wallyqs
The text was updated successfully, but these errors were encountered: