Book Image

Kubernetes Service Mesh with Istio [Video]

By : Mario-Leander Reimer
Book Image

Kubernetes Service Mesh with Istio [Video]

By: Mario-Leander Reimer

Overview of this book

Building microservice architectures is complex. Handling its complexities (such as circuit breaking, rate limiting, observability, or security) is usually left to development teams to implement. Using well known open source frameworks is an option, but this will quickly lead to excessive library bloat and suddenly your services are not quite so micro anymore. This course provides practical hands-on experience in using the Istio service mesh. Instead of implementing cross-cutting concerns within each service, you will see how a service mesh allows you to transparently inject and decorate the desired concerns into individual communication channels. We discuss the conceptual Istio architecture with its main building blocks and how it works. Then demonstrate how to install Istio and use its traffic management, resilience, diagnosability, and security features. By the end of this course, you will be ready to deploy Istio into production and run your next cloud-native microservice architecture. All the code and supporting files for this course are available on GitHub at https://github.com/PacktPublishing/Kubernetes-Service-Mesh-with-Istio
Table of Contents (6 chapters)
Chapter 1
Getting Started with Istio
Content Locked
Section 4
Installing Istio by Hand
The Istio service mesh needs to be installed on the top of a working Kubernetes cluster. The easiest way is to manually apply the custom resource definitions and Istio components YAML descriptors with kubectl.