examples: add alb-tls-examples showcase #33
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: professional-service-best-practices/professional-service#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "examples/alb-tls-examples"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Adds the alb-tls-examples showcase collection — a set of three self-contained, runnable Terraform examples demonstrating different TLS strategies with the STACKIT Application Load Balancer.
Showcases included:
vm-alb-self-signed-cert/ — Quickstart: 1 VM + ALB + self-signed certificate, fully managed by Terraform. No external dependencies.
vm-alb-certbot-letsencrypt/ — Production: VM + ALB + Let's Encrypt via certbot/ACME DNS-01 with automatic renewal. Includes stackit-acme-alb, a Dockerized PowerShell ACME client for STACKIT.
alb-k8s/ — Kubernetes: SKE cluster + cert-manager + Let's Encrypt DNS-01 via STACKIT DNS.
Each showcase is intentionally independent — no shared state, no shared modules.