Skip to content

Commit

Permalink
Merge pull request #1692 from fluxcd/core-concepts-ms
Browse files Browse the repository at this point in the history
Update Core Concepts
  • Loading branch information
stefanprodan authored Oct 25, 2023
2 parents e7e991c + 478881a commit 3555c45
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion content/en/flux/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@ is described declaratively and version controlled (most likely in a Git reposito
and having an automated process that ensures that the deployed environment
matches the state specified in a repository.

For more information, take a look at ["What is GitOps?"](https://www.gitops.tech/#what-is-gitops).
For more information, take a look at the following resources:
* [What is GitOps?](https://www.gitops.tech/#what-is-gitops)
* [GitOps Principles](https://opengitops.dev/#principles)

## GitOps Toolkit (gotk)

In Flux, GitOps Toolkit refers to a collection of specialized tools, Flux Controllers, composable APIs, and reusable Go packages available under the fluxcd GitHub organization. These components are designed for the purpose of constructing Continuous Delivery workflows on Kubernetes using GitOps principles. The GitOps Toolkit serves as the foundation for managing and automating the deployment and configuration of applications and infrastructure within a Kubernetes cluster, promoting a declarative and version-controlled approach to operations.

For more information, take a look at [GitOps Toolkit components](/flux/components/)

## Sources

Expand Down

0 comments on commit 3555c45

Please sign in to comment.