From e07439e99536528c6b1c4154c4f9c0bb336c41ef Mon Sep 17 00:00:00 2001 From: Jordi Pique Date: Sun, 25 Aug 2024 16:17:27 +0200 Subject: [PATCH] Add next steps section in the README.md file --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bb9f0bf..105930b 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,15 @@ patch: value: ``` +## Next steps + +- Script to measure performance (API calls per second) for a single replica +- Create a CRD for the `GenericWebhookConfig` and consume it as a K8S object instead of as a ConfigMap +- Add more examples +- Helm chart +- Analyse how much CPU and memory the app needs +- Prometheus metrics to show number of requests processed, succeeded, queued requests, time it takes to process a request, etc. + ## Contributing See the [contributor guide](./docs/contributor-guide.md)