DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Enterprise AI Trend Report: Gain insights on ethical AI, MLOps, generative AI, large language models, and much more.

2024 Cloud survey: Share your insights on microservices, containers, K8s, CI/CD, and DevOps (+ enter a $750 raffle!) for our Trend Reports.

PostgreSQL: Learn about the open-source RDBMS' advanced capabilities, core components, common commands and functions, and general DBA tasks.

AI Automation Essentials. Check out the latest Refcard on all things AI automation, including model training, data security, and more.

  1. DZone
  2. Refcards
  3. Getting Started With Istio
refcard cover
Refcard #306

Getting Started With Istio

Learn the basics of Istio and explore the concept of a service mesh. This Refcard outlines how to install Istio, how to use intelligent routing, how to enable service-to-service security and access control, and much more.

Free PDF for Easy Reference
refcard cover

Written By

author avatar Christian Posta
VP, Global Field CTO, Solo.io
author avatar Alex Soto
Software Engineer, Red Hat
Table of Contents
► What Is a Service Mesh and Istio? ► Istio Architecture
Section 1

What Is a Service Mesh and Istio?

A service mesh is a decentralized application infrastructure for making service-to-service communication safe, reliable, and understandable.

A service mesh uses a "service proxy" deployed with each application instance to facilitate this functionality. A service proxy understands Layer 7 requests and messages and can route, secure, observe, and apply policy to these messages consistently and independently of how the service is implemented. The proxies deployed in a single cluster domain form the "mesh."

Istio is an open-source service mesh, which allows you to connect, secure, and control the traffic for your microservices in a declarative and non-intrusive way much like Kubernetes.

Some of the features that Istio enables for cloud-native applications:

  • Intelligent routing and client-side software load balancing

  • Resilience against service and network failures

  • Policy enforcement between services

  • Observability of your L7 communication

  • Securing service to service communication

Section 2

Istio Architecture

Istio follows the typical service-mesh architecture with the following logical separation:

  • Data plane that is composed of Envoy service proxies deployed (as a sidecar) along with your service through which all application traffic flows

  • Control plane that manages and configures the data plane (Envoy service proxies) while also managing back-end infrastructure that complements the data plane (like metrics sinks, policy engines, and security infrastructure)

All communication within the service mesh happens through each application's Envoy proxy. Any service resilience logic (retries, time-outs, circuit breaking, etc.) can be moved from your service into the service mesh.

This is a preview of the Getting Started With Istio Refcard. To read the entire Refcard, please download the PDF from the link above.

Like This Refcard? Read More From DZone

related article thumbnail

DZone Article

Istio's Networking API Explained [Video]
related article thumbnail

DZone Article

Maximize Kubernetes Security: Automate TLS Certificate Management With Cert-Manager on KIND Clusters
related article thumbnail

DZone Article

Combatting the 3 AM Ransomware Menace
related article thumbnail

DZone Article

The Circuit Breaker Pattern: Fortifying Microservices Architecture
related refcard thumbnail

Free DZone Refcard

Microservices and Workflow Engines
related refcard thumbnail

Free DZone Refcard

Designing Microservices With Cassandra
related refcard thumbnail

Free DZone Refcard

Getting Started With Ballerina
related refcard thumbnail

Free DZone Refcard

Eclipse MicroProfile

ABOUT US

  • About DZone
  • Send feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends:

{{ parent.title || parent.header.title}}

{{ parent.tldr }}

{{ parent.linkDescription }}

{{ parent.urlSource.name }}
by
DZone Core CORE
· {{ parent.articleDate | date:'MMM. dd, yyyy' }} {{ parent.linkDate | date:'MMM. dd, yyyy' }}
Tweet
{{ parent.views }} ViewsClicks
  • Edit
  • Delete
  • {{ parent.isLocked ? 'Enable' : 'Disable' }} comments
  • {{ parent.isLimited ? 'Remove comment limits' : 'Enable moderated comments' }}