Lightning talks
The lightning talks are 10-minute talks by diferent cncf projects.
Building contaienrs at scale using buildpacks
A Project lightning talk by heroku and the cncf buildpacks.
How and why buildpacks?
- What: A simple way to build reproducible contaienr images
- Why: Scale, Reuse, Rebase
- Rebase: Buildpacks are structured as layers
- Dependencies, app builds and the runtime are seperated -> Easy update
- How: Use the PAck CLI
pack build <image>
docker run <image>
Konveyor
A Platform for migration of legacy apps to cloudnative platforms.
- Parts: Hub, Analysis (with langugage server), Assesment
- Roadmap: Multi language support, GenAI, Asset Generation (e.g. Kube Deployments)
Argo’S Communuty Driven Development
Pretty mutch a short intropduction to Argo Project
- Project Parts: Workflows (CI), Events, CD, Rollouts
- NPS: Net Promoter Score (How likely are you to recoomend this) -> Everyone loves argo (based on their survey)
- Rollouts: Can be based with prometheus metrics
Flux
- Components: Helm, Customize, Terrafrorm, …