3 Jenkins X talks at FOSDEM 2020
Categories:
FOSDEM 2020 was fantastic! We were thrilled to be there, answering questions about Jenkins X at the Jenkins X - CDF - Jenkins booth.
This was the first year there was a CI/CD devroom at FOSDEM. Among the excellent talks, three focused on Jenkins X in their demos:
- Choosing The Right Deployment Strategy, by Viktor Farcic
- Progressive Delivery: Continuous Delivery the Right Way, by Carlos Sanchez
- A Practical CI/CD Framework for Machine Learning at Massive Scale, by Alejandro Saucedo
Choosing The Right Deployment Strategy
Pros and cons of different deployment strategies
Serverless
Blue/Green
Rolling update
Canary
Demo
All strategies automated with Jenkins X
Progressive Delivery: Continuous Delivery the Right Way
Progressive Delivery makes it easier to adopt Continuous Delivery
Roll out new versions gradually
Demo
Automated Progressive Delivery pipeline
Canary deployments and rollbacks in Kubernetes using Jenkins X
A Practical CI/CD Framework for Machine Learning at Massive Scale
Key insights on MLOps
Monitoring, deployment, orchestration and continuous delivery for machine learning
Demo
Jenkins X to deploy/promote models across multiple environments
KIND (Kubernetes in Docker) to run integration tests in dev environment
Seldon to orchestrate & monitor the models