Deprecated Documentation
This section contains documentation for deprecated features and tools. While these features are no longer actively maintained, their documentation is preserved here for reference.
Deprecated Features
GitOps (3)
GitOps is a cloud-native continuous deployment methodology that uses Git as the single source of truth for declarative infrastructure and applications. Changes to infrastructure or applications are made through Git commits, and the actual state is automatically adjusted to match the desired state expressed in the Git repository. This approach provides an audit trail for changes, simplifies rollback, and enhances collaboration and visibility across teams.
Spacelift (4)
GitOps is a cloud-native continuous deployment methodology that uses Git as