đ 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-7cc87b5cb5-8fwpq
Server IP:
10.42.1.10
Request Time:
2026-07-02 17:40:32
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!