Scaling several deployments with single HTTPScaledObject #405
              
                Unanswered
              
          
                  
                    
                      dimber-cais
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment 5 replies
-
| 
         Doing a bit more digging, perhaps I could use  Is that a reasonable approach here?  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    5 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I have a use case whereby as part of a CI process, we create a new K8 namespace and add several deployments within it. One of the deployments is the UI facing application and the others are backend micro-services.
We'd like these temporary environments to scale to zero when not in use. So ideally we would scale all the deployments to zero when there's no requests to the UI facing application, and they all scale up when there are requests.
Trying to work out if that's possible with Keda and Keda HTTP?
Beta Was this translation helpful? Give feedback.
All reactions