Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ldxdl committed Sep 8, 2022
1 parent e2a38d3 commit 1467915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The simple answer:
+ YAML is recommended if you need to write structured static K-V, or use Kubernetes' native tools
+ HCL is recommended if you want to use programming language convenience to remove boilerplate with good human readability, or if you are already a Terraform user
+ CUE is recommended if you want to use type system to improve stability and maintain scalable configurations
+ KCL is recommended if you want to write types and modeling like a modern language, maintain scalable configurations, in-house pure functions and rules, and production-ready performance and automation
+ KCL is recommended if you want types and modeling like a modern language, scalable configurations, in-house pure functions and rules, and production-ready performance and automation

A detailed feature and scenario comparison will be coming later.

Expand Down

0 comments on commit 1467915

Please sign in to comment.