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
- Host: GitHub
- URL: https://github.com/rinormaloku/istio-mastery
- Owner: rinormaloku
- Created: 2018-12-25T14:26:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T08:13:06.000Z (over 3 years ago)
- Last Synced: 2023-03-07T23:50:37.432Z (over 3 years ago)
- Topics: istio, jaeger, jaeger-aspnetcore, jaeger-java, jaeger-python, jaeger-tracing, kubernetes, microservices, microservices-application
- Language: JavaScript
- Homepage: https://medium.com/google-cloud/back-to-microservices-with-istio-p1-827c872daa53
- Size: 1.66 MB
- Stars: 90
- Watchers: 1
- Forks: 49
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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.