doc(concepts): building blocks of platforms recommended by John Dietz, CEO of Konstruct

This commit is contained in:
Stephan Lo 2025-01-23 15:44:55 +01:00
parent 860d61c2f4
commit 908f2c1c93
3 changed files with 26 additions and 1 deletions

21
.vscode/settings.json vendored
View file

@ -1,3 +1,22 @@
{
"peacock.remoteColor": "#61dafb"
"peacock.remoteColor": "#61dafb",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#93e6fc",
"activityBar.background": "#93e6fc",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#fa45d4",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#93e6fc",
"statusBar.background": "#61dafb",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#2fcefa",
"statusBarItem.remoteBackground": "#61dafb",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#61dafb",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#61dafb99",
"titleBar.inactiveForeground": "#15202b99"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

View file

@ -6,3 +6,9 @@ description: What in terms of components or building blocks is needed in a platf
> This page is in work. Right now we have in the index a collection of links describing and listing typical components and building blocks of platforms. Also we have a growing number of subsections regarding special types of components.
See also:
* https://thenewstack.io/build-an-open-source-kubernetes-gitops-platform-part-1/
* https://thenewstack.io/build-an-open-source-kubernetes-gitops-platform-part-2/
![alt text](7b748ff4-image2-1024x580.png)