-
Notifications
You must be signed in to change notification settings - Fork 6
Cloud Deployment
Kishor Jakkula edited this page May 31, 2026
·
1 revision
Cloud deployment guidance lives in the repository:
https://github.com/kishorjakkula/LatticePolicy/blob/main/docs/CLOUD_DEPLOYMENT.md
- AWS deployment flow: https://github.com/kishorjakkula/LatticePolicy/blob/main/docs/aws-deployment-flow.svg
- Azure deployment flow: https://github.com/kishorjakkula/LatticePolicy/blob/main/docs/azure-deployment-flow.svg
- Google Cloud deployment flow: https://github.com/kishorjakkula/LatticePolicy/blob/main/docs/gcp-deployment-flow.svg
- Use managed PostgreSQL.
- Use managed Redis when cache is enabled.
- Store secrets in cloud-native secret management.
- Use HTTPS only.
- Keep database and cache private.
- Run migrations as an intentional release step.
- Use immutable container image tags.
- Enable logs, metrics, and alerts.