Platform as Code
Manage your platform resources using Git. Define, version, and collaborate on your infrastructure and platform configuration as code.
1
2
Axio Platform as Code brings GitOps principles to platform resource management. Define resources as code, keep them version controlled, and synchronize them with Axio to discover, validate, and reconcile the desired state.
Platform as Code Workflow
Define Write resource manifests in Git
→
Commit Commit and push changes to the repository
→
Synchronize Trigger manually or on a configured schedule
→
Discover Axio discovers changes from Git
→
Validate Manifest and policy checks are performed
→
Reconcile Resources are created or updated in Axio
→
Observe Monitor status, drift, and history
Benefits
- Single source of truth for platform resources
- Version control and auditability
- Consistent and repeatable management
- Policy enforcement and drift detection
- Collaborative workflows with Git
- Full visibility with history and status
Treat Git as the source of truth for Git-managed Platform as Code resources. Make changes in the manifest repository and use Sync now or a configured schedule to synchronize them with Axio.
Example structure:
platform-resources/
├── organizations/
├── projects/
├── workspaces/
├── environments/
└── stacks/