# sample-istio-services **Repository Path**: yexw-github/sample-istio-services ## Basic Information - **Project Name**: sample-istio-services - **Description**: sample-istio-services - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-17 - **Last Updated**: 2022-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Boot With Istio Demo Project [![Twitter](https://img.shields.io/twitter/follow/piotr_minkowski.svg?style=social&logo=twitter&label=Follow%20Me)](https://twitter.com/piotr_minkowski) In this project I'm demonstrating you the most interesting features of [Istio](https://istio.io) for building service mesh with Spring Boot on Kubernetes. ## Getting Started Currently you may find examples of two Spring Boot applications that may be deployed on Kubernetes. The application caller-service is calling callme-service using Istio rules. 1. The older article about it has been published in 2018, and based on Istio in version 0.8. The example has been moved to the branch [old_master](https://github.com/piomin/sample-istio-services/tree/old_master). Detailed description can be found here: [Service Mesh with Istio on Kubernetes in 5 steps](https://piotrminkowski.com/2018/04/13/service-mesh-with-istio-on-kubernetes-in-5-steps/) 2. The latest example is based on Istio 1.5 and Spring Boot 2.2. The example is available in the branch [master](https://github.com/piomin/sample-istio-services/tree/master). Currently I'm working on the article on my blog - it will be published soon.