devops
Chaos Engineering with a Service Mesh
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.
Chaos Engineering with a Service Mesh
Chaos Engineering with a Service Mesh
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.
Monorepo -vs- Multirepo
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.
Chaos Engineering with a Service Mesh
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.
Deploying Go Functions
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?
Deploying Go Functions
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?
Deep Dive: Chaos Engineering
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.