Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add anchor links for each principle #67

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions PRINCIPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ These principles are derived from modern software operations, but are also roote

The [desired state](./GLOSSARY.md#desired-state) of a GitOps managed system must be:

1. **Declarative**
- ## Declarative

A [system](./GLOSSARY.md#software-system) managed by GitOps must have its desired state expressed [declaratively](./GLOSSARY.md#declarative-description).

2. **Versioned and Immutable**
- ## Versioned and Immutable

Desired state is [stored](./GLOSSARY.md#state-store) in a way that enforces immutability, versioning and retains a complete version history.

3. **Pulled Automatically**
- ## Pulled Automatically

Software agents automatically pull the desired state declarations from the source.

4. **Continuously Reconciled**
- ## Continuously Reconciled

Software agents [continuously](./GLOSSARY.md#continuous) observe actual system state and [attempt to apply](./GLOSSARY.md#reconciliation) the desired state.