Skip to main content

Orchestr8 Core Concepts

Understanding the fundamental concepts behind Orchestr8's architecture and operation.

Overview

Orchestr8 is built around several key concepts that work together to provide a comprehensive GitOps platform:

Key Principles

🔄 GitOps Native

All configuration is stored in Git and automatically synced to your cluster.

🔒 Security by Default

Every component is designed with security best practices built in.

🎯 Developer Experience

Simple CLI tools that hide complexity while providing full control.

🏗️ Extensible

Modular architecture that grows with your needs.

Quick Reference

ConceptDescriptionLearn More
ModulesApplication packages with dependenciesModule System
EnvironmentsIsolated deployment targetsEnvironments
GitOpsGit-based configuration managementGitOps Fundamentals
SecurityZero-trust networking and RBACSecurity Model