kedacore / keda

KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
https://keda.sh
Apache License 2.0
8.33k stars 1.05k forks source link

Provide .NET Core template for building external scalers #800

Open tomkerkhove opened 4 years ago

tomkerkhove commented 4 years ago

Provide .NET Core template for building external scalers.

Starting a new external scaler should be dead simple:

> dotnet new keda-scaler

https://docs.microsoft.com/en-us/dotnet/core/tools/custom-templates

tomkerkhove commented 4 years ago

Will wait for KEDA 2.0 but think a seperate repo for this might be best such as kedacore/external-scaler-dotnet-template maybe?

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.