An open API service indexing awesome lists of open source software.

https://github.com/holy-bird-animation-studio/creatures-infrastructure

Infrastructure as code, Docker configs, and deployment scripts
https://github.com/holy-bird-animation-studio/creatures-infrastructure

devops docker infrastructure kubernetes terraform

Last synced: about 1 month ago
JSON representation

Infrastructure as code, Docker configs, and deployment scripts

Awesome Lists containing this project

README

          

# Creatures Infrastructure

Infrastructure as code, Docker configurations, and deployment scripts.

## Features

- 🐳 Docker Compose for local development
- ☸️ Kubernetes manifests for production
- πŸ—οΈ Terraform for cloud infrastructure
- πŸš€ CI/CD pipeline configurations

## Quick Start

```bash
# Local development
docker-compose up -d

# Production deployment
kubectl apply -f kubernetes/
```