@@ -8,7 +8,7 @@ These are some core concepts in Flux.
88
99## GitOps
1010
11- GitOps is a way of managing your infrastructure and applications so that whole system
11+ * GitOps* is a way of managing your infrastructure and applications so that whole system
1212is described declaratively and version controlled, and having an automated process
1313that ensures that the deployed environment matches the state specified
1414in one or more Git repositories.
@@ -20,7 +20,7 @@ For more information, take a look at the following resources:
2020
2121## Gitless GitOps
2222
23- Gitless GitOps was pioneered by the Flux team [ back in 2022] ( https://github.com/fluxcd/flux2/pull/2601 )
23+ * Gitless GitOps* was pioneered by the Flux team [ back in 2022] ( https://github.com/fluxcd/flux2/pull/2601 )
2424with the introduction of the [ OCIRepository] ( /flux/components/source/ocirepositories/ ) source type and
2525Flux OCI Artifact media type.
2626
@@ -40,7 +40,7 @@ For more information, take a look at the following resources:
4040
4141## GitOps Toolkit (gotk)
4242
43- In Flux, GitOps Toolkit refers to a collection of specialized tools, Flux Controllers, composable APIs,
43+ In Flux, * GitOps Toolkit* refers to a collection of specialized tools, Flux Controllers, composable APIs,
4444and reusable Go packages available under the fluxcd GitHub organization. These components are designed
4545for the purpose of constructing Continuous Delivery workflows on Kubernetes using GitOps principles.
4646The GitOps Toolkit serves as the foundation for managing and automating the deployment and configuration
@@ -96,7 +96,7 @@ and the [Kustomization CRD](/flux/components/kustomize/kustomizations/).
9696
9797## Bootstrap
9898
99- The process of installing the Flux components in a GitOps manner is called a bootstrap.
99+ The process of installing the Flux components in a GitOps manner is called a * bootstrap* .
100100The manifests are applied to the cluster, a ` GitRepository ` and ` Kustomization `
101101are created for the Flux components, then the manifests are pushed to an existing Git repository
102102(or a new one is created). Flux can manage itself just as it manages other resources.
@@ -107,20 +107,20 @@ For more information, take a look at [the bootstrap documentation](/flux/install
107107
108108## Continuous Delivery
109109
110- Continuous Delivery refers to the practice of delivering software updates frequently and reliably.
110+ * Continuous Delivery* refers to the practice of delivering software updates frequently and reliably.
111111
112112For more information, take a look at continuous delivery as defined in the [ CNCF] ( https://glossary.cncf.io/continuous-delivery/ ) .
113113
114114## Continuous Deployment
115115
116- Continuous Deployment is the practice of automatically deploying code changes to production
116+ * Continuous Deployment* is the practice of automatically deploying code changes to production
117117once they have passed through automated testing.
118118
119119For more information, take a look at continuous delivery as defined in the [ CNCF Glossary] ( https://glossary.cncf.io/continuous-delivery/ ) .
120120
121121## Progressive Delivery
122122
123- Progressive Delivery builds on Continuous Delivery by gradually rolling out new features or
123+ * Progressive Delivery* builds on Continuous Delivery by gradually rolling out new features or
124124updates to a subset of users, allowing developers to test and monitor the new features in
125125a controlled environment and make necessary adjustments before releasing them to everyone.
126126
0 commit comments