đ Hello World - Sealed Secrets Demo
âšī¸ Info: This page demonstrates that the application has successfully
decrypted and loaded secrets from a SealedSecret stored in Git!
đ Decrypted Secrets (from SealedSecret)
SECRET_USERNAME:
admin2
SECRET_PASSWORD:
password2
â
Sealed Secrets is working correctly!
đ Pod Information
Hostname:
hello-world-667b57cb4b-hwlwm
Server IP:
10.42.2.12
Request Time:
2026-05-13 19:10:39
How it works:
- SealedSecret is stored encrypted in Git (safe to commit)
- Sealed Secrets Controller decrypts it in the cluster
- Regular Kubernetes Secret is created
- Pod loads secrets as environment variables
- Application can use them securely!