Skip to main content
Kodexa enables modern, Git-based deployment workflows that bring the power of version control, code review, and CI/CD to your document processing infrastructure.

Deployment Approaches

GitOps with GitHub Actions

Recommended for teamsAutomated deployments with GitHub Actions, code review workflows, and multi-environment promotion

CLI for Development

Best for local developmentDirect CLI access for rapid iteration and local testing before committing changes

Why GitOps for Kodexa?

Traditional Deployment Challenges

Before GitOps, managing Kodexa configurations across environments involved:
  • ❌ Manual changes prone to human error
  • ❌ No audit trail of who changed what
  • ❌ Difficult to rollback problematic changes
  • ❌ Hard to maintain consistency across environments
  • ❌ No code review for infrastructure changes

GitOps Benefits

With Git-based workflows, you get:
  • Version Control - Full history of all changes
  • Code Review - Pull requests for infrastructure changes
  • Rollback - Easy revert to any previous state
  • Multi-Environment - Promote changes dev → staging → production
  • Automation - CI/CD pipelines for deployment
  • Collaboration - Team can review and approve changes

Quick Comparison

Common Use Cases

Multi-Environment Deployment

Deploy configurations across development, staging, and production with automated promotion:

Pull Request Validation

Validate changes before they reach production:

Local Development

Use the CLI for rapid development iteration:

Repository Structure

Both approaches use the same repository structure:

Getting Started

1

Choose Your Approach

For teams: Start with GitOps with GitHub ActionsFor solo development: Start with CLI
2

Initialize Repository

Pull existing configuration or create new structure
3

Configure Workflows

Set up deployment workflows for your needs
4

Deploy

Push changes and let automation handle deployment

Next Steps

GitOps with GitHub Actions

Complete guide to automated deployments

Resource Deployments

Managing specific Kodexa resources

CLI Metadata Sync

Local CLI development workflows

KDX CLI Overview

Learn about the kdx CLI tool