C# client KEDA support #1606
              
                Unanswered
              
          
                  
                    
                      istvangabospwc
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 2 comments
-
| Hey, I publish several .NET packages for popular CRDs https://github.com/IvanJosipovic/KubernetesCRDModelGen which include Keda, https://www.nuget.org/packages/KubernetesCRDModelGen.Models.keda.sh/ Load that NuGet, then you can use this with the GenericClient  | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| Thank you! | 
Beta Was this translation helpful? Give feedback.
                  
                    0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is there any support for the KEDA API in the C# client? I need to query the "scaledobjects" resource definition for an AKS instance. I was able to authenticate with the csharp client to AKS and query the namespaces but was not able to find any support for the KEDA scaling extension that comes out of the box in azure.
I have found this kedacore/keda#3265 (comment) discussion and example in the python repository that seems pretty close to what I need but with the C# client.
Is there any direct or similar support as in the python example for KEDA in the csharp client? I would really appreciate getting any guidance or recommendations for my use-case.
Thank you,
István
Beta Was this translation helpful? Give feedback.
All reactions