Skip to content

Commit

Permalink
Try to fix site link (#3104)
Browse files Browse the repository at this point in the history
The relative path worked fine in markdown, but not on the site
  • Loading branch information
bgrant0607 committed May 6, 2022
1 parent 1355dab commit 26e59d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/guides/rationale.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ kpt builds on our learnings from [Kustomize](https://kubernetes-sigs.github.io/k
kpt also extends its capabilities in areas that are [out of scope](https://github.com/kubernetes/design-proposals-archive/blob/main/architecture/scope.md#examples-of-projects-and-areas-not-in-scope), notably packaging, and provides a [package orchestration service](../../docs/design-docs/07-package-orchestration.md) in addition to a client-side CLI.

kpt enables WYSIWYG management of configuration similar to how the live state can be modified with traditional imperative tools, thus eliminating this dichotomy:
<img src="../../docs/design-docs/CaD%20Overview.svg">
<img src="https://raw.githubusercontent.com/GoogleContainerTools/kpt/main/docs/design-docs/CaD%20Overview.svg">

Configuration as Data is a novel approach that doesn’t sacrifice usability or the potential for higher-level automation in order to enable reproducibility. Instead, it supports an interoperable, WYSIWYG, automatable configuration authoring and editing experience.

0 comments on commit 26e59d3

Please sign in to comment.