dlmarion commented on issue #4076:
URL: https://github.com/apache/accumulo/issues/4076#issuecomment-1856996369

   > What do we do if the orchestration system that users might use doesn't 
allow invoking commands, shell scripts, etc. to make the shutdown request as 
part of the orchestration process?
   
   Answering my own question here: I guess someone could write their own 
rudimentary scaler by:
   
   1. Monitoring for the metrics they are interested in
   2. For downscaling, invoke the shutdown request and waiting for the command 
to return
   3. Use the `kubectl scale` command to increase or decrease the number of 
pods.
   
   I'm not quite clear on how item 2 would work w/r/t the java application 
running inside a Pod. It might be dependent on the networking.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to