An open API service indexing awesome lists of open source software.

https://github.com/rinormaloku/istio-mastery

(outdated) Source code for the article Back to Microservices with Istio
https://github.com/rinormaloku/istio-mastery

istio jaeger jaeger-aspnetcore jaeger-java jaeger-python jaeger-tracing kubernetes microservices microservices-application

Last synced: 8 months ago
JSON representation

(outdated) Source code for the article Back to Microservices with Istio

Awesome Lists containing this project

README

          

**ATTENTION:** This article is outdated. You can find my latest introduction to Istio here [Learn Istio: How to Manage, Monitor, and Secure Microservices](https://www.freecodecamp.org/news/learn-istio-manage-microservices/) (https://www.freecodecamp.org/news/learn-istio-manage-microservices/)

This is the repo for the new series that picks up where **"[Learn Kubernetes in Under 3 Hours](https://medium.freecodecamp.org/learn-kubernetes-in-under-3-hours-a-detailed-guide-to-orchestrating-containers-114ff420e882)"** left us and continues with an introduction to the Service Mesh **"Istio"**. We will be introduced to the benefits of Istio and how it extends the capabilities of Kubernetes to simplify microservice applications by easily adding:

- **Traffic management:** Timeouts, retries, canary rollouts,
- **Security:** End-user Authentication and Authorization,
- **Observability:** Tracing, monitoring and logging.