🎉 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:

  1. SealedSecret is stored encrypted in Git (safe to commit)
  2. Sealed Secrets Controller decrypts it in the cluster
  3. Regular Kubernetes Secret is created
  4. Pod loads secrets as environment variables
  5. Application can use them securely!