This directory contains examples / recipes for deploying CogStack on various cloud providers and platforms.
These examples are intended as reference implementations to help you get started quickly and adapt the approach to your own environment (networking, IAM/RBAC, security controls, naming conventions, and cost constraints).
- Provider-specific examples: each subdirectory (for example
aws-kubernetes/) contains a working, self-contained recipe with its ownREADME.md. - Infrastructure + platform scaffolding: examples typically include the minimal set of infrastructure resources and deployment configuration needed to run CogStack.
- Choose the example that matches your target environment.
- Read the provider folder’s
README.mdfor prerequisites and step-by-step instructions. - Copy the example into your own repository or workspace and customize it.
- These are examples, not a one-size-fits-all production blueprint.
- Always review security, compliance, and operational requirements (secrets management, TLS, backups, monitoring, and upgrade strategy) before going live.