updated titles
This commit is contained in:
parent
b3a473cad5
commit
f42a9e8425
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
*lock
|
*lock
|
||||||
public/** */
|
public/**
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: beyond platform thinking at ritchie brothers
|
title: Beyond Platform Thinking at Ritchie Brothers - Build Things No One Expects, in a Place No One Expect
|
||||||
weight: 3
|
weight: 3
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -59,3 +59,8 @@ Presented by the implementers at Thoughtworks (TW).
|
|||||||
* Tool: Honeycomb
|
* Tool: Honeycomb
|
||||||
* Metrics: Opentelemetry
|
* Metrics: Opentelemetry
|
||||||
* Operator reconcile steps are exposed as traces
|
* Operator reconcile steps are exposed as traces
|
||||||
|
|
||||||
|
## Q&A
|
||||||
|
|
||||||
|
* Your teams are pretty autonomus -> What to do with more classic teams: Over a multi-year jurney every team settles on the ownership and selfservice approach
|
||||||
|
* How to teams get access to stages: They just get temselves a stage namespace, attach to ingress and have fun (admission handles the rest)
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: User friendly Developer Platforms
|
title: "Blueprints of Innovation: Engineering Paved Paths for a User-Friendly Developer Platform"
|
||||||
weight: 4
|
weight: 4
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Multi Tannancy - Micro Clusters
|
title: Key Takeaways from Scaling Adobe's CI/CD Solution to Support >50K Argo CD Apps
|
||||||
weight: 5
|
weight: 5
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Hichhikers gzude
|
title: "The Hitchhiker's Guide to Kubernetes Platforms: Don’t Panic, Just Launch!"
|
||||||
weight: 7
|
weight: 7
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Scaling Postgres using CloudNativePG
|
title: "From Zero to Hero: Scaling Postgres in Kubernetes Using the Power of CloudNativePG"
|
||||||
|
weight: 8
|
||||||
---
|
---
|
||||||
|
|
||||||
A short Talk as Part of the DOK day - presendet by the VP of CloudNative at EDB (one of the biggest PG contributors)
|
A short Talk as Part of the DOK day - presendet by the VP of CloudNative at EDB (one of the biggest PG contributors)
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: The power of serverless with Knative, Crossplane, Dapr, Keda, Shipwright and friends
|
title: Unleashing the Power of Serverless on Kubernetes with Knative, Crossplane, Dapr, KEDA, and Friends
|
||||||
|
weight: 9
|
||||||
---
|
---
|
||||||
|
|
||||||
> When I say serverless I don't mean lambda - I mean serverless
|
> When I say serverless I don't mean lambda - I mean serverless
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Lessons learned from building a MoboDB Operator
|
title: Lessons Learned from Building a Database Operator
|
||||||
weight: 10
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: MAtuzre platform engineering beyond Kubernetes
|
title: To K8S and Beyond – Maturing Your Platform Engineering Initiative
|
||||||
weight: 11
|
weight: 11
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -49,3 +49,15 @@ weight: 11
|
|||||||
* Where: We have a dedicated team of centrally funded people
|
* Where: We have a dedicated team of centrally funded people
|
||||||
* Lay the foundation: More funding for more larger teams -> Switch from Project to platform mindset
|
* Lay the foundation: More funding for more larger teams -> Switch from Project to platform mindset
|
||||||
* Do your technical Due diligence in parallel
|
* Do your technical Due diligence in parallel
|
||||||
|
|
||||||
|
## Key Lessons
|
||||||
|
|
||||||
|
* Know what your ultimate goals and constraints are
|
||||||
|
* Know your landscape
|
||||||
|
* Plan in baby steps and iterate
|
||||||
|
* Lay the foundation for building the right thing and not just anything
|
||||||
|
* Dont forget to do your technical dd in parallel
|
||||||
|
|
||||||
|
## Conclusion
|
||||||
|
|
||||||
|
* Majurity model is a helpful part but not the entire plan
|
||||||
|
46
content/day1/12_oversavbility.md
Normal file
46
content/day1/12_oversavbility.md
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
---
|
||||||
|
title: What Is Going on Within My Network? a Subtle Introduction to Cilium Hubble
|
||||||
|
---
|
||||||
|
|
||||||
|
Held by Cilium regarding ebpf and hubble
|
||||||
|
|
||||||
|
## eBPF
|
||||||
|
|
||||||
|
> Extend the capabilities of the kernel without requiring to change the kernel source code or load modules
|
||||||
|
|
||||||
|
* Benefits: Reduce performance overhead, gain deep visibility while being widely available
|
||||||
|
* Example Tools: Parca (Profiling), Cilium (Networking), Hubble (Opservability), Tetragon (Security)
|
||||||
|
|
||||||
|
## Cilium
|
||||||
|
|
||||||
|
> Opensource Solution for network connectivity between workloads
|
||||||
|
|
||||||
|
## Hubble
|
||||||
|
|
||||||
|
> Observability-Layer for cilium
|
||||||
|
|
||||||
|
### Featureset
|
||||||
|
|
||||||
|
* CLI: TCP-Dump on steroids + API Client
|
||||||
|
* UI: Graphical dependency and connectivity map
|
||||||
|
* Prometheus + Grafana + Opentelemetry compatible
|
||||||
|
* Metrics up to L7
|
||||||
|
|
||||||
|
### Where can it be used
|
||||||
|
|
||||||
|
* Service dependency with frequency
|
||||||
|
* Kinds of http calls
|
||||||
|
* Network Problems between L4 and L7 (including DNS)
|
||||||
|
* Application Monitoring through status codes and latency
|
||||||
|
* Security-Related Network Blocks
|
||||||
|
* Services accessed from outside the cluser
|
||||||
|
|
||||||
|
### Architecture
|
||||||
|
|
||||||
|
* Cilium Agent: Runs as the CNI für all Pods
|
||||||
|
* Server: Runs on each node and retrieves the ebpf from cilium
|
||||||
|
* Relay: Provide visibility throughout all nodes
|
||||||
|
|
||||||
|
## TL;DR
|
||||||
|
|
||||||
|
Hubble looks pretty nice
|
@ -8,3 +8,9 @@ Day one is the Day for co-located events aka CloudNativeCon.
|
|||||||
I spent most of the day attending the Platform Engineering Day - as one might have guessed it's all about platform engineering.
|
I spent most of the day attending the Platform Engineering Day - as one might have guessed it's all about platform engineering.
|
||||||
|
|
||||||
Everything started with badge pickup - a very smooth experence (but that may be related to me showing up an hour or so too early).
|
Everything started with badge pickup - a very smooth experence (but that may be related to me showing up an hour or so too early).
|
||||||
|
|
||||||
|
## Talk reccomandations
|
||||||
|
|
||||||
|
* Beyond Platform Thinking...
|
||||||
|
* Hitchhikers Guide to ...
|
||||||
|
* To K8S and beyond...
|
||||||
|
7
content/lessons_learned/99_checkout.md
Normal file
7
content/lessons_learned/99_checkout.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: Check this out
|
||||||
|
---
|
||||||
|
|
||||||
|
Just a loose list of stuff that souded interesting
|
||||||
|
|
||||||
|
* Dapr
|
Loading…
x
Reference in New Issue
Block a user