diff --git a/.vscode/settings.json b/.vscode/settings.json index 0436b04..6212e98 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" + } } \ No newline at end of file diff --git a/content/en/docs/project/expert-workshop-1/_index.md b/content/en/docs/project/expert-workshop-1/_index.md new file mode 100644 index 0000000..15a02ce --- /dev/null +++ b/content/en/docs/project/expert-workshop-1/_index.md @@ -0,0 +1,20 @@ +--- +title: Expert Workshop Intro +weight: 50 +description: Researchinh platforms +linktitle: Expert Workshop 1 +--- + + +## 11h15 Defining platform + +platform -> framework -> platform + +framework: instantiates the platfrom +platform: what the custoemr uses + +reponsibilities for components + +think at the problems that matter - huge developer teams, daily problems, nor only project starting problems + +e.g. billing component \ No newline at end of file diff --git a/content/en/docs/project/expert-workshop-1/architecture.drawio b/content/en/docs/project/expert-workshop-1/architecture.drawio new file mode 100644 index 0000000..9679f88 --- /dev/null +++ b/content/en/docs/project/expert-workshop-1/architecture.drawio @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/content/en/docs/project/expert-workshop-1/memo.md b/content/en/docs/project/expert-workshop-1/memo.md new file mode 100644 index 0000000..480fe55 --- /dev/null +++ b/content/en/docs/project/expert-workshop-1/memo.md @@ -0,0 +1,5 @@ + + +## claims + +* you need to have developer pains \ No newline at end of file diff --git a/content/en/docs/project/plan-in-2024/poc/_index.md b/content/en/docs/project/plan-in-2024/poc/_index.md index b49e260..7a1705f 100644 --- a/content/en/docs/project/plan-in-2024/poc/_index.md +++ b/content/en/docs/project/plan-in-2024/poc/_index.md @@ -12,4 +12,34 @@ Presented and approved on tuesday, 26.11.2024 within the team: The use cases/application lifecycle and deployment flow is drawn here: https://confluence.telekom-mms.com/display/IPCEICIS/Proof+of+Concept+2024 -![alt text](./_assets/image-1.png) \ No newline at end of file +![alt text](./_assets/image-1.png) + +## day 2 + +keynote, '8 jahre plattform development erfahrung' + +* gregor hohpe https://leanpub.com/platformstrategy +* Platfrom examples + * NEO Thoughtworks, Backstage + +* dogfood discussion: DSS only 'some microservices', use your own product was not an aspect +)Anm.: product vs. project discussion at lunch time was confusing) +* Vision: also descope (don't only scope what you will do, also scope what you don't) +* also bring business value +* the user/developer doesn't care about the used components (like argo) + +* write down your decisions ('we use kubernetes this and thats why') +* collect your assumptions and evaluate tehm + +* use security from beginning on ... least privilige pattern +* agile threat modelling + +* good architecture: integrate / decide things which are expensive to change later + +* have a log of architectural decisions, think about security + + +## 11h30 Kratix demo + +1) set up kratix with shell scripts, managment cluster, worker cluster build with terraform +2) set up promise (capability to provide) \ No newline at end of file