null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Istio in Action

List Price: $59.99
SKU:
9781617295829
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Christian E. Posta, Rinor Maloku
    Format:
    Paperback
    Pages:
    480
    Publisher:
    Manning (April 26, 2022)
    Language:
    English
    ISBN-13:
    9781617295829
    ISBN-10:
    1617295825
    Dimensions:
    7.375" x 9.25" x 0.9"
    File:
    Eloquence-SimonSchuster_04022026_P9912986_onix30_Complete-20260402.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Weight:
    27.68oz
    Case Pack:
    16
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Solve difficult service-to-service communication challenges around security, observability, routing, and resilience with an Istio-based service mesh. Istio allows you to define these traffic policies as configuration and enforce them consistently without needing any service-code changes.

    In Istio in Action you will learn:

        Why and when to use a service mesh
        Envoy’s role in Istio’s service mesh
        Allowing “North-South” traffic into a mesh
        Fine-grained traffic routing
        Make your services robust to network failures
        Gain observability over your system with telemetry “golden signals”
        How Istio makes your services secure by default
        Integrate cloud-native applications with legacy workloads such as in VMs

    Reduce the operational complexity of your microservices with an Istio-powered service mesh! Istio in Action shows you how to implement this powerful new architecture and move your application-networking concerns to a dedicated infrastructure layer. Non-functional concerns stay separate from your application, so your code is easier to understand, maintain, and adapt regardless of programming language. In this practical guide, you’ll go hands-on with the full-featured Istio service mesh to manage microservices communication. Helpful diagrams, example configuration, and examples make it easy to understand how to control routing, secure container applications, and monitor network traffic.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the technology
    Offload complex microservice communication layer challenges to Istio! The industry-standard Istio service mesh radically simplifies security, routing, observability, and other service-to-service communication challenges. With Istio, you use a straightforward declarative configuration style to establish application-level network policies. By separating communication from business logic, your services are easier to write, maintain, and modify.

    About the book
    Istio in Action teaches you how to implement an Istio-based service mesh that can handle complex routing scenarios, traffic encryption, authorization, and other common network-related tasks. You’ll start by defining a basic service mesh and exploring the data plane with Istio’s service proxy, Envoy. Then, you’ll dive into core topics like traffic routing and visualization and service-to-service authentication, as you expand your service mesh to workloads on multiple clusters and legacy VMs.

    What's inside

        Comprehensive coverage of Istio resources
        Practical examples to showcase service mesh capabilities
        Implementation of multi-cluster service meshes
        How to extend Istio with WebAssembly
        Traffic routing and observability
        VM integration into the mesh

    About the reader
    For developers, architects, and operations engineers.

    About the author
    Christian Posta is a well-known architect, speaker, and contributor. Rinor Maloku is an engineer at Solo.io working on application networking solutions.

    Table of Contents
    PART 1 UNDERSTANDING ISTIO
    1 Introducing the Istio service mesh
    2 First steps with Istio
    3 Istio’s data plane: The Envoy proxy
    PART 2 SECURING, OBSERVING, AND CONTROLLING YOUR SERVICE’S NETWORK TRAFFIC
    4 Istio gateways: Getting traffic into a cluster
    5 Traffic control: Fine-grained traffic routing
    6 Resilience: Solving application networking challenges
    7 Observability: Understanding the behavior of your services
    8 Observability: Visualizing network behavior with Grafana, Jaeger, and Kiali
    9 Securing microservice communication
    PART 3 ISTIO DAY-2 OPERATIONS
    10 Troubleshooting the data plane
    11 Performance-tuning the control plane
    PART 4 ISTIO IN YOUR ORGANIZATION
    12 Scaling Istio in your organization
    13 Incorporating virtual machine workloads into the mesh
    14 Extending Istio on the request path