Skip to content

Commit

Permalink
adding to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ormico committed Sep 20, 2022
1 parent 76c269d commit f70b285
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,21 @@
* Triggering Tasks
* Recalculation Aggregations when New Data is loaded
* Buffer when one system can send tasks in batches faster than workers can handle.
* Retry or buffer when a dependent system is down.
* Retry or buffer when a dependent system is down.

## KEDA
* Kubernetes Event-driven Autoscaling
* Scale from Zero to N
* Plugins for Scalers
* https://keda.sh/docs/2.8/scalers/

![Azure Service Bus, Rabbit MQ, SQL Server, Redis List, ...](docs/images/scaler-examples.png)

## KEDA Authentication Providers
* Like Scalers, KEDA includes several plugins for Authenticating Scalers
* https://keda.sh/docs/2.8/authentication-providers/

![Azure AD: Pod Identity, Workload Identity; Azure KeyVault; EKS Pod Identity; Hashicorp Vault; Environment Variables; K8 Secrets; ...](docs/images/authenticator-examples.png)



0 comments on commit f70b285

Please sign in to comment.