chore(kb): improve examples

This commit is contained in:
Michele Cereda
2025-01-06 17:41:02 +01:00
parent 303d54302f
commit 33cc6965ef
2 changed files with 72 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ Consider what follows for _infrastructure_ and _platform engineering_ as well.
- Avoid creating mindless abstractions, like templates using variables for _all_ their attributes.<br/>
Prefer providing one or at most a few simplified solutions that use different
[adapters or interfaces][what does it mean to program to interfaces?] in the background instead.<br/>
E.g., check out how [Crossplane] works.
E.g., check out how [Crossplane], [Radius] and [KRO] work.
## Management
@@ -195,9 +195,11 @@ Listed in order of addition:
[crossplane]: https://www.crossplane.io/
[editorconfig]: editorconfig.md
[keep a changelog]: keep%20a%20changelog.md
[kro]: kubernetes/kro.md
[lefthook]: lefthook.md
[pre-commit]: pre-commit.md
[safe]: safe.placeholder
[radius]: cloud%20computing/radius.md
[safe]: safe.md
[the automation paradox]: the%20automation%20paradox.md
<!-- Others -->

View File

@@ -0,0 +1,68 @@
# Kube Resource Orchestrator
> TODO
Intro
<!-- Remove this line to uncomment if used
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
<!-- Uncomment if used
<details>
<summary>Setup</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Usage</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
```sh
```
</details>
-->
## Further readings
- [Website]
- [Codebase]
### Sources
- [Documentation]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
[codebase]: https://github.com/awslabs/kro
[documentation]: https://kro.run/docs/
[website]: https://kro.run/
<!-- Others -->