|
| 1 | +# CANFAR Deployments |
| 2 | + |
| 3 | +Welcome to the operational documentation for deploying and maintaining the CANFAR Science Platform. This repository contains Helm charts, Kubernetes configurations, CI/CD automation, and operations runbooks that power the platform infrastructure. |
| 4 | + |
| 5 | +## What You'll Find Here |
| 6 | + |
| 7 | +This documentation is designed for **platform operators, DevOps engineers, and infrastructure maintainers** who deploy, configure, and manage CANFAR services. |
| 8 | + |
| 9 | +<div class="grid cards" markdown> |
| 10 | + |
| 11 | +- :material-kubernetes: **Helm Charts** |
| 12 | + |
| 13 | + Reusable deployment templates for CANFAR services with configurable values and environment overlays. |
| 14 | + |
| 15 | +- :material-rocket-launch: **Release Automation** |
| 16 | + |
| 17 | + Automated CI/CD pipelines using GitHub Actions and Release Please for Helm chart versioning. |
| 18 | + |
| 19 | +- :material-file-document: **Operations Runbooks** |
| 20 | + |
| 21 | + Step-by-step procedures for releases, rollbacks, monitoring, and troubleshooting production deployments. |
| 22 | + |
| 23 | +- :material-cog: **Configuration Management** |
| 24 | + |
| 25 | + Environment-specific overlays, secrets management, and Kubernetes resource definitions for staging and production. |
| 26 | + |
| 27 | +- :material-book-open-variant: **Documentation** |
| 28 | + |
| 29 | + Automated MkDocs site deployment with operations guides and platform runbooks. |
| 30 | + |
| 31 | +- :material-shield-check: **Code Quality** |
| 32 | + |
| 33 | + Pre-commit hooks, linting, and security scanning for infrastructure-as-code. |
| 34 | + |
| 35 | +</div> |
| 36 | + |
| 37 | +## Quick Links |
| 38 | + |
| 39 | +- [**CI/CD Pipelines**](operations/ci-cd.md) - Understand GitHub Actions workflows for documentation and code quality |
| 40 | +- [**Release Process**](operations/release-process.md) - Follow the Helm chart release process and CANFAR platform schedule |
| 41 | +- [**GitHub Repository**](https://github.com/opencadc/deployments/) - Browse source code, Helm charts, and configurations |
| 42 | + |
| 43 | +## Getting Started |
| 44 | + |
| 45 | +If you're new to CANFAR deployments: |
| 46 | + |
| 47 | +1. Review the [Release Process](operations/release-process.md) to understand our deployment workflow |
| 48 | +2. Explore the [CI/CD Pipelines](operations/ci-cd.md) documentation to see how automation works |
| 49 | +3. Check the [GitHub repository](https://github.com/opencadc/deployments/) for Helm charts and configuration files |
| 50 | + |
| 51 | +## Contributing |
| 52 | + |
| 53 | +This is an operational repository for CANFAR platform infrastructure. Changes follow the standard pull request workflow with Release Please automation for versioning and changelog generation. |
| 54 | + |
| 55 | +For questions or support, contact the CADC operations team or visit the [main CANFAR documentation](https://www.opencadc.org/canfar/). |
0 commit comments