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
- Host: GitHub
- URL: https://github.com/kokizzu/terraform1
- Owner: kokizzu
- Created: 2023-06-27T21:41:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T07:21:02.000Z (over 1 year ago)
- Last Synced: 2025-01-12T15:46:09.889Z (9 months ago)
- Topics: keda, kubernetes, prometheus, terraform
- Language: HCL
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
TerraformBlog 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