| .. | ||
| advanced-networking.md | ||
| advanced-workflow-orchestration.md | ||
| ci-cd-integration.md | ||
| custom-extensions.md | ||
| disaster-recovery.md | ||
| from-scratch.md | ||
| gitops-infrastructure-deployment.md | ||
| hybrid-cloud-deployment.md | ||
| managing-multiple-clouds.md | ||
| multi-cloud-deployment.md | ||
| production-readiness.md | ||
| README.md | ||
| scaling-infrastructure.md | ||
| secrets-rotation-strategy.md | ||
| workspace-management.md | ||
User Guides
Step-by-step guides for common workflows, best practices, and advanced operational scenarios using the Provisioning platform.
Overview
This section provides practical guides for:
- Getting started - From-scratch deployment and initial setup
- Organization - Workspace management and multi-cloud strategies
- Automation - Advanced workflow orchestration and GitOps
- Operations - Disaster recovery, secrets rotation, cost governance
- Integration - Hybrid cloud setup, zero-trust networks, legacy migration
- Scaling - Multi-tenant environments, high availability, performance optimization
Each guide includes step-by-step instructions, configuration examples, troubleshooting, and best practices.
Getting Started
I'm completely new to Provisioning
Start with: From Scratch Guide - Complete walkthrough from installation through first deployment with explanations and examples.
I want to organize infrastructure
Read: Workspace Management - Best practices for organizing workspaces, isolation, and multi-team setup.
Core Workflow Guides
-
From Scratch Guide - Installation, workspace creation, first deployment step-by-step
-
Workspace Management - Organization best practices, multi-tenancy, collaboration, customization, schemas
-
Multi-Cloud Deployment - Deploy across AWS, UpCloud, Hetzner with abstraction and failover
- Advanced Workflow Orchestration - DAG scheduling, parallel execution, logic, error handling, multi-environment
Advanced Operational Guides
-
Hybrid Cloud Deployment - Hub-and-spoke architecture connecting on-premise and cloud infrastructure
-
GitOps Infrastructure Deployment
- GitHub Actions, reconciliation, drift detection, audit trails
-
Advanced Networking - Load balancing, service mesh, DNS, zero-trust architecture, network policies
-
Secrets Rotation Strategy - Password, API key, certificate, encryption key rotation with zero downtime
Enterprise Features
-
Custom Extensions - Custom providers, task services, detectors, Nushell plugins
-
Disaster Recovery Guide - DR planning, backup, failover procedures, testing, recovery time optimization
-
Legacy System Migration - Zero-downtime migration with gradual traffic cutover and validation
Quick Navigation
I need to
Deploy infrastructure quickly → From Scratch Guide
Organize multiple workspaces → Workspace Management
Deploy across clouds → Multi-Cloud Deployment
Build complex workflows → Advanced Workflow Orchestration
Set up GitOps → GitOps Infrastructure Deployment
Handle disasters → Disaster Recovery Guide
Rotate secrets safely → Secrets Rotation Strategy
Connect on-premise to cloud → Hybrid Cloud Deployment
Design secure networks → Advanced Networking
Build custom extensions → Custom Extensions
Migrate legacy systems → Legacy System Migration
Guide Structure
Each guide follows this pattern:
- Overview - What you'll accomplish
- Prerequisites - What you need before starting
- Architecture - Visual diagram of the solution
- Step-by-Step - Detailed instructions with examples
- Configuration - Full Nickel configuration examples
- Verification - How to validate the deployment
- Troubleshooting - Common issues and solutions
- Next Steps - How to extend or customize
- Best Practices - Lessons learned and recommendations
Learning Paths
Path 1: I'm new to Provisioning (Day 1)
- From Scratch Guide - Basic setup
- Workspace Management - Organization
- Multi-Cloud Deployment - Multi-cloud
Path 2: I need production-ready setup (Week 1)
- Workspace Management - Organization
- GitOps Infrastructure Deployment - Automation
- Disaster Recovery Guide - Resilience
- Secrets Rotation Strategy - Security
- Advanced Networking - Enterprise networking
Path 3: I'm migrating from legacy (Month-long project)
- Legacy System Migration - Migration plan
- Advanced Workflow Orchestration - Complex deployments
- Hybrid Cloud Deployment - Coexistence
- GitOps Infrastructure Deployment - Continuous deployment
- Disaster Recovery Guide - Failover strategies
Path 4: I'm building a platform (Team project)
- Custom Extensions - Build extensions
- Workspace Management - Multi-tenant setup
- Advanced Workflow Orchestration - Complex workflows
- GitOps Infrastructure Deployment - CD/GitOps
- Secrets Rotation Strategy - Security at scale
Related Documentation
- Getting Started → See
provisioning/docs/src/getting-started/ - Examples → See
provisioning/docs/src/examples/ - Features → See
provisioning/docs/src/features/ - Operations → See
provisioning/docs/src/operations/ - Development → See
provisioning/docs/src/development/