Quick Start
Deploy your first Blazing Core workload in 5 minutes
Prerequisites
- A Digital Frontier account
- Core CLI installed
Installation
macOS
Linux
Verify Installation
Initialize Your Project
Create a new project directory:
This creates a basic compose.yaml file.
Your First Service
Edit compose.yaml to define a simple web service:
Validate Your Configuration
Check for errors:
You should see:
Preview the Deployment
See what will be deployed:
Output:
Deploy
Apply your configuration:
Output:
Check Status
View your deployment:
Update Your Service
Let's add HTTPS and autoscaling. Edit compose.yaml:
Apply the changes:
Blazing Core will:
- Provision TLS certificates automatically
- Update the load balancer to HTTPS
- Enable autoscaling (2-10 replicas)
Add a Database
Let's add a PostgreSQL database. Update compose.yaml:
Create the database secret:
Apply:
Clean Up
Remove all resources:
Confirm when prompted.
Next Steps
Learn Core Concepts
- Services - Understanding service configuration
- Architecture - Core platform architecture
- Organizational Hierarchy - Teams and projects
Advanced Features
- Autoscaling - Scale based on metrics
- Multi-Cloud - Deploy across clouds
- Deployment Lifecycle - Manage deployments
Providers
- GCP Provider - Deploy to Google Cloud
- DFC Provider - Digital Frontier Cloud
- Akash Provider - Decentralized compute
Common Commands
| Command | Description |
|---------|-------------|
| core init | Initialize a new project |
| core validate | Validate configuration locally |
| core plan | Preview deployment changes |
| core apply | Deploy infrastructure |
| core status | Check deployment status |
| core logs | View service logs |
| core destroy | Delete all resources |
Getting Help
- Documentation - Complete reference
- Discord Community - Get support
- Email Support - Contact us
Example Projects
Browse complete examples:
- Simple Web App - Basic HTTP service
- API with Database - REST API + PostgreSQL
- ML Training - GPU workload with autoscaling
- Microservices - Multi-service application
- Multi-Cloud HA - High-availability deployment
Find examples at github.com/digitalfrontier/core-compose-examples