refactor(solution): section 'solution' refactored into a dedicated 'CNOE' subsection

This commit is contained in:
Stephan Lo 2024-10-11 09:34:06 +00:00
parent a8dcf6304c
commit 952d170d83
10 changed files with 29 additions and 19 deletions

View file

@ -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'

View file

@ -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
---

View file

@ -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

View file

@ -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
---

View file

@ -0,0 +1,6 @@
---
title: idpbuilder
weight: 3
description: Here you will find information about idpbuilder installation and usage
---

View file

@ -1,6 +1,7 @@
---
title: Validation and Verification
weigth: 100
description: How does CNOE ensure equality between actual and desired state
---
## Definition

View file

@ -1,6 +0,0 @@
+++
title = "idpbuilder"
weight = 3
+++
Here you will find information about idpbuilder installation and usage