Skip to content

Commit 73fcde3

Browse files
authored
Merge pull request #2528 from karthi-palanisamy/docs/italicize-core-concept-terms
Italicize new term introductions in core concepts
2 parents d978644 + b36fcc8 commit 73fcde3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

content/en/flux/concepts.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1212
is described declaratively and version controlled, and having an automated process
1313
that ensures that the deployed environment matches the state specified
1414
in 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)
2424
with the introduction of the [OCIRepository](/flux/components/source/ocirepositories/) source type and
2525
Flux 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,
4444
and reusable Go packages available under the fluxcd GitHub organization. These components are designed
4545
for the purpose of constructing Continuous Delivery workflows on Kubernetes using GitOps principles.
4646
The 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*.
100100
The manifests are applied to the cluster, a `GitRepository` and `Kustomization`
101101
are 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

112112
For 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
117117
once they have passed through automated testing.
118118

119119
For 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
124124
updates to a subset of users, allowing developers to test and monitor the new features in
125125
a controlled environment and make necessary adjustments before releasing them to everyone.
126126

0 commit comments

Comments
 (0)