Skip to content

Commit

Permalink
k8s service mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbuggins committed Feb 1, 2024
1 parent d198f3f commit c8dbda5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ndc-ldn-2024/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,19 @@ A: pray 😂 communicate why it’s a problem. Need people to see why it’s a b

## How to get a grip on your microservices system using a service-mesh

- this is heavy on k8s
- what is service mesh and why use it
- observability
- chaos engineering
- service mesh almost always use sidecar pattern
- ambient mesh coming soon, does it without another container
- sidecar runs alongside actual container, in the same pod
- istio as a mesh provider
- kiali very cool graph views ok k8s injections and traffic etc between them
- service mesh - power comes from mirroring requests to new versions of a service. Ie test a new version with real live data (obv any transactions etc have to be separate db etc)
- chaos engineering, injection faults, including network level style failures
-

## Let's build the worst Event Sourcing system!

## It’s time to rebuild DevOps.
Expand Down

0 comments on commit c8dbda5

Please sign in to comment.