Compare commits
No commits in common. "c7f23973c3fbd0d57a7c901543720c457909d6a8" and "cc2b5db09a2b8cc7fb5ef04b4feb1b5462838bec" have entirely different histories.
c7f23973c3
...
cc2b5db09a
@ -5,11 +5,7 @@ title: Kubecon 2024
|
|||||||
|
|
||||||
All about the things I did and sessions I attended at KubeCon/CloudNativeCon 2024.
|
All about the things I did and sessions I attended at KubeCon/CloudNativeCon 2024.
|
||||||
|
|
||||||
This current version is probably full of typos - will fix later. This is what typing the notes blindly in real time get's you.
|
This current version is probably full of typos - will fix later.
|
||||||
|
|
||||||
## How did I get there?
|
|
||||||
|
|
||||||
I attended KubeCon + CloudNAtiveCon Europe 2024 as the one and only [ODIT.Services](https://odit.services) representative.
|
|
||||||
|
|
||||||
## Style Guide
|
## Style Guide
|
||||||
|
|
||||||
|
@ -51,23 +51,8 @@ I should follow up
|
|||||||
## Renovate
|
## Renovate
|
||||||
|
|
||||||
* The paid renovate offering now includes build failure estimation
|
* The paid renovate offering now includes build failure estimation
|
||||||
* I was told not to buy it after telling the technical guy that we just use build pipelines as MR verification
|
* I was told not to buy it after telling the technical guy that we just use build pipelines as MR verification
|
||||||
|
|
||||||
### Certmanager
|
### Certmanager
|
||||||
|
|
||||||
* The best swag (judged by coolness points)
|
* The best swag (judged by coolness points)
|
||||||
|
|
||||||
### Upwind
|
|
||||||
|
|
||||||
{{% notice style="note" %}}
|
|
||||||
They will follow up with a quick demo
|
|
||||||
{{% /notice %}}
|
|
||||||
|
|
||||||
* A kubernetes security/runtime security solution with pretty nice looking urgency filters
|
|
||||||
* Includes eBPF to see what code actually runs
|
|
||||||
* I'll witness a demo in early/mid april
|
|
||||||
|
|
||||||
### Isovalent
|
|
||||||
|
|
||||||
* Dinner (very tasty)
|
|
||||||
* Cilium still sounds like the way to go in regards to CNIs
|
|
||||||
|
@ -7,4 +7,4 @@ Who have I talked to today, are there any follow-ups or learnings?
|
|||||||
|
|
||||||
## VMware
|
## VMware
|
||||||
|
|
||||||
* Dinner
|
* Custoemr/partner dinner
|
||||||
|
@ -63,7 +63,7 @@ flowchart LR
|
|||||||
```mermaid
|
```mermaid
|
||||||
flowchart LR
|
flowchart LR
|
||||||
ui-->|Input certificate subject details|CertManager
|
ui-->|Input certificate subject details|CertManager
|
||||||
cai(CA Issuer)-->|Source for certificate|CertManager
|
cai(CA Issuer)-->|CertManager|Souurce for certificate
|
||||||
CertManager-->|Creates|sr(Secret Ressource)
|
CertManager-->|Creates|sr(Secret Ressource)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -25,13 +25,10 @@ They will follow up with a quick demo
|
|||||||
|
|
||||||
## Rancher/Suse
|
## Rancher/Suse
|
||||||
|
|
||||||
* I just got some swag, a friend of mine got a demo focussing on runtime security
|
* I just got some swag, Maik got a demo focussing on runtime security
|
||||||
|
|
||||||
## Kong
|
## Kong
|
||||||
|
|
||||||
* They didn't have any Insomina stickers and the insomnia guy apparently already left
|
* They didn't have any Insomina stickers and the insomnia guy apparently already left
|
||||||
|
|
||||||
## Planetscale
|
## Planetscale
|
||||||
|
|
||||||
* Said hi and talked a bit about the future of vitess
|
|
||||||
* Got some vitess stickers
|
|
@ -8,4 +8,4 @@ title: Operators
|
|||||||
|
|
||||||
## Work queue
|
## Work queue
|
||||||
|
|
||||||
* Go channels as queues with priority support
|
* Go channels as queues
|
||||||
|
@ -10,4 +10,4 @@ Some lessonslearned from flux talsk and from talking to the flux team.
|
|||||||
* Currently you can just use the normal image autoupdate machanism
|
* Currently you can just use the normal image autoupdate machanism
|
||||||
* Requirement: The helm chart is stored as a OCI-Artifact
|
* Requirement: The helm chart is stored as a OCI-Artifact
|
||||||
* How: Just create the usual CRs and annotations
|
* How: Just create the usual CRs and annotations
|
||||||
* They are also working on generalizing the autoupdate Process to fitt all OCI articacts (comming soon)
|
* They are also working on generalizing the autoupdate Process to fitt all OCI articacts (comming soon)
|
Loading…
x
Reference in New Issue
Block a user