deploy-orchestration

Orchestrates end-to-end platform deployment with Terraform provisioning and Kubernetes verification.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/3horizons/agentic-devops-platform --skill deploy-orchestration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-orchestration
Source: https://github.com/3horizons/agentic-devops-platform/tree/main/.github/skills/deploy-orchestration
Command: npx skills add https://github.com/3horizons/agentic-devops-platform --skill deploy-orchestration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the complex process of deploying the entire Three Horizons platform, from initial setup and configuration to verification and troubleshooting.

Core Features & Use Cases

  • Full Platform Deployment: Orchestrates the deployment of new environments or the addition of new horizons to existing deployments.
  • Automated Verification: Includes steps to validate prerequisites, Azure setup, Terraform backend, configuration, and post-deployment checks.
  • Troubleshooting & Rollback: Provides guidance and commands for diagnosing and resolving deployment issues, as well as rolling back specific features or the entire deployment.
  • Use Case: A new customer needs a fully functional Three Horizons platform in their Azure environment. This Skill can be invoked to manage the entire deployment lifecycle, ensuring all components are correctly provisioned and configured.

Quick Start

Execute the full platform deployment script for the 'dev' environment.

Frequently Asked Questions about deploy-orchestration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Azure resource provisioning and Kubernetes deployment for a new platform?

You can automate Azure resource provisioning and Kubernetes deployment by orchestrating the end-to-end platform setup, which validates prerequisites, executes Terraform configurations, and verifies the Kubernetes cluster.

What's the best way to troubleshoot a failed platform deployment across dev, staging, or prod environments?

To troubleshoot a failed platform deployment, use the built-in diagnostic commands designed to resolve issues across dev, staging, and prod environments, including rolling back specific features or the entire deployment.

Does this orchestration process support adding new horizons to an existing Kubernetes deployment?

Yes, the orchestration process supports adding new horizons to existing deployments, allowing you to expand your current platform setup without redeploying the entire infrastructure from scratch.

Can I use Terraform to provision Azure resources in express, standard, or enterprise deployment modes?

Yes, you can use Terraform to provision Azure resources while selecting between express, standard, and enterprise deployment modes to match your specific scale and configuration requirements.

What prerequisites do I need to validate before running a full platform deployment?

Before running a full platform deployment, you need to validate your Azure setup, Terraform backend, and general configuration prerequisites to ensure the environment is correctly prepared for orchestration.

Why does post-deployment verification fail after Terraform finishes provisioning the Azure infrastructure?

Post-deployment verification can fail after Terraform finishes due to Kubernetes cluster issues, which you can diagnose using the troubleshooting commands to check cluster configuration and resource status.