osinfra.io (Alpha)
HomeDiscordGitHubSponsor
  • Overview
    • Welcome!
      • Overview
      • Team Norms
      • Language
  • Fundamentals
    • Architecture Decision Records
      • ADR-0001
      • ADR-0002
      • ADR-0003
      • ADR-0004
    • Development Setup
      • Docker
      • GitHub Codespaces
      • Ubuntu
      • Windows (WSL Ubuntu)
    • Tools
      • GitHub
      • OpenTofu
        • Child Modules
        • Coding Conventions
      • Testing
        • Infracost
        • Checkov
  • Collaboration
    • Contributors
    • Platform Engineers
    • Software Engineers
  • Product Guides
    • Google Cloud Platform
      • Kubernetes
        • Istio
        • cert-manager
        • Gatekeeper
      • Landing Zone
        • Resource Hierarchy and IAM
        • Audit Logging
        • Workload Identity
        • Terraform Backend
        • Networking
        • Services
    • GitHub
      • Organization Management
      • Continuous Delivery Enablement
    • Datadog
      • Organization Management
    • Backstage
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Product Guides
  2. Google Cloud Platform
  3. Kubernetes

Istio

Istio addresses the challenges developers and operators face with a distributed or microservices architecture.

Last updated 4 months ago

Was this helpful?

extends Kubernetes to establish a programmable, application-aware network. Working with Kubernetes and traditional workloads, Istio brings standard, universal traffic management, telemetry, and security to complex deployments.

Troubleshooting

Ingress

Check the Istio ingress gateway routes:

istioctl proxy-config route -n istio-ingress <pod-name>

Istio was accepted to on September 30, 2022, at the Incubating maturity level and then moved to the Graduated maturity level on July 12, 2023.

Istio was moved to the adopt ring in the in May 2020.

The configuration command line utility for service operators can be used to debug and diagnose the Istio mesh.

CNCF
Thoughtworks Technology Radar
istioctl
Istio