feat(cnoe-verification): added description of the findings researching the validation and verification capabilities in the CNOE framework #10
10 changed files with 29 additions and 19 deletions
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
# Gitops changes the definition of 'Delivery' or 'Deployment'
|
||||
|
||||
We have Gitops these days .... so there is a desired state of an environment in a repo and a reconciling mechanism done by Gitops to enforce this state on the environemnt.
|
||||
|
||||
There is no continuous whatever step inbetween ... Gitops is just 'overwriting' (to avoid saying 'delivering' or 'deploying') the environment with the new state.
|
||||
|
||||
This means whatever quality ensuring steps have to take part before 'overwriting' have to be defined as state changer in the repos, not in the environments.
|
||||
|
||||
Conclusio: I think we only have three contexts, or let's say we don't have the contect 'continuous delivery'
|
||||
|
|
@ -1,9 +1,5 @@
|
|||
+++
|
||||
title = "Backstage"
|
||||
weight = 2
|
||||
[params]
|
||||
author = 'evgenii.dominov@telekom.de'
|
||||
date = '2024-09-36'
|
||||
+++
|
||||
|
||||
Here you will find information about Backstage, it's plugins and usage tutorials
|
||||
---
|
||||
title: Backstage
|
||||
weight: 2
|
||||
description: Here you will find information about Backstage, it's plugins and usage tutorials
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
+++
|
||||
title = "Analysis of the CNOE competitors"
|
||||
weight = 1
|
||||
+++
|
||||
---
|
||||
title: Analysis of CNOE competitors
|
||||
weight: 1
|
||||
description: We compare CNOW - which we see as an orchestrator - with other platform orchestring tools like Kratix and Humanitc
|
||||
---
|
||||
|
||||
## Kratix
|
||||
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
title: CNOE
|
||||
description: CNOE is a platform building orchestrator, which we choosed at least to start in 2024 with to build the EDF
|
||||
---
|
||||
|
|
|
|||
6
content/en/docs/solution/tools/CNOE/idpbuilder/_index.md
Normal file
6
content/en/docs/solution/tools/CNOE/idpbuilder/_index.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: idpbuilder
|
||||
weight: 3
|
||||
description: Here you will find information about idpbuilder installation and usage
|
||||
---
|
||||
|
||||
|
Before Width: | Height: | Size: 165 KiB After Width: | Height: | Size: 165 KiB |
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Validation and Verification
|
||||
weigth: 100
|
||||
description: How does CNOE ensure equality between actual and desired state
|
||||
---
|
||||
|
||||
## Definition
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
+++
|
||||
title = "idpbuilder"
|
||||
weight = 3
|
||||
+++
|
||||
|
||||
Here you will find information about idpbuilder installation and usage
|
||||
Loading…
Add table
Add a link
Reference in a new issue