Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link on Day-4 #63

Merged
merged 3 commits into from
Jan 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ In this repo, we'll dig into a structured and iterative approach to learning Ser
1 | [Let's break down a Service Mesh](https://github.com/distributethe6ix/70DaysOfServiceMesh/blob/main/70DaysExercises/01-Let's%20break%20down%20a%20Service%20Mesh.md) | Informational | An introduction to Service Mesh, the use-cases, and the problems it aims to solve.
2 | [Install and Test a Service Mesh](https://github.com/distributethe6ix/70DaysOfServiceMesh/blob/main/70DaysExercises/02-Install%20and%20Test%20a%20Service%20Mesh.md) | Tutorial | Let's install our first service mesh
3 | [Comparing Different Service Meshes](https://github.com/distributethe6ix/70DaysOfServiceMesh/blob/main/70DaysExercises/03-Comparing%20Different%20Service%20Meshes.md) | Informational | A comparison of Istio, Linkerd, Consul, AWS App Mesh and Cilium
4 | [Traffic Engineering Basics](https://github.com/distributethe6ix/70DaysOfServiceMesh/blob/main/70DaysExercises/04-Traffic%20Engineering%20Basics.m) | Tutorial | Let's test out traffic routing, and shifting
4 | [Traffic Engineering Basics](https://github.com/distributethe6ix/70DaysOfServiceMesh/blob/main/70DaysExercises/04-Traffic%20Engineering%20Basics.md) | Tutorial | Let's test out traffic routing, and shifting
5 | [Observability in your Mesh](https://github.com/distributethe6ix/70DaysOfServiceMesh/blob/main/70DaysExercises/05-Observability%20in%20your%20Mesh.md) | Tutorial | Let's see what's going on in our mesh
6 | [Securing your microservices](https://github.com/distributethe6ix/70DaysOfServiceMesh/blob/main/70DaysExercises/06-Securing%20your%20microservices.md) | Tutorial | Let's secure our microservices
7 | [Resilient Microservices](https://github.com/distributethe6ix/70DaysOfServiceMesh/blob/main/70DaysExercises/07-Resilient%20Microservices.md) | Tutorial | Let's build some resilient microservices
Expand Down