This is an non-exhaustive list of my talks as I do not always have the permission or the possibility to record them. I tend to make a presentation of what I struggled with and what helped me solved the problem.
My talks are on youtube in a playlist or watch them here with the slides at hand.
- Presentation @ TingentScaling on GCPRecorded: 27 Apr 2021Watch video Slides
The journey from startup to international company is not so straight forward. In this talk, we will go through some of the most common pitfalls I’ve seen when scaling infrastructure and companies.There is no one size fit all, understanding the tradeoffs is important. This is what this talk is about: tradeoffs.We are going to peel down many layers of abstraction and estimate the total cost of ownership for the various services offered by GCP. Should we use kubernetes ? How to scale an application? How to scale a team? What tools helps you to scale? Is a microservices architecture good to start with?Those questions do not have a straight answer but we are going to see in which case it makes sense to use a particular technology.
Read More… - DevFest Sweden, StockholmBuilding your own data platform for ML operationRecorded: 15 Oct 2020The two main workflows of machine learning are, first, train the model, then deploy the model. The time it takes to go from a Jupyter notebook to a deployed model in production can be months.The tooling around the training workflow is getting better but deploying is still cumbersome.That is why Kubeflow was created.The KubeFlow project is dedicated to making deployments of machine learning workflows on Kubernetes simple, portable and scalable. In this presentation, we are going to see why such a project exists and the challenges Machine Learning Operations (MLOps) brings to the table. Read More…Watch video Slides
- KubeCon 18, SeattleDeep Dive: Chaos EngineeringRecorded: 13 Dec 2018Watch video Slides
Sub title: Automating Chaos Engineering with a Service Mesh and the Chaos Toolkit.
In this talk, Julien and Sylvain will take you on the journey of performing Chaos Engineering exploration and automation of a simple set of services backed by Istio, a service mesh provider.
Read More… - Code Motion Conference 2019, MilanDeploying Go FunctionsRecorded: 24 Oct 2019Watch video Slides
Developers are taught to write code but what about deploying code ? Using a serverless architecture, testing, building, deploying and monitoring are activities that happens in a cloud native environment. Coding is still done locally. What can we do to enable developers in the cloud?
Read More… - GoWay Fest 2019, Minsk, BelarusDeploying Go FunctionsRecorded: 04 Jul 2019Watch video Slides
Developers are taught to write code but what about deploying code ? Using a serverless architecture, testing, building, deploying and monitoring are activities that happens in a cloud native environment. Coding is still done locally. What can we do to enable developers in the cloud?
Read More… - Chaos Engineering Working Group, CNCFChaos Engineering with a Service MeshRecorded: 24 Sep 2018Watch video Slides
Starting to do chaos engineering can seem like a daunting task if one has never practice that before. In this talk, we will outline what is a service mesh and how does it help us to do chaos engineering. A service mesh is a inter communication infrastructure that allows the traffic to be routed by configuring proxy running as a side car to each services.
Read More… - DevOps Meetup, Stockholm @ iZettleMonorepo -vs- MultirepoRecorded: 27 Feb 2019Watch video Slides
This presentation outlines the tradeoffs and tooling of having all the code base in one place (monorepo) or many places (multirepo). It goes as far as to question the existence of a local dev environment.
Read More… - Go Stockholm Meetup, StockholmChaos Engineering with a Service MeshRecorded: 21 Aug 2018Watch video Slides
Starting to do chaos engineering can seem like a daunting task if one has never practice that before. In this talk, we will outline what is a service mesh and how does it help us to do chaos engineering. A service mesh is a inter communication infrastructure that allows the traffic to be routed by configuring proxy running as a side car to each services.
Read More… - GDG Cloud Stockholm @ R2MChaos Engineering with a Service MeshRecorded: 02 Oct 2018Starting to do chaos engineering can seem like a daunting task if one has never practice that before. In this talk, we will outline what is a service mesh and how does it help us to do chaos engineering. A service mesh is a inter communication infrastructure that allows the traffic to be routed by configuring proxy running as a side car to each services. It’s a network for services, not for bytes. Read More…Watch video Slides
- Stockholm Chaos & Reliability Engineering Meetup @ KTHChaos Engineering with a Service MeshRecorded: 04 Sep 2018Watch video Slides
Starting to do chaos engineering can seem like a daunting task if one has never practice that before. In this talk, we will outline what is a service mesh and how does it help us to do chaos engineering. A service mesh is a inter communication infrastructure that allows the traffic to be routed by configuring proxy running as a side car to each services.
Read More… - DevOps Meetup, Stockholm @ NetEntChaos Engineering with a Service MeshRecorded: 16 May 2019In this talk, we will outline what is a service mesh. A service mesh is a inter communication infrastructure that allows the traffic to be routed by configuring proxy running as a side car to each services. It’s a network for services, not for bytes.Watch video Slides