Istio
Show rating breakdown
Save to My Lists
Claimed
Claimed

Top Rated Istio Alternatives

HAProxy
(532)
4.6 out of 5
Traefik
(35)
4.6 out of 5

Istio Reviews & Product Details

Istio Overview

What is Istio?

Istio’s traffic routing rules let you easily control the flow of traffic and API calls between services. Istio simplifies configuration of service-level properties like circuit breakers, timeouts, and retries, and makes it easy to set up important tasks like A/B testing, canary rollouts, and staged rollouts with percentage-based traffic splits. It also provides out-of-box failure recovery features that help make your application more robust against failures of dependent services or the network.

Istio Details
Discussions
Istio Community
Show LessShow More
Product Description

Istio’s traffic routing rules let you easily control the flow of traffic and API calls between services. Istio simplifies configuration of service-level properties like circuit breakers, timeouts, and retries, and makes it easy to set up important tasks like A/B testing, canary rollouts, and staged rollouts with percentage-based traffic splits. It also provides out-of-box failure recovery features that help make your application more robust against failures of dependent services or the network.


Seller

Banzai Cloud

Description

Banzai Cloud is a cloud-native software company that specializes in deploying and managing cloud infrastructure and applications through Kubernetes. It focuses on enabling enterprises to efficiently build, deploy, and scale containerized applications. Banzai Cloud provides tools and platforms for cloud-native application development, multi-cloud deployment, and automated infrastructure lifecycle management. Their offerings are designed to enhance productivity and operational efficiency for companies transitioning to or scaling their cloud-based environments.

Overview Provided by:

Recent Istio Reviews

Verified User
U
Verified UserMid-Market (51-1000 emp.)
5.0 out of 5
"Istio - Observability Simplified"
With Istio kubernetes oprtator it is easy to deploy in any kubernetes cluster and it provides end to end traffic visibility and it has core feature...
Verified User
A
Verified UserEnterprise (> 1000 emp.)
4.5 out of 5
"Istio : The Service Mesh Kubernetes Needs!!!"
Traffic Management and security would be the top two features out of the many available.
Prabakaran A.
PA
Prabakaran A.Enterprise (> 1000 emp.)
4.0 out of 5
"Open source micro-service service discovery for Enterprise ready"
Istio with Kubernetes sidecar will make the micro-service service discovery go to the next level. It comes with the following logging tools pre-...

Istio Media

Answer a few questions to help the Istio community
Have you used Istio before?
Yes

17 Istio Reviews

The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
17 Istio Reviews
4.2 out of 5
17 Istio Reviews
4.2 out of 5
G2 reviews are authentic and verified.
Verified User in Telecommunications
UT
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Istio?

With Istio kubernetes oprtator it is easy to deploy in any kubernetes cluster and it provides end to end traffic visibility and it has core features like traffic amangement and security. Istio sidecar proxy container will be injected to the pod without any modification in the application we run. Review collected by and hosted on G2.com.

What do you dislike about Istio?

Due to istio installation addition overload to the cluster in terms of resource availablity but that justifies the performance and use case Review collected by and hosted on G2.com.

What problems is Istio solving and how is that benefiting you?

it decouples the observabilty and security from the application code make developer to focus on qulaity of code Review collected by and hosted on G2.com.

rafayel j.
RJ
Research Assistant (Machine /Deep Learning and Data Science)
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
Rating Updated ()
Prabakaran A.
PA
Senior Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Istio?

Istio with Kubernetes sidecar will make the micro-service service discovery go to the next level.

It comes with the following logging tools pre-configured with,

1. Prometheus

2. Jaegar

3. Kiali

4. Grafana

It supports advance newtwork traffing control,

1. dns routing with conditions

2. traffic limiting for micro-service

3. mutal tls between micro service to micro service Review collected by and hosted on G2.com.

What do you dislike about Istio?

Istio is not a light service discovery; the learning curve is steep. Review collected by and hosted on G2.com.

What problems is Istio solving and how is that benefiting you?

Solved Micro-service service discovery, we have used istio-ingress over Kubernetes-ingress.

For security concerns, we even needed mutual transport layer security for micro-service to micro-service communication

For security concerns, we even bear tokens [jwt token] for micro-service to micro-service communication.

For scalability concerns, we need an auto-scaled Kubernetes cluster, istio done a great job finding micro-service in clusters Review collected by and hosted on G2.com.

Arindam B.
AB
Lead Cloud and AI Consultant
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Istio?

I like traffic managment, rate limiting via envot proxy ,fault injection,cicuit breaking,request routing etc. Review collected by and hosted on G2.com.

What do you dislike about Istio?

Istio should be compatiable with other ingress controllers , right now its only Istio gateway. Adoption is also very slow.

Moreover istio should come as add on to kubernetes cluster . More over managing istio is an overhead, app mesh from aws is better maanged solution. Review collected by and hosted on G2.com.

What problems is Istio solving and how is that benefiting you?

We are getting multiple benifits

Zero code for logging and monitoring

Great Service Mesh

Great flexibility

custom Ingress controller

Resiliency

Easy integration with Kubernetes and Docker

Full Security

Powerful authorization mechanisms Review collected by and hosted on G2.com.

Santhosh B.
SB
Cloud Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Istio?

Mutual TLS, Circuit breaker and lua support Review collected by and hosted on G2.com.

What do you dislike about Istio?

Until version 1.4 we had pain to deploy every single control plane, From version 1.6, i see it is consolidated, But we had pain during migration Review collected by and hosted on G2.com.

What problems is Istio solving and how is that benefiting you?

We had loadbalancer, nginx-ingress and a WAF tool, which had only minimal security features, Later when we rolled out istio noticed that requirement for paid WAF can be eliminated Review collected by and hosted on G2.com.

Verified User in Banking
AB
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Istio?

Traffic Management and security would be the top two features out of the many available. Review collected by and hosted on G2.com.

What do you dislike about Istio?

A little complicated to set up if you are not well versed with the specific terminology used by the tool. Review collected by and hosted on G2.com.

What problems is Istio solving and how is that benefiting you?

Canary releases and traffic management are the two most important problems we have solved with Istio. Review collected by and hosted on G2.com.

Saiteja O.
SO
Software Engineer-II Devops (Platform-Engineer)
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Istio?

Gives insight into network performance .

Manages traffic with ease

Simplifies load balancing.

Easily deploy applications using kubernetes Review collected by and hosted on G2.com.

What do you dislike about Istio?

Setting up is difficult.

Time consuming to setup the complete process

Requires a high level understanding of micro service architecture Review collected by and hosted on G2.com.

What problems is Istio solving and how is that benefiting you?

Production level performance has been highly imporved.

Easy setting up the traffic.

Canary deployment Review collected by and hosted on G2.com.

Verified User in Internet
AI
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Istio?

tracing, traffic management, and fault injection Review collected by and hosted on G2.com.

What do you dislike about Istio?

The deployment is a bit tricky on a private GKE cluster with NAT gateway Review collected by and hosted on G2.com.

Recommendations to others considering Istio:

do plenty of research before you use istio. But once you start, it is very helpful Review collected by and hosted on G2.com.

What problems is Istio solving and how is that benefiting you?

I use Istio to get more insights into the traffic flows within my cluster. And I can use Istio to practice Chaos Engineering within the cluster Review collected by and hosted on G2.com.

Verified User in Marketing and Advertising
AM
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Istio?

The concept of istio inwhich it provides circuit breaking and load balancing on top of k8s network and pod management Review collected by and hosted on G2.com.

What do you dislike about Istio?

Can only work with predefined services. Does not work for round robin load distribution. Does not work for more complex scenarios with databases with direct ip connections Review collected by and hosted on G2.com.

What problems is Istio solving and how is that benefiting you?

Was trying to get knative to run to reduce overhead of low usage business service pods in k8s Review collected by and hosted on G2.com.

Verified User in Hospital & Health Care
UH
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Istio?

I have used Istio on Kubernetes. Setup was easy, and it added lots of useful features like API Gateway, security, better load balancing, and distributed tracing. Which made managing prod issues match simple and save a lot of time. Review collected by and hosted on G2.com.

What do you dislike about Istio?

Adding lots of features means it will use more resources, which could slightly increase infrastructure cost, but it's worth it. Review collected by and hosted on G2.com.

What problems is Istio solving and how is that benefiting you?

Backpressure, better session affinity, and impact analysis Review collected by and hosted on G2.com.