An open API service indexing awesome lists of open source software.

https://github.com/kokizzu/terraform1

this is example how to do stateless pod autoscaling with KEDA, Kubernetes, Prometheus and Terraform
https://github.com/kokizzu/terraform1

keda kubernetes prometheus terraform

Last synced: 7 months ago
JSON representation

this is example how to do stateless pod autoscaling with KEDA, Kubernetes, Prometheus and Terraform

Awesome Lists containing this project

README

          

# Terraform+Kubernetes+KEDA+Prometheus Example

this is example how to do stateless pod autoscaling with KEDA, Kubernetes, Prometheus and
Terraform

Blog post: https://kokizzu.blogspot.com/2023/07/keda-kubernetes-event-driven-autoscaling.html

- main.tf - creates namespace, deployment, service, prometheus, keda, scaled object on kubernetes
- promfiber.go - service that we want to deploy and to be autoscaled when there's high request
- Dockerfile - container description to build promfiber.go
- debug-pod.yml - kubernetes manifest file to debug connectivity inside kubernetes cluster