Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CatchZeng/awesome-istio
😎 A curated list of awesome things related to istio
https://github.com/CatchZeng/awesome-istio
List: awesome-istio
Last synced: 3 months ago
JSON representation
😎 A curated list of awesome things related to istio
- Host: GitHub
- URL: https://github.com/CatchZeng/awesome-istio
- Owner: CatchZeng
- Created: 2020-07-24T08:37:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T10:31:39.000Z (over 4 years ago)
- Last Synced: 2024-05-22T19:03:25.966Z (6 months ago)
- Homepage:
- Size: 43.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-istio - 😎 A curated list of awesome things related to istio. (Other Lists / PowerShell Lists)
README
# Awesome Istio
> 😎 A curated list of awesome things related to [istio](https://istio.io/)
- [Tools](#Tools)
- [Traffic Management](#traffic-management)
- [Configuration](#configuration)
- [GitOps](#gitops)
- [Dashboard](#dashboard)
- [Resources](#resources)
- [Official Resources](#official-resources)
- [External Resources](#external-resources)
- [Tutorials](#tutorials)
- [Youtube Channels](#youtube-channels)
- [Examples](#examples)
- [Books](#books)
- [Community](#community)## Tools
- [Istio Snippets](https://marketplace.visualstudio.com/items?itemName=MakeOptim.istio-snippets#review-details) - Code snippets of istio for visual studio code.
## Traffic Management
- [Microservices Traffic Management Using Istio
](https://github.com/IBM/microservices-traffic-management-using-istio) - Istio is an open platform that provides a uniform way to connect, manage, and secure microservices. In this code we show how we can enable your microservices with advanced traffic management, routing and tracing capabilities leveraging Istio.## Configuration
- [Admiral](https://github.com/istio-ecosystem/admiral) - Admiral provides automatic configuration generation, syncing and service discovery for multicluster Istio service mesh.
## GitOps
- [GitOps Istio](https://github.com/stefanprodan/gitops-istio) - GitOps Progressive Delivery demo with Istio, Flux, Helm Operator and Flagger.
## Dashboard
- [Kiali](https://github.com/kiali/kiali) - Kiali project, observability for the Istio service mesh.
- [Naftis](https://github.com/XiaoMi/naftis) - An awesome dashboard for Istio built with love.
- [Vistio](https://github.com/nmnellis/vistio) - Visualize your Istio mesh using Netflix's Vizceral.
- [K8s Istio Observe Backend](https://github.com/garystafford/k8s-istio-observe-backend) - Go-based microservices reference platform for demo of k8s observability with Istio.
## Resources### Official Resources
- [Official Guide](https://istio.io/latest/docs/concepts/what-is-istio/)
- [GitHub Repo](https://github.com/istio/istio) - Connect, secure, control, and observe services.
- [Official Examples](https://istio.io/latest/docs/examples/)
- [Release Announcements](https://istio.io/latest/news/releases/)
- [Official Reference](https://istio.io/latest/docs/reference/)
- [Istio News](https://istio.io/latest/news/)
- [API](https://github.com/istio/api) - API definitions for the Istio project.
- [Operator](https://github.com/istio/operator) - Istio operator provides user friendly options to operate the Istio service mesh.
- [Tools](https://github.com/istio/tools) - Tools shared by several Istio repositories.### External Resources
- [Learn Istio!](https://github.com/askmeegs/learn-istio) - An Istio + service mesh resource list.
- [Istio Knowledge Map](https://github.com/servicemesher/istio-knowledge-map) - Istio knowledge map 知识图谱.
- [Istio101](https://github.com/thesandlord/Istio101) - ⚡ Lightning-Talk Style Demo of Istio and OpenCensus⚡.### Tutorials
- [Service Mesh](https://learn.openshift.com/servicemesh) - Openshift interactive learning for istio.
- [Istio Tutorial](https://github.com/redhat-developer-demos/istio-tutorial) - Istio Tutorial for .
- [Istio Workshop](https://github.com/srinandan/istio-workshop) - In this workshop, you'll learn how to install and configure Istio, an open source framework for connecting, securing, and managing microservices, on Google Kubernetes Engine, Google’s hosted Kubernetes product. You will also deploy an Istio-enabled multi-service application.
- [Istio Workshop](https://github.com/retroryan/istio-workshop) - Istio Workshop by [retroryan](https://github.com/retroryan).
- [Istio Service Mesh Workshop](https://github.com/layer5io/istio-service-mesh-workshop) - Using Istio Workshop.
- [Google Cloud Istio](https://medium.com/google-cloud/tagged/istio) - On Medium by Google Cloud.
- [Istio Handbook](https://github.com/servicemesher/istio-handbook) - Istio Service Mesh Advanced Practical - [Istio服务网格进阶实战](https://www.servicemesher.com/istio-handbook/).### Youtube Channels
- [Istio](https://www.youtube.com/channel/UC-zVlo1F3mUbExQ96fABWcQ)
### Examples
- [Istio By Example Java](https://github.com/saturnism/istio-by-example-java) - A collection of examples of using Istio with Java applications.
- [Istio Samples](https://github.com/GoogleCloudPlatform/istio-samples) - Istio demos and sample applications for GCP.### Books
- [Istio: Up and Running](https://www.amazon.com/Istio-Running-Service-Connect-Control-ebook-dp-B07YGRPDC1/dp/B07YGRPDC1/ref=mt_other?_encoding=UTF8&me=&qid=) - by Lee Calcote.
- [Getting Started with Istio Service Mesh](https://www.amazon.com/Getting-Started-Istio-Service-Mesh/dp/1484254570/ref=sr_1_8?dchild=1&keywords=istio&qid=1595586341&s=books&sr=1-8) - by Rahul Sharma.
- [Hands-On Microservices with Spring Boot and Spring Cloud](https://www.amazon.com/Hands-Microservices-Spring-Boot-Cloud-ebook/dp/B07T1Y2JRJ/ref=sr_1_4?dchild=1&keywords=istio&qid=1595586341&s=books&sr=1-4) - by Magnus Larsson.
- [云原生服务网格Istio:原理、实践、架构与源码解析](https://book.douban.com/subject/34438220/) - by 张超盟,章鑫,徐中虎,徐飞.
- [Service Mesh 实战](https://www.amazon.com/Service-Mesh-combat-Implementing-service/dp/7121361922/ref=sr_1_14?dchild=1&keywords=istio&qid=1595586341&s=books&sr=1-14) - by 周遥.
- [Istio入门与实战](https://item.jd.com/12601120.html) - by 毛广献.### Community
- [Official Community](https://istio.io/latest/about/community/)
- [Discuss Istio](https://discuss.istio.io/) - Istio discussion forum.
- [Twitter Istio](https://twitter.com/istiomesh)