Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 509 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 509 Bytes

Fargete with Terraform

This is an experimenrtal repository and every commit may introduce breaking changes

Sources

How to use it?

terraform init
terraform apply
kubectl apply -f templates/fluentbit-config.yaml
kubectl apply -f templates/logger-server.yaml
kubectl -n demo expose deploy logger-server
kubectl -n demo port-forward svc/logger-server 8080:80
curl localhost:8080