Learn about the robust capabilities of IBM Power systems - alongside Red Hat technologies - for modernizing your apps and operations without the need to overhaul existing hardware, offering a flexible and incremental path to innovation.
#Power
Today, Red Hat released v2.19.1 of Custom Metrics AutoScaler. Based on KEDA, the optional operator increases or decreases the number of Pods, custom resource, or Job based on custom metrics; it's not only about CPU and memory. You can control your applications to control usage.
To get started:
Ecosystem
Installed Operators
Custom Metrics Autoscaler
Operator Details
KedaController
Create KedaController
apiVersion: keda.sh/v1alpha1 kind: KedaController metadata: name: keda namespace: openshift-keda spec: metricsServer: logLevel: "0" operator: logEncoder: console logLevel: info serviceAccount: {} watchNamespace: ""
You can integrate with Kafka
helm repo add strimzi https://strimzi.io/charts/ helm repo update helm upgrade --install --namespace strimzi --wait strimzi strimzi/strimzi-kafka-operator --version 0.47.0 --set watchAnyNamespace=true
Good luck...
References
Copy