content large_stringlengths 3 20.5k | url large_stringlengths 54 193 | branch large_stringclasses 4
values | source large_stringclasses 42
values | embeddings listlengths 384 384 | score float64 -0.21 0.65 |
|---|---|---|---|---|---|
in combination with [gateways](/docs/concepts/traffic-management/#gateways) to control ingress and egress traffic. In some cases you also need to configure destination rules to use these features, as these are where you specify your service subsets. Specifying service subsets and other destination-specific policies in ... | https://github.com/istio/istio.io/blob/master//content/en/docs/concepts/traffic-management/index.md | master | istio | [
-0.040441203862428665,
0.014989973977208138,
-0.026959015056490898,
-0.01647075079381466,
-0.03170381486415863,
-0.02190307527780533,
0.07474179565906525,
-0.01591573841869831,
0.00687381299212575,
0.06245727464556694,
-0.08455917984247208,
-0.06940670311450958,
-0.025078903883695602,
0.04... | 0.36962 |
namespace of the virtual service that contains the routing rule to get the fully qualified name for the host. Using short names in our examples also means that you can copy and try them in any namespace you like. {{< warning >}} Using short names like this only works if the destination hosts and the virtual service are... | https://github.com/istio/istio.io/blob/master//content/en/docs/concepts/traffic-management/index.md | master | istio | [
-0.0014527782332152128,
0.03157458081841469,
0.07223044335842133,
-0.03006008267402649,
-0.02981792576611042,
-0.02975466661155224,
0.04567128047347069,
-0.043672818690538406,
0.02849651128053665,
0.026420753449201584,
-0.05131732299923897,
-0.10559046268463135,
0.003269929438829422,
-0.01... | 0.098529 |
Rewrite the URL. - Set a [retry policy](#retries) for calls to this destination. To learn more about the actions available, see the [`HTTPRoute` reference](/docs/reference/config/networking/virtual-service/#HTTPRoute). ## Destination rules {#destination-rules} Along with [virtual services](#virtual-services), [destinat... | https://github.com/istio/istio.io/blob/master//content/en/docs/concepts/traffic-management/index.md | master | istio | [
-0.03874312341213226,
0.00013041791680734605,
-0.00990414060652256,
-0.045066166669130325,
-0.07911020517349243,
-0.04492203891277313,
0.04726701229810715,
0.0011635241098701954,
-0.019310826435685158,
0.024874603375792503,
-0.05392388999462128,
-0.0473070964217186,
-0.03298164904117584,
0... | 0.498409 |
Envoy proxies running alongside your service workloads. Unlike other mechanisms for controlling traffic entering your systems, such as the Kubernetes Ingress APIs, Istio gateways let you use the full power and flexibility of Istio’s traffic routing. You can do this because Istio’s Gateway resource just lets you configu... | https://github.com/istio/istio.io/blob/master//content/en/docs/concepts/traffic-management/index.md | master | istio | [
-0.031569451093673706,
-0.0072621311992406845,
0.007063264027237892,
0.029715154320001602,
-0.07816177606582642,
-0.018509600311517715,
0.050265122205019,
0.04487687349319458,
0.028998706489801407,
0.06333798915147781,
-0.10159318894147873,
-0.06038440018892288,
-0.052785273641347885,
0.01... | 0.54758 |
dependency to Istio’s service registry: {{< text yaml >}} apiVersion: networking.istio.io/v1 kind: ServiceEntry metadata: name: svc-entry spec: hosts: - ext-svc.example.com ports: - number: 443 name: https protocol: HTTPS location: MESH\_EXTERNAL resolution: DNS {{< /text >}} You specify the external resource using the... | https://github.com/istio/istio.io/blob/master//content/en/docs/concepts/traffic-management/index.md | master | istio | [
-0.057405829429626465,
0.0007418543682433665,
-0.06234925240278244,
-0.01570468209683895,
-0.036980561912059784,
-0.0654313862323761,
0.03785984218120575,
0.061939336359500885,
0.02759472467005253,
0.028244590386748314,
-0.06919582188129425,
-0.10323672741651535,
-0.048788100481033325,
0.1... | 0.460143 |
subset of the ratings service: {{< text yaml >}} apiVersion: networking.istio.io/v1 kind: VirtualService metadata: name: ratings spec: hosts: - ratings http: - route: - destination: host: ratings subset: v1 timeout: 10s {{< /text >}} ### Retries {#retries} A retry setting specifies the maximum number of times an Envoy ... | https://github.com/istio/istio.io/blob/master//content/en/docs/concepts/traffic-management/index.md | master | istio | [
-0.045614346861839294,
0.016363156959414482,
-0.010226165875792503,
0.06191130355000496,
-0.04147423058748245,
-0.029637310653924942,
-0.022846270352602005,
0.01523138489574194,
0.032442856580019,
0.0433337576687336,
-0.06001916900277138,
-0.0423244945704937,
-0.04148782417178154,
0.055006... | 0.485763 |
Problems](/docs/ops/common-problems/network-issues/#virtual-service-with-fault-injection-and-retrytimeout-policies-not-working-as-expected). {{< /warning >}} Unlike other mechanisms for introducing errors, such as delaying packets or killing pods at the network layer, Istio lets you inject faults at the application lay... | https://github.com/istio/istio.io/blob/master//content/en/docs/concepts/traffic-management/index.md | master | istio | [
-0.03670685365796089,
0.04760122299194336,
0.035371724516153336,
0.050128258764743805,
0.0167859960347414,
-0.042542245239019394,
0.024587489664554596,
0.04918829724192619,
0.0075031667947769165,
0.045878153294324875,
0.006733329966664314,
-0.0966632217168808,
-0.029250312596559525,
0.0263... | 0.570269 |
From [Kubernetes mutating and validating webhook mechanisms](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/): {{< tip >}} Admission webhooks are HTTP callbacks that receive admission requests and do something with them. You can define two types of admission webhooks, validatin... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/mesh/webhook/index.md | master | istio | [
-0.017160480841994286,
0.05706247687339783,
0.03563544899225235,
-0.04235456511378288,
-0.04443194344639778,
-0.05122114345431328,
0.05658533051609993,
-0.001245046965777874,
-0.029803387820720673,
0.01699102856218815,
-0.01983477920293808,
-0.07899032533168793,
-0.009681065566837788,
-0.0... | 0.29607 |
[Kubernetes liveness and readiness probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/) describes several ways to configure liveness and readiness probes: 1. [Command](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/mesh/app-health-check/index.md | master | istio | [
-0.009743135422468185,
-0.01505522895604372,
-0.008087319321930408,
0.009476871229708195,
0.048456963151693344,
-0.052317555993795395,
-0.008553177118301392,
-0.04781275615096092,
-0.0006080403691157699,
0.053884461522102356,
0.011820671148598194,
-0.04309767112135887,
-0.03895171731710434,
... | 0.17043 |
either for specific pods, or globally. ### Disable the probe rewrite for a pod {#disable-the-http-probe-rewrite-for-a-pod} You can [annotate the pod](/docs/reference/config/annotations/) with `sidecar.istio.io/rewriteAppHTTPProbers: "false"` to disable the probe rewrite option. Make sure you add the annotation to the [... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/mesh/app-health-check/index.md | master | istio | [
0.06185006722807884,
0.07177796214818954,
0.06751523911952972,
0.054819196462631226,
0.0028214440681040287,
-0.050201866775751114,
-0.0371021032333374,
-0.03592769801616669,
0.040220074355602264,
0.04712267592549324,
-0.007767215371131897,
-0.0502486415207386,
-0.06550305336713791,
-0.0095... | 0.239591 |
In order to program the service mesh, the Istio control plane (Istiod) reads a variety of configurations, including core Kubernetes types like `Service` and `Node`, and Istio's own types like `Gateway`. These are then sent to the data plane (see [Architecture](/docs/ops/deployment/architecture/) for more information). ... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/mesh/configuration-scoping/index.md | master | istio | [
0.0006586528616026044,
-0.032244451344013214,
0.01604888029396534,
0.0355120413005352,
-0.054421018809080124,
-0.018269076943397522,
0.02298196777701378,
0.0077627976424992085,
0.06517601013183594,
0.04528062418103218,
-0.07990172505378723,
-0.02487867884337902,
-0.06396878510713577,
-0.04... | 0.483904 |
are a few general guidelines: Configuration \*changes\* are expensive in Istio, as they require recomputation. While `Endpoints` changes (generally from a Pod scaling up or down) are heavily optimized, most other configurations are fairly expensive. This can be especially harmful when controllers are constantly making ... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/mesh/configuration-scoping/index.md | master | istio | [
0.02588886208832264,
-0.025187797844409943,
-0.008614090271294117,
0.017206521704792976,
-0.029287759214639664,
-0.04669163003563881,
-0.02736142836511135,
0.011036958545446396,
0.04459717869758606,
0.028175950050354004,
-0.018445074558258057,
-0.067215196788311,
-0.09696606546640396,
-0.0... | 0.45622 |
Istio's [default images](https://hub.docker.com/r/istio/base) are based on `ubuntu` with some extra tools added. An alternative image based on [distroless images](https://github.com/GoogleContainerTools/distroless) is also available. These images strip all non-essential executables and libraries, offering the following... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/security/harden-docker-images/index.md | master | istio | [
-0.04601603373885155,
0.045723848044872284,
0.04668300598859787,
-0.006560622714459896,
0.05258415639400482,
-0.0783216804265976,
0.021285543218255043,
0.09109223634004593,
-0.05389908328652382,
-0.008463047444820404,
0.0022791132796555758,
-0.06776539236307144,
0.026723602786660194,
0.077... | 0.518817 |
## Background This page shows common patterns of using Istio security policies. You may find them useful in your deployment or use this as a quick reference to example policies. The policies demonstrated here are just examples and require changes to adapt to your actual environment before applying. Also read the [authe... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/security/security-policy-examples/index.md | master | istio | [
-0.07470351457595825,
0.030035827308893204,
0.016987288370728493,
-0.004513947293162346,
0.019277336075901985,
-0.06733223795890808,
0.044454026967287064,
-0.001396877458319068,
-0.009478329680860043,
0.0085006607696414,
-0.0736173763871193,
-0.09860897809267044,
0.0637679323554039,
0.0603... | 0.364367 |
requests if the request principal is non-empty. `"\*"` means non-empty match and using with `notRequestPrincipals` means matching on empty request principal. {{< text yaml >}} apiVersion: security.istio.io/v1 kind: AuthorizationPolicy metadata: name: require-jwt namespace: istio-system spec: selector: matchLabels: isti... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/security/security-policy-examples/index.md | master | istio | [
-0.061508141458034515,
0.03754042461514473,
-0.031718991696834564,
0.018478073179721832,
-0.016731971874833107,
-0.05180024728178978,
0.06059452146291733,
0.00555202504619956,
0.02899911440908909,
0.0006598623003810644,
-0.0023458111099898815,
-0.1292780190706253,
0.01870296522974968,
0.02... | 0.496117 |
The Envoy proxy keeps detailed statistics about network traffic. Envoy's statistics only cover the traffic for a particular Envoy instance. See [Observability](/docs/tasks/observability/) for persistent per-service Istio telemetry. The statistics the Envoy proxies record can provide more information about specific pod ... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/telemetry/envoy-stats/index.md | master | istio | [
0.045138824731111526,
-0.00862127635627985,
0.010525244288146496,
0.06527421623468399,
-0.05054266005754471,
-0.043025605380535126,
0.030084311962127686,
-0.018712220713496208,
0.07430636882781982,
0.07761158794164658,
-0.08753827214241028,
-0.04997667297720909,
-0.027286838740110397,
0.00... | 0.302484 |
## Overview This guide is meant to provide operational guidance on how to configure monitoring of Istio meshes comprised of two or more individual Kubernetes clusters. It is not meant to establish the \*only\* possible path forward, but rather to demonstrate a workable approach to multicluster telemetry with Prometheus... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/index.md | master | istio | [
-0.024794910103082657,
-0.004011904820799828,
0.001649116980843246,
0.004726985935121775,
0.011651611886918545,
-0.1072688177227974,
0.007301353849470615,
0.005284816026687622,
0.01663113757967949,
0.03613215684890747,
-0.03600938990712166,
-0.136845201253891,
0.007987601682543755,
0.02731... | 0.446555 |
Production Prometheus on an in-mesh cluster If you prefer to run the production Prometheus in one of the clusters, you need to establish connectivity from it to the other cluster-local Prometheus instances in the mesh. This is really just a variation of the configuration for external federation. In this case the config... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/index.md | master | istio | [
-0.015990616753697395,
0.0068253097124397755,
0.004145256243646145,
-0.004465932492166758,
0.027905547991394997,
-0.10629566758871078,
-0.035527054220438004,
-0.006881057750433683,
0.04686965420842171,
0.055184878408908844,
-0.004169912543147802,
-0.13304577767848969,
0.005350116640329361,
... | 0.287184 |
{{< boilerplate alpha >}} The [WasmPlugin API](/docs/reference/config/proxy\_extensions/wasm-plugin) provides a method for [distributing Wasm modules](/docs/tasks/extensibility/wasm-module-distribution) to proxies. Since each proxy will pull Wasm modules from a remote registry or an HTTP server, understanding how Istio... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/extensibility/wasm-pull-policy/index.md | master | istio | [
-0.021679500117897987,
-0.002828551921993494,
0.006831390783190727,
0.03462950140237808,
0.006312727462500334,
-0.04600309580564499,
0.0741223394870758,
0.07398799806833267,
-0.0339629091322422,
0.022595427930355072,
0.0039030928164720535,
-0.03302902355790138,
-0.038886964321136475,
0.018... | 0.542609 |
One of Istio's most important features is the ability to lock down and secure network traffic to, from, and within the mesh. However, configuring TLS settings can be confusing and a common source of misconfiguration. This document attempts to explain the various connections involved when sending requests in Istio and h... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/traffic-management/tls-configuration/index.md | master | istio | [
-0.07286524027585983,
0.070283442735672,
0.006958166602998972,
0.0600174255669117,
-0.024821102619171143,
-0.047521717846393585,
0.0706973746418953,
0.009776609018445015,
0.01816898211836815,
-0.03662935271859169,
-0.013237755745649338,
-0.056702032685279846,
-0.02086719125509262,
0.034830... | 0.474135 |
or a web browser. This is often called the "downstream" connection. 1. The outbound request, initiated by the gateway to some backend. This is often called the "upstream" connection. Both of these connections have independent TLS configurations. Note that the configuration of ingress and egress gateways are identical. ... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/traffic-management/tls-configuration/index.md | master | istio | [
-0.06279202550649643,
0.02328052744269371,
-0.04058167338371277,
0.03321026265621185,
-0.050638895481824875,
-0.08721575140953064,
0.051207415759563446,
0.04218737781047821,
0.1125103086233139,
0.015063331462442875,
-0.052529316395521164,
-0.02081492356956005,
-0.03108116053044796,
0.02464... | 0.524528 |
Istio supports proxying any TCP traffic. This includes HTTP, HTTPS, gRPC, as well as raw TCP protocols. In order to provide additional capabilities, such as routing and rich metrics, the protocol must be determined. This can be done automatically or explicitly specified. Non-TCP based protocols, such as UDP, are not pr... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/traffic-management/protocol-selection/index.md | master | istio | [
-0.02888612076640129,
-0.0199680645018816,
0.012393676675856113,
-0.003803395899012685,
-0.09407202154397964,
-0.03712528198957443,
0.07327099144458771,
0.024528583511710167,
0.002641476457938552,
0.028393378481268883,
-0.06988386064767838,
-0.08423212170600891,
-0.024082276970148087,
0.04... | 0.572038 |
{{< boilerplate alpha >}} {{< boilerplate gateway-api-support >}} ## Forwarding external client attributes (IP address, certificate info) to destination workloads Many applications require knowing the client IP address and certificate information of the originating request to behave properly. Notable cases include logg... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/traffic-management/network-topologies/index.md | master | istio | [
-0.0633092001080513,
0.006864258553832769,
0.0240151546895504,
-0.03898538649082184,
0.03799926117062569,
0.003736987942829728,
0.06290918588638306,
0.01182647980749607,
0.039052899926900864,
-0.029256276786327362,
-0.039259832352399826,
-0.030864225700497627,
0.030667640268802643,
0.01503... | 0.24909 |
numTrustedProxies: 2 EOF $ istioctl install -f topology.yaml {{< /text >}} {{< idea >}} If you previously installed an Istio ingress gateway, restart all ingress gateway pods after step 1. {{}} 1. Create an `httpbin` namespace: {{< text syntax=bash snip\_id=create\_httpbin\_namespace >}} $ kubectl create namespace http... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/traffic-management/network-topologies/index.md | master | istio | [
-0.00009113273699767888,
0.008572145365178585,
0.007493129000067711,
0.023617176339030266,
-0.07544652372598648,
0.019812224432826042,
0.005528808571398258,
-0.0008509671315550804,
-0.017216570675373077,
0.06843465566635132,
-0.0058766999281942844,
-0.10222211480140686,
-0.02349701151251793,... | 0.348474 |
certificate information and send it to the next hop. This is the default value for a gateway. | | `ALWAYS\_FORWARD\_ONLY` | Always forward the XFCC header in the request, regardless of whether the client connection is mTLS. | See the [Envoy documentation](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/h... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/traffic-management/network-topologies/index.md | master | istio | [
-0.08659987896680832,
0.07792627811431885,
-0.014040878973901272,
0.06098594143986702,
-0.020141635090112686,
-0.016155123710632324,
0.052907176315784454,
0.021949579939246178,
0.03831969201564789,
-0.016647275537252426,
-0.07075154036283493,
-0.04183115065097809,
0.05867279693484306,
-0.0... | 0.149282 |
In addition to capturing application traffic, Istio can also capture DNS requests to improve the performance and usability of your mesh. When proxying DNS, all DNS requests from an application will be redirected to the sidecar or ztunnel proxy, which stores a local mapping of domain names to IP addresses. If the reques... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/traffic-management/dns-proxy/index.md | master | istio | [
-0.05632871761918068,
-0.005151445046067238,
0.07589572668075562,
-0.04325877130031586,
-0.1123386025428772,
-0.034469980746507645,
-0.0033161004539579153,
0.005125497933477163,
0.0844670906662941,
0.012581069022417068,
-0.09748634696006775,
-0.052936453372240067,
-0.06423185765743256,
-0.... | 0.427044 |
response, and will need to forward DNS requests upstream. This is especially problematic with TCP traffic. Unlike HTTP requests, which are routed based on `Host` headers, TCP carries much less information; you can only route on the destination IP and port number. Because you don't have a stable IP for the backend, you ... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/traffic-management/dns-proxy/index.md | master | istio | [
-0.08596343547105789,
-0.02574872598052025,
0.0010632596677169204,
-0.03383743762969971,
-0.15342161059379578,
-0.0612085796892643,
0.0420045331120491,
0.0258368868380785,
-0.0023362687788903713,
-0.008611467666924,
-0.11937328428030014,
-0.06841767579317093,
-0.04689507186412811,
0.044717... | 0.462406 |
to `mysql-instance2` because it has no way of distinguishing whether traffic arriving at `0.0.0.0:{port}` is bound for `mysql-instance1` or `mysql-instance2`. The following example shows how DNS proxying can be used to solve this problem. A virtual IP address will be assigned to every service entry so that client sidec... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/traffic-management/dns-proxy/index.md | master | istio | [
-0.016076553612947464,
-0.018479662016034126,
0.0025853831321001053,
-0.04314765706658363,
-0.0996047779917717,
-0.032683007419109344,
0.06271065026521683,
-0.000618800288066268,
0.03872152790427208,
0.0031910534016788006,
-0.07091906666755676,
-0.15829719603061676,
0.04164955019950867,
-0... | 0.276761 |
Within a multicluster mesh, traffic rules specific to the cluster topology may be desirable. This document describes a few ways to manage traffic in a multicluster mesh. Before reading this guide: 1. Read [Deployment Models](/docs/ops/deployment/deployment-models/#multiple-clusters) 1. Make sure your deployed services ... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/traffic-management/multicluster/index.md | master | istio | [
0.016672266647219658,
-0.02693856693804264,
-0.0026814790908247232,
-0.03726908192038536,
-0.03802350163459778,
-0.02647634968161583,
0.006417443510144949,
-0.013314621523022652,
0.0018593992572277784,
0.06899908930063248,
-0.0663861483335495,
-0.11740102618932724,
0.018665501847863197,
0.... | 0.291472 |
Istio interacts with DNS in different ways that can be confusing to understand. This document provides a deep dive into how Istio and DNS work together. {{< warning >}} This document describes low level implementation details. For a higher level overview, check out the traffic management [Concepts](/docs/concepts/traff... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/traffic-management/dns/index.md | master | istio | [
-0.05059581249952316,
0.0025382970925420523,
0.007985478267073631,
0.00926092080771923,
-0.09052497893571854,
-0.07583634555339813,
-0.004536583088338375,
0.0556788370013237,
0.07504960149526596,
-0.019605832174420357,
-0.07265899330377579,
-0.04442959278821945,
-0.046872399747371674,
0.03... | 0.593241 |
especially when low `TTL`s are used, this may cause a high load on DNS servers. In these cases, the following can help reduce the load: \* Switch to `resolution: NONE` to avoid proxy DNS lookups entirely. This is suitable for many use cases. \* If you control the domains being resolved, increase their TTL. \* If your `... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/traffic-management/dns/index.md | master | istio | [
-0.07519198954105377,
0.012540504336357117,
0.07909610867500305,
-0.004132294561713934,
-0.13412167131900787,
-0.09006545692682266,
-0.014590941369533539,
0.03404733166098595,
0.030499817803502083,
-0.018426354974508286,
-0.06763195246458054,
-0.02471306547522545,
-0.09327070415019989,
0.0... | 0.464566 |
One of the goals of Istio is to act as a "transparent proxy" which can be dropped into an existing cluster, allowing traffic to continue to flow as before. However, there are powerful ways Istio can manage traffic differently than a typical Kubernetes cluster because of the additional features such as request load bala... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/traffic-management/traffic-routing/index.md | master | istio | [
0.0046871439553797245,
-0.004176406189799309,
0.024532660841941833,
0.027833549305796623,
-0.04116512089967728,
-0.02955944649875164,
0.042468562722206116,
0.025862891227006912,
0.0454593226313591,
0.046034298837184906,
-0.1014125719666481,
-0.10984732210636139,
-0.06504913419485092,
0.011... | 0.569943 |
upstream services than requested. ### TLS When processing TLS traffic, Istio has slightly more information available than raw TCP: we can inspect the [SNI](https://en.wikipedia.org/wiki/Server\_Name\_Indication) field presented during the TLS handshake. For standard Services, the same IP:Port matching is used as for ra... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/traffic-management/traffic-routing/index.md | master | istio | [
-0.10015465319156647,
0.057657044380903244,
-0.01200307346880436,
-0.03824496641755104,
-0.056230973452329636,
-0.06783910095691681,
0.022460846230387688,
0.03051171451807022,
0.05793026089668274,
0.007659013848751783,
-0.08949711173772812,
-0.05994129553437233,
-0.03902020305395126,
0.031... | 0.40172 |
to traffic matching in Istio. When Istio receives the request, they will see the IP for `concrete.example.com`. If this is a service Istio knows about, it will be routed as described [above](#tcp). If not, it will be handled as [unmatched traffic](#unmatched-traffic) For HTTP and TLS, which match on hostname, things ar... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/traffic-management/traffic-routing/index.md | master | istio | [
-0.06653176248073578,
-0.011559241451323032,
0.00928518082946539,
-0.0030356140341609716,
-0.043138355016708374,
-0.07727643847465515,
0.07678450644016266,
0.025787927210330963,
0.053746297955513,
-0.03959540277719498,
-0.056751493364572525,
-0.12315507978200912,
-0.017940768972039223,
0.0... | 0.523965 |
{{< boilerplate experimental >}} Many users need to manage the types of the certificates used within their environment. For example, some users require the use of Elliptical Curve Cryptography (ECC) while others may need to use a stronger bit length for RSA certificates. Configuring certificates within your environment... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/configuration/traffic-management/manage-mesh-certificates/index.md | master | istio | [
-0.030383039265871048,
0.04219847545027733,
-0.01609603688120842,
0.057179734110832214,
-0.05829586833715439,
-0.05282830074429512,
-0.03100256435573101,
0.10260506719350815,
0.033589158207178116,
-0.02852148376405239,
-0.021136708557605743,
-0.10447684675455093,
-0.004848912823945284,
0.1... | 0.479426 |
Istio components are built with a flexible logging framework which provides a number of features and controls to help operate these components and facilitate diagnostics. You control these logging features by passing command-line options when starting the components. ## Logging scopes Logging messages output by a compo... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/component-logging/index.md | master | istio | [
0.03419949859380722,
-0.03380877524614334,
-0.03832194581627846,
0.08962881565093994,
0.03019767813384533,
-0.09546583890914917,
0.10066010057926178,
0.050337955355644226,
0.0286696944385767,
-0.0036354782059788704,
-0.021934058517217636,
-0.10481879115104675,
-0.0052647641859948635,
0.058... | 0.499845 |
`istioctl analyze` is a diagnostic tool that can detect potential issues with your Istio configuration. It can run against a live cluster or a set of local configuration files. It can also run against a combination of the two, allowing you to catch problems before you apply changes to a cluster. ## Getting started in u... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/istioctl-analyze/index.md | master | istio | [
0.023813582956790924,
0.009516982361674309,
0.021698864176869392,
0.07282710075378418,
0.025807207450270653,
-0.01286162156611681,
-0.004544850904494524,
-0.013055556453764439,
0.004978951998054981,
0.006331321317702532,
-0.058082520961761475,
-0.14213469624519348,
-0.04847316816449165,
0.... | 0.478797 |
the same logic and error messages as when using `istioctl analyze`. Validation messages from the analysis are written to the status subresource of the affected Istio resource. For example. if you have a misconfigured gateway on your "ratings" virtual service, running `kubectl get virtualservice ratings` would give you ... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/istioctl-analyze/index.md | master | istio | [
-0.016233058646321297,
0.0546385832130909,
-0.013709488324820995,
0.07126729190349579,
0.019245028495788574,
-0.007231879513710737,
0.004613958299160004,
-0.005220924969762564,
0.04204244166612625,
0.01699196547269821,
-0.04873806983232498,
-0.12443948537111282,
-0.015754228457808495,
0.04... | 0.467876 |
able to automatically flag this problem so that others can discover and avoid the problem in the first place. To do this, [open an issue](https://github.com/istio/istio/issues) describing your scenario. For example: - Look at all the virtual services - For each, look at their list of gateways - If some of the gateways ... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/istioctl-analyze/index.md | master | istio | [
0.010083653964102268,
0.00045011279871687293,
-0.018557526171207428,
0.03639092296361923,
0.03378896415233612,
-0.05635158345103264,
-0.0012483022874221206,
-0.022528868168592453,
-0.012432211078703403,
-0.0037859641015529633,
-0.0217268243432045,
-0.11709386110305786,
-0.07126744836568832,
... | 0.537909 |
Istio provides two very valuable commands to help diagnose traffic management configuration problems, the [`proxy-status`](/docs/reference/commands/istioctl/#istioctl-proxy-status) and [`proxy-config`](/docs/reference/commands/istioctl/#istioctl-proxy-config) commands. The `proxy-status` command allows you to get an ov... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/proxy-cmd/index.md | master | istio | [
0.025052696466445923,
-0.0162530317902565,
0.045595526695251465,
0.0205554086714983,
-0.08128905296325684,
-0.04715539887547493,
0.024755306541919708,
-0.001717220526188612,
-0.017367668449878693,
0.07618110626935959,
-0.08286435902118683,
-0.09603706002235413,
-0.07490164786577225,
0.0485... | 0.477824 |
for listeners or routes when required): {{< text bash >}} $ istioctl proxy-config cluster -n istio-system istio-ingressgateway-7d6874b48f-qxhn5 SERVICE FQDN PORT SUBSET DIRECTION TYPE DESTINATION RULE BlackHoleCluster - - - STATIC agent - - - STATIC details.default.svc.cluster.local 9080 - outbound EDS details.default ... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/proxy-cmd/index.md | master | istio | [
0.005405139178037643,
-0.014718358404934406,
-0.06993428617715836,
0.02670852094888687,
-0.030214762315154076,
-0.04797445237636566,
0.023883026093244553,
0.0067855617962777615,
-0.003925108816474676,
0.012939752079546452,
-0.045617956668138504,
-0.07279105484485626,
-0.03281724452972412,
... | 0.499146 |
original destination of the request, if it can find a matching one. Otherwise, it sends the request to the `PassthroughCluster` which connects to the destination directly. {{< text bash json >}} $ istioctl proxy-config listeners productpage-v1-6c886ff494-7vxhs --port 15001 -o json [ { "name": "virtualOutbound", "addres... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/proxy-cmd/index.md | master | istio | [
-0.04875229299068451,
0.0015801137778908014,
-0.029942085966467857,
-0.009080827236175537,
-0.029550934210419655,
-0.04030250385403633,
0.08205382525920868,
-0.0793430507183075,
-0.006315993145108223,
-0.026444774121046066,
-0.035144444555044174,
-0.0741872787475586,
-0.01416816283017397,
... | 0.253807 |
"INSTANCE\_IPS": "10.244.0.7", "ISTIO\_PROXY\_SHA": "istio-proxy:f98b7e538920abc408fbc91c22a3b32bc854d9dc", "ISTIO\_VERSION": "1.7.0", "LABELS": { "app": "istio-ingressgateway", "chart": "gateways", "heritage": "Tiller", "istio": "ingressgateway", "pod-template-hash": "68bf7d7f94", "release": "istio", "service.istio.io... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/proxy-cmd/index.md | master | istio | [
0.00378818460740149,
-0.005760879721492529,
-0.02796749956905842,
0.00870627909898758,
-0.015363435260951519,
-0.027920778840780258,
0.0164644755423069,
0.026418395340442657,
0.0113563546910882,
0.02623937651515007,
-0.006747601553797722,
-0.11242807656526566,
-0.06084088981151581,
0.03868... | 0.623312 |
`istioctl experimental check-inject` is a diagnostic tool that helps you verify if specific webhooks will perform Istio sidecar injection in your pods. Use this tool to check if the sidecar injection configuration is correctly applied to a live cluster. ## Quick Start To check why Istio sidecar injection did/didn't (or... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/check-inject/index.md | master | istio | [
0.03196031227707863,
0.03298608958721161,
-0.0038008103147149086,
0.034634627401828766,
0.0033440119586884975,
-0.051666855812072754,
0.027100693434476852,
-0.0017334676813334227,
-0.0527367927134037,
0.029843328520655632,
0.053250815719366074,
-0.13717907667160034,
-0.008705256506800652,
... | 0.472229 |
{{< boilerplate experimental-feature-warning >}} In Istio 1.3, we included the [`istioctl experimental describe`](/docs/reference/commands/istioctl/#istioctl-experimental-describe-pod) command. This CLI command provides you with the information needed to understand the configuration impacting a {{< gloss >}}pod{{< /glo... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/istioctl-describe/index.md | master | istio | [
-0.05017368867993355,
0.019540658220648766,
0.06934074312448502,
0.04101954773068428,
0.011251600459218025,
-0.04830973967909813,
0.07676279544830322,
-0.005509616807103157,
0.0030417407397180796,
0.02321133390069008,
0.003946981392800808,
-0.1532025784254074,
-0.001964936265721917,
0.0074... | 0.388572 |
The command now shows additional output: - The `ratings` destination rule applies to request to the `ratings` service. - The subset of the `ratings` destination rule that matches the pod, `v1` in this example. - The other subsets defined by the destination rule. - The pod accepts either HTTP or mutual TLS requests but ... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/istioctl-describe/index.md | master | istio | [
-0.006338242907077074,
0.04139610752463341,
-0.018100623041391373,
-0.007907385937869549,
-0.018685350194573402,
-0.034529898315668106,
0.008060067892074585,
-0.050230130553245544,
0.06590859591960907,
0.04071125015616417,
-0.04775610193610191,
-0.08002135902643204,
0.008310729637742043,
0... | 0.182619 |
v1` pod: {{< text bash >}} $ istioctl x describe pod $REVIEWS\_V1\_POD ... VirtualService: reviews Weight 90% {{< /text >}} The output shows that the `reviews` virtual service has a weight of 90% for the `v1` subset. This function is also helpful for other types of routing. For example, you can deploy header-specific r... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/istioctl-describe/index.md | master | istio | [
0.05523477867245674,
0.0356779508292675,
0.007888205349445343,
-0.012455333024263382,
0.0035551695618778467,
-0.011848441325128078,
0.04973902925848961,
-0.01913219690322876,
0.07079388201236725,
0.03222256898880005,
-0.02703804150223732,
-0.11637983471155167,
0.0031188686843961477,
-0.030... | 0.218466 |
Istiod is built with a flexible introspection framework, called ControlZ, which makes it easy to inspect and manipulate the internal state of an istiod instance. Istiod opens a port which can be used from a web browser to get an interactive view into its state, or via REST for access and control from external tools. Wh... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/controlz/index.md | master | istio | [
-0.05305817350745201,
0.032406099140644073,
-0.07548252493143082,
0.021276431158185005,
0.004900864325463772,
-0.017187021672725677,
0.036447297781705856,
0.09232521057128906,
-0.012388710863888264,
0.03480752930045128,
-0.012608323246240616,
-0.07146790623664856,
-0.015254471451044083,
0.... | 0.57549 |
This page describes how to troubleshoot issues with the Istio CNI plugin. Before reading this, you should read the [CNI installation and operation guide](/docs/setup/additional-setup/cni/). ## Log The Istio CNI plugin log provides information about how the plugin configures application pod traffic redirection based on ... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/cni/index.md | master | istio | [
0.010203464888036251,
-0.04123564809560776,
0.030561182647943497,
-0.005689597688615322,
-0.016057012602686882,
-0.06413242965936661,
-0.03041975013911724,
0.0436849482357502,
-0.029087726026773453,
0.0393746979534626,
-0.039247870445251465,
-0.15517805516719818,
-0.061661362648010254,
0.0... | 0.452881 |
the plugin could not be properly installed. | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/cni/index.md | master | istio | [
-0.016840675845742226,
-0.07686619460582733,
-0.05988533794879913,
-0.03866706043481827,
0.027445724233984947,
0.00660637067630887,
-0.0877319946885109,
-0.03517952561378479,
-0.032270293682813644,
0.04678085446357727,
0.09865958243608475,
-0.025918196886777878,
-0.08777525275945663,
0.107... | 0.001267 |
You can gain insights into what individual components are doing by inspecting their [logs](/docs/ops/diagnostic-tools/component-logging/) or peering inside via [introspection](/docs/ops/diagnostic-tools/controlz/). If that's insufficient, the steps below explain how to get under the hood. The [`istioctl`](/docs/referen... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/istioctl/index.md | master | istio | [
-0.0190848708152771,
-0.01762276701629162,
0.007480012718588114,
0.05702000483870506,
0.018156347796320915,
-0.032690536230802536,
0.068478524684906,
0.05330292880535126,
-0.026913080364465714,
0.038797203451395035,
-0.02185644768178463,
-0.08241882175207138,
-0.05547064542770386,
0.074292... | 0.530826 |
with the following command: {{< text bash >}} $ brew install zsh-completions {{< /text >}} Once the `zsh-completions package` has been installed on your macOS system, add the following to your `~/.zshrc` file: {{< text plain >}} if type brew &>/dev/null; then FPATH=$(brew --prefix)/share/zsh-completions:$FPATH autoload... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/istioctl/index.md | master | istio | [
-0.0038032589945942163,
0.01908942684531212,
-0.013425822369754314,
-0.06286921352148056,
0.07353191077709198,
-0.017406174913048744,
0.015398959629237652,
0.013916263356804848,
-0.018573276698589325,
0.0031727859750390053,
0.013493020087480545,
-0.053156301379203796,
-0.007851235568523407,
... | -0.02102 |
This page describes how to troubleshoot issues with Istio deployed to multiple clusters and/or networks. Before reading this, you should take the steps in [Multicluster Installation](/docs/setup/install/multicluster/) and read the [Deployment Models](/docs/ops/deployment/deployment-models/) guide. ## Cross-Cluster Load... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/multicluster/index.md | master | istio | [
0.011176791042089462,
-0.044656142592430115,
0.03537365049123764,
-0.023841004818677902,
-0.05462941154837608,
-0.054130300879478455,
-0.06041533499956131,
0.001712657161988318,
0.03695455566048622,
0.006601438391953707,
-0.04356316104531288,
-0.1794036626815796,
-0.03005400486290455,
-0.0... | 0.349249 |
issues. If it does not, the cause of the problem may lie outside your Istio configuration. ### Locality Load Balancing [Locality load balancing](/docs/tasks/traffic-management/locality-load-balancing/failover/#configure-locality-failover) can be used to make clients prefer that traffic go to the nearest destination. If... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/multicluster/index.md | master | istio | [
0.00899745523929596,
-0.03622860088944435,
0.027171161025762558,
0.04015142098069191,
-0.0405106246471405,
-0.07851283252239227,
0.0009038615971803665,
0.06796152144670486,
-0.013476048596203327,
-0.007597542833536863,
-0.0626736581325531,
-0.13123585283756256,
-0.020442014560103416,
0.075... | 0.484857 |
remote `kubeconfig`. \* If the secret looks correct, check the logs of `istiod` for connectivity or permissions issues reaching the remote Kubernetes API server. Log messages may include `Failed to add remote cluster from secret` along with an error reason. \* If the secret is present and the endpoint is a Pod in the \... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/multicluster/index.md | master | istio | [
0.01267863716930151,
-0.011027765460312366,
0.03615657240152359,
0.02558736503124237,
-0.055786263197660446,
0.037525713443756104,
-0.02977995201945305,
-0.009707029908895493,
0.05957012251019478,
0.10571321845054626,
-0.03451269119977951,
-0.1178855448961258,
-0.03384532779455185,
0.05252... | 0.335457 |
This page describes how to troubleshoot issues with Istio deployed to Virtual Machines. Before reading this, you should take the steps in [Virtual Machine Installation](/docs/setup/install/virtual-machine/). Additionally, [Virtual Machine Architecture](/docs/ops/deployment/vm-architecture/) can help you understand how ... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/virtual-machines/index.md | master | istio | [
0.045775990933179855,
0.016316721215844154,
0.01913968287408352,
0.017461948096752167,
-0.015469277277588844,
-0.0648324266076088,
-0.021104846149683,
0.053476687520742416,
-0.08313526958227158,
0.028477849438786507,
0.025302574038505554,
-0.09929980337619781,
-0.09352869540452957,
-0.0047... | 0.508302 |
2021-01-28T18:07:21Z ROOTCA CA ACTIVE true 81663936513052336343895977765039160718 2031-01-26T17:54:44Z 2021-01-28T17:54:44Z {{< /text >}} Additionally, these are persisted to disk to ensure downtime or restarts do not lose state. {{< text bash >}} $ ls /etc/certs cert-chain.pem key.pem root-cert.pem {{< /text >}} | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/diagnostic-tools/virtual-machines/index.md | master | istio | [
-0.018159372732043266,
0.07925085723400116,
-0.02945510856807232,
0.026166649535298347,
0.06433633714914322,
-0.022932972759008408,
-0.06034058332443237,
0.02397697977721691,
0.057573240250349045,
0.009975571185350418,
0.06154192239046097,
0.03179938346147537,
0.07688452303409576,
0.023128... | 0.006001 |
[Kiali](https://kiali.io/) is an observability console for Istio with service mesh configuration and validation capabilities. It helps you understand the structure and health of your service mesh by monitoring traffic flow to infer the topology and report errors. Kiali provides detailed metrics and a basic [Grafana](/d... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/integrations/kiali/index.md | master | istio | [
-0.0034232742618769407,
-0.010591474361717701,
0.0034348717890679836,
0.00765129504725337,
0.0020529618486762047,
-0.051004525274038315,
-0.004259465262293816,
0.03806290775537491,
-0.006821202579885721,
-0.0049166129902005196,
-0.02601003460586071,
-0.1318599432706833,
0.02204333245754242,
... | 0.543403 |
[Jaeger](https://www.jaegertracing.io/) is an open source end to end distributed tracing system, allowing users to monitor and troubleshoot transactions in complex distributed systems. ## Installation ### Option 1: Quick start Istio provides a basic sample installation to quickly get Jaeger up and running: {{< text bas... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/integrations/jaeger/index.md | master | istio | [
0.0034375987015664577,
-0.022648708894848824,
0.0022099358029663563,
-0.013815979473292828,
-0.01830120198428631,
-0.018579382449388504,
-0.0030423211865127087,
0.05285053700208664,
-0.0025375396944582462,
0.02471814677119255,
0.007526748348027468,
-0.11493240296840668,
-0.004532734863460064... | 0.436536 |
[Grafana](https://grafana.com/) is an open source monitoring solution that can be used to configure dashboards for Istio. You can use Grafana to monitor the health of Istio and of applications within the service mesh. ## Configuration While you can build your own dashboards, Istio offers a set of preconfigured dashboar... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/integrations/grafana/index.md | master | istio | [
-0.06744829565286636,
-0.005838957615196705,
-0.10059723258018494,
0.0017527559539303184,
0.009331168606877327,
-0.06378194689750671,
0.02633288875222206,
0.07435186207294464,
0.030214950442314148,
0.056782063096761703,
-0.05391712859272957,
-0.0677046924829483,
-0.033162180334329605,
0.05... | 0.484695 |
[SPIRE](https://spiffe.io/docs/latest/spire-about/spire-concepts/) is a production-ready implementation of the SPIFFE specification that performs node and workload attestation in order to securely issue cryptographic identities to workloads running in heterogeneous environments. SPIRE can be configured as a source of c... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/integrations/spire/index.md | master | istio | [
-0.10005246102809906,
-0.0036477160174399614,
-0.03401774540543556,
0.0491490513086319,
-0.013647740706801414,
-0.0433877632021904,
0.029468638822436333,
0.00014784441736992449,
0.017016658559441566,
0.010528765618801117,
-0.05432427302002907,
-0.06822709739208221,
-0.002948981476947665,
0... | 0.447171 |
they can request identities. #### Istio Gateway `ClusterSPIFFEID` The following will create a `ClusterSPIFFEID`, which will auto-register any Istio Ingress gateway pod with SPIRE if it is scheduled into the `istio-system` namespace, and has a service account named `istio-ingressgateway-service-account`. These selectors... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/integrations/spire/index.md | master | istio | [
-0.058188751339912415,
-0.02758978307247162,
-0.06405404955148697,
0.06150399148464203,
-0.015604124404489994,
0.04653623327612877,
0.08186576515436172,
0.007639849092811346,
0.006109678186476231,
0.0035906340926885605,
-0.02281828597187996,
-0.11257890611886978,
0.008195973001420498,
-0.0... | 0.331361 |
[native sidecars](/blog/2023/native-sidecars/) in the Istio control plane, you must use `initContainers` in the injection template for sidecars. This is required because native sidecar support changes how sidecars are injected. \*\*NOTE:\*\* The SPIRE injection template for gateways should continue to use regular `cont... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/integrations/spire/index.md | master | istio | [
0.016335252672433853,
0.01897050067782402,
-0.0024465268943458796,
0.020157387480139732,
-0.03943152725696564,
0.007722191512584686,
0.0055005671456456184,
0.053849056363105774,
-0.027191011235117912,
0.03290495648980141,
-0.004968225955963135,
-0.124048613011837,
-0.06531962752342224,
0.0... | 0.469457 |
information: {{< text syntax=bash snip\_id=set\_curl\_pod\_var >}} $ CURL\_POD=$(kubectl get pod -l app=curl -o jsonpath="{.items[0].metadata.name}") {{< /text >}} 1. Retrieve curl's SVID identity document using the istioctl proxy-config secret command: {{< text syntax=bash snip\_id=get\_curl\_svid >}} $ istioctl proxy... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/integrations/spire/index.md | master | istio | [
-0.016366634517908096,
0.1290581226348877,
-0.051294345408678055,
0.0309502761811018,
-0.00916328001767397,
-0.032298147678375244,
0.0027309833094477654,
0.006137280259281397,
0.08848472684621811,
0.010139086283743382,
-0.015731047838926315,
-0.08329153805971146,
-0.008737798780202866,
0.0... | 0.162296 |
[Zipkin](https://zipkin.io/) is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in service architectures. Features include both the collection and lookup of this data. ## Installation ### Option 1: Quick start Istio provides a basic sample installation to quickly get Zi... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/integrations/zipkin/index.md | master | istio | [
-0.011288820765912533,
0.010036165826022625,
-0.012183288112282753,
0.04289300739765167,
-0.016310304403305054,
-0.062381722033023834,
-0.018838783726096153,
0.01524931751191616,
0.021719835698604584,
0.015940777957439423,
-0.03382008895277977,
-0.07469744980335236,
0.0061212508007884026,
... | 0.427859 |
[cert-manager](https://cert-manager.io/) is a tool that automates certificate management. This can be integrated with Istio gateways to manage TLS certificates. ## Configuration Consult the [cert-manager installation documentation](https://cert-manager.io/docs/installation/kubernetes/) to get started. No special change... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/integrations/certmanager/index.md | master | istio | [
-0.0204665157943964,
0.02931090258061886,
0.0160951167345047,
0.05518920719623566,
-0.041940607130527496,
-0.024217354133725166,
-0.00158083310816437,
0.022875694558024406,
0.06841274350881577,
-0.0048140487633645535,
-0.04115089029073715,
-0.146057590842247,
0.027731850743293762,
0.063669... | 0.361236 |
Istio provides both an ingress and service mesh implementation, which can be used together or separately. While these are designed to work together seamlessly, there are times when integrating with a third party ingress is required. This could be for migration purposes, feature requirements, or personal preferences. ##... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/integrations/loadbalancers/index.md | master | istio | [
-0.0845060795545578,
0.003962676040828228,
0.030187426134943962,
0.015824057161808014,
-0.009332187473773956,
-0.04344412311911583,
0.01075062993913889,
0.08137884736061096,
0.01684647798538208,
0.006000184454023838,
0.04819938912987709,
-0.10505762696266174,
0.016552340239286423,
0.030422... | 0.520168 |
[Prometheus](https://prometheus.io/) is an open source monitoring system and time series database. You can use Prometheus with Istio to record metrics that track the health of Istio and of applications within the service mesh. You can visualize metrics using tools like [Grafana](/docs/ops/integrations/grafana/) and [Ki... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/integrations/prometheus/index.md | master | istio | [
-0.024411095306277275,
0.005563891492784023,
-0.0140763558447361,
0.02593706175684929,
-0.0029781449120491743,
-0.07294222712516785,
-0.009531280025839806,
0.014491820707917213,
0.04219532757997513,
0.012404095381498337,
-0.02455536276102066,
-0.09406951814889908,
-0.03965982794761658,
0.0... | 0.402325 |
job can be added to scrape its `http-monitoring` port: {{< text yaml >}} - job\_name: 'istiod' kubernetes\_sd\_configs: - role: endpoints namespaces: names: - istio-system relabel\_configs: - source\_labels: [\_\_meta\_kubernetes\_service\_name, \_\_meta\_kubernetes\_endpoint\_port\_name] action: keep regex: istiod;htt... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/integrations/prometheus/index.md | master | istio | [
-0.019739899784326553,
0.03254462778568268,
-0.010256866924464703,
0.04039827361702919,
0.013682280667126179,
-0.05904774367809296,
0.009986412711441517,
-0.05398815870285034,
-0.003563032718375325,
0.023260872811079025,
0.002560422057285905,
-0.07537443935871124,
-0.06750805675983429,
0.0... | 0.2398 |
[Apache SkyWalking](http://skywalking.apache.org) is an application performance monitoring (APM) system, especially designed for microservices, cloud native and container-based architectures. SkyWalking is a one-stop solution for observability that not only provides distributed tracing ability like Jaeger and Zipkin, m... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/integrations/skywalking/index.md | master | istio | [
0.01873495802283287,
-0.03882923722267151,
-0.008807714097201824,
0.03299391642212868,
0.019756415858864784,
-0.06731458008289337,
0.005261311307549477,
-0.01410133671015501,
-0.01418410986661911,
0.039804842323064804,
-0.037797778844833374,
-0.08922357857227325,
-0.04336896911263466,
-0.0... | 0.403728 |
Before reading this document, be sure to review [Istio's architecture](/docs/ops/deployment/architecture/) and [deployment models](/docs/ops/deployment/deployment-models/). This page builds on those documents to explain how Istio can be extended to support joining virtual machines into the mesh. Istio's virtual machine... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/vm-architecture/index.md | master | istio | [
-0.02263399213552475,
0.045071594417095184,
0.03603239730000496,
-0.006269198376685381,
-0.0338565893471241,
-0.034631796181201935,
0.009508508257567883,
0.027594197541475296,
0.02838166430592537,
0.010115822777152061,
-0.05936021730303764,
-0.07703905552625656,
-0.037224479019641876,
0.00... | 0.621323 |
of a workload, similar to a pod in Kubernetes. When the workload is removed from the mesh, the `WorkloadEntry` resource will be automatically removed. Additionally, if any probes are configured in the `WorkloadGroup` resource, the Istio control plane automatically updates the health status of associated `WorkloadEntry`... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/vm-architecture/index.md | master | istio | [
0.00035995812504552305,
0.0044501894153654575,
0.0038721030578017235,
0.06936755031347275,
-0.005148431286215782,
-0.03697579354047775,
0.0573582798242569,
-0.019347380846738815,
0.08038769662380219,
0.010029918514192104,
-0.03454379737377167,
-0.009373690001666546,
-0.07969594746828079,
0... | 0.529853 |
## Kernel Module Requirements on Cluster Nodes Regardless of the Istio {{< gloss >}}data plane{{< /gloss >}} mode, in Kubernetes contexts Istio generally requires Kubernetes nodes running Linux kernels with support for traffic interception and routing. Istio supports two backends for traffic management: `iptables` (def... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/platform-requirements/index.md | master | istio | [
0.032268133014440536,
-0.023680072277784348,
-0.01774885132908821,
0.010618641041219234,
-0.007250680588185787,
-0.004181257449090481,
0.028188403695821762,
0.06652389466762543,
-0.034094661474227905,
0.019518353044986725,
-0.04794754460453987,
-0.10713246464729309,
-0.08455657958984375,
-... | 0.566567 |
Multicluster deployments with ambient mode enable you to offer truly globally resilient applications at scale with minimal overhead. In addition to its normal functions, the Istio control plane creates watches on all remote clusters to keep an up-to-date listing of what global services each cluster offers. The Istio da... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/ambient-mc-perf/index.md | master | istio | [
0.0017731210682541132,
-0.039154279977083206,
0.028331326320767403,
0.06864060461521149,
0.030345626175403595,
-0.11622056365013123,
-0.013344778679311275,
0.06034691631793976,
0.020368726924061775,
0.0632774606347084,
-0.05053546652197838,
-0.08596326410770416,
0.01919730193912983,
0.0100... | 0.463108 |
Istio provides a great deal of functionality to applications with little or no impact on the application code itself. Many Kubernetes applications can be deployed in an Istio-enabled cluster without any changes at all. However, there are some implications of Istio's sidecar model that may need special consideration whe... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/application-requirements/index.md | master | istio | [
0.015673715621232986,
-0.0012574128340929747,
0.032948847860097885,
-0.0035456805489957333,
-0.04365001991391182,
0.002456158399581909,
0.005125090014189482,
0.06276081502437592,
-0.042356885969638824,
0.025337575003504753,
0.0027351779863238335,
-0.08253692835569382,
-0.034386228770017624,
... | 0.555733 |
| Yes | | 15004 | HTTP | Debug port | Yes | | 15006 | TCP | Envoy inbound | No | | 15008 | HTTP2 | {{< gloss >}}HBONE{{}} mTLS tunnel port | No | | 15020 | HTTP | Merged Prometheus telemetry from Istio agent, Envoy, and application | No | | 15021 | HTTP | Health checks | No | | 15053 | DNS | DNS port, if capture is ena... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/application-requirements/index.md | master | istio | [
-0.06133263558149338,
0.023972896859049797,
-0.04244661331176758,
-0.039069030433893204,
-0.0371176116168499,
-0.09554587304592133,
-0.015241038985550404,
0.014588668942451477,
-0.014088088646531105,
0.027878863736987114,
0.040706753730773926,
-0.06513307988643646,
-0.013949859887361526,
0... | 0.47002 |
Routing](/docs/ops/configuration/traffic-management/traffic-routing) page for more information. | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/application-requirements/index.md | master | istio | [
0.048454221338033676,
-0.05881156772375107,
-0.0746670514345169,
-0.017015371471643448,
-0.07882411777973175,
-0.01573726162314415,
0.001882766606286168,
0.015645762905478477,
-0.08100999146699905,
0.0004991794121451676,
-0.018590886145830154,
0.08855818957090378,
-0.01607421599328518,
-0.... | 0.210785 |
An Istio service mesh is logically split into a \*\*data plane\*\* and a \*\*control plane\*\*. \* The \*\*data plane\*\* is composed of a set of intelligent proxies ([Envoy](https://www.envoyproxy.io/)) deployed as sidecars. These proxies mediate and control all network communication between microservices. They also c... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/architecture/index.md | master | istio | [
-0.04932089522480965,
0.006277922540903091,
-0.007302023936063051,
0.004330435302108526,
-0.04483487457036972,
-0.07569673657417297,
0.05814108997583389,
0.025580069050192833,
0.012834976427257061,
0.06317171454429626,
-0.02566911280155182,
0.0008679087040945888,
-0.041237980127334595,
0.0... | 0.590368 |
Kubernetes has a unique and permissive networking model. In order to configure L2-L4 networking between Pods, [a Kubernetes cluster requires an \_interface\_ Container Network Interface (CNI) plugin](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/). This plugin runs whenever a... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/architecture/cni/index.md | master | istio | [
0.04635874181985855,
-0.027395620942115784,
0.037112243473529816,
0.020310545340180397,
0.002024319488555193,
0.044131290167570114,
-0.037271760404109955,
0.03429586440324783,
0.02426927164196968,
0.04001245275139809,
-0.028720008209347725,
-0.10279685258865356,
-0.03559435158967972,
0.003... | 0.429111 |
Istio makes it easy to create a network of deployed services with rich routing, load balancing, service-to-service authentication, monitoring, and more - all without any changes to the application code. Istio strives to provide these benefits with minimal resource overhead and aims to support very large meshes with hig... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/performance-and-scalability/index.md | master | istio | [
-0.024595940485596657,
0.006875728722661734,
-0.0015345802530646324,
0.05804069712758064,
-0.06123968958854675,
-0.07275906950235367,
0.039168890565633774,
0.04030948132276535,
0.013142818585038185,
0.07102686911821365,
-0.06769750267267227,
-0.031430382281541824,
-0.04196877032518387,
0.0... | 0.591467 |
request does not contribute to the total time taken to complete that request. However, since the worker is busy handling the request, the worker won't start handling the next request immediately. This process adds to the queue wait time of the next request and affects average and tail latencies. The actual tail latency... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/performance-and-scalability/index.md | master | istio | [
-0.05029842630028725,
0.030031681060791016,
0.0515291653573513,
0.09578121453523636,
0.0048779635690152645,
-0.16134494543075562,
0.019960954785346985,
0.0448572039604187,
0.00873459130525589,
-0.04369974881410599,
-0.02764696069061756,
-0.0009513081167824566,
-0.04503944516181946,
-0.0008... | 0.264338 |
When configuring a production deployment of Istio, you need to answer a number of questions. Will the mesh be confined to a single {{< gloss >}}cluster{{< /gloss >}} or distributed across multiple clusters? Will all the services be located in a single fully connected network, or will gateways be required to connect ser... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/deployment-models/index.md | master | istio | [
-0.011535417288541794,
-0.08650387823581696,
-0.014859321527183056,
-0.000008635720405436587,
-0.03270483389496803,
0.004377291072160006,
-0.02658742666244507,
0.006127081345766783,
0.019117332994937897,
0.016942545771598816,
-0.020627541467547417,
-0.05952441692352295,
0.014246545732021332,... | 0.342674 |
a single cluster deployment: - Fault isolation and fail over: `cluster-1` goes down, fail over to `cluster-2`. - Location-aware routing and fail over: Send requests to the nearest service. - Various [control plane models](#control-plane-models): Support different levels of availability. - Team or project isolation: Eac... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/deployment-models/index.md | master | istio | [
0.04027664288878441,
-0.04835290461778641,
0.017358293756842613,
0.0023411691654473543,
0.05515831708908081,
-0.03310108557343483,
-0.09147366136312485,
0.02535017766058445,
0.04417533054947853,
0.025178629904985428,
-0.018116503953933716,
-0.03705858066678047,
0.04599412530660629,
-0.0171... | 0.114043 |
is a Kubernetes Enhancement Proposal (KEP) that defines an API for exporting services to multiple clusters. This effectively pushes the responsibility of service visibility and DNS resolution for the entire `clusterset` onto Kubernetes. There is also work in progress to build layers of `MCS` support into Istio, which w... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/deployment-models/index.md | master | istio | [
-0.053060080856084824,
-0.031137801706790924,
0.054439473897218704,
0.03499389812350273,
-0.002654029754921794,
0.008296065963804722,
-0.003816506825387478,
0.031278278678655624,
0.06148109585046768,
0.015293567441403866,
-0.0717439353466034,
-0.06881173700094223,
-0.01740291342139244,
-0.... | 0.562132 |
case, you can run your mesh with a control plane on a single cluster. {{< image width="50%" link="single-cluster.svg" alt="A single cluster with a control plane" title="Single control plane" caption="A single cluster with a control plane" >}} A cluster like this one, with its own local control plane, is referred to as ... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/deployment-models/index.md | master | istio | [
0.012875979766249657,
-0.06897945702075958,
-0.02233082801103592,
0.053622860461473465,
0.025508839637041092,
0.010861869901418686,
-0.03878449648618698,
-0.0252083633095026,
0.09569843113422394,
0.06752543151378632,
-0.004947383422404528,
-0.03335200250148773,
0.018296202644705772,
0.0020... | 0.044702 |
will fail the DNS lookup. The following list ranks control plane deployment examples by availability: - One cluster per region (\*\*lowest availability\*\*) - Multiple clusters per region - One cluster per zone - Multiple clusters per zone - Each cluster (\*\*highest availability\*\*) ### Endpoint discovery with multip... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/deployment-models/index.md | master | istio | [
-0.06432120501995087,
-0.040230851620435715,
-0.021391229704022408,
0.007826085202395916,
-0.03569003939628601,
-0.020443905144929886,
-0.055247023701667786,
-0.0008383085369132459,
0.01377352699637413,
0.05518325790762901,
-0.08036693930625916,
-0.0996677577495575,
0.002049171132966876,
0... | 0.374293 |
a trust bundle to a mesh, you can configure local policies for those identities. {{< image width="50%" link="multi-trust.svg" alt="Multiple service meshes with different certificate authorities" title="Trust between meshes" caption="Multiple service meshes with different certificate authorities" >}} ## Mesh models Isti... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/deployment-models/index.md | master | istio | [
-0.10573797672986984,
-0.01130219828337431,
-0.007929284125566483,
-0.007060850039124489,
-0.017549684271216393,
-0.045889224857091904,
0.08684752881526947,
0.018456146121025085,
0.011061142198741436,
0.007796985562890768,
-0.007474233396351337,
-0.12247005850076675,
0.06704484671354294,
0... | 0.410973 |
for service discovery and load balancing. {{< image width="50%" link="cluster-ns.svg" alt="A service mesh with two clusters with the same namespace" title="Multicluster namespaces" caption="A service mesh with clusters with the same namespace" >}} ### Cluster tenancy Istio supports using clusters as a unit of tenancy. ... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/deployment-models/index.md | master | istio | [
-0.0012820872943848372,
-0.04728645086288452,
-0.040549684315919876,
0.02433048002421856,
-0.036266665905714035,
-0.0688963234424591,
-0.02294028364121914,
0.016803354024887085,
0.0034060401376336813,
0.04413176700472832,
-0.04885276034474373,
-0.09320921450853348,
0.039365384727716446,
0.... | 0.325014 |
This document aims to describe the security posture of Istio's various components, and how possible attacks can impact the system. ## Components Istio comes with a variety of optional components that will be covered here. For a high level overview, see [Istio Architecture](/docs/ops/deployment/architecture/). Note that... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/security-model/index.md | master | istio | [
-0.0716262236237526,
0.032177504152059555,
0.0240795835852623,
0.02019483596086502,
-0.02306872233748436,
-0.03093860298395157,
0.06070299819111824,
0.04752998426556587,
0.057920001447200775,
-0.0005023822304792702,
-0.04354510083794594,
-0.07057994604110718,
0.059724532067775726,
-0.00533... | 0.606808 |
enforced before forwarding the traffic to the workload. However, Istio does not currently guarantee that \_outgoing\_ traffic is redirect to the proxy. See [traffic capture limitations](/docs/ops/best-practices/security/#understand-traffic-capture-limitations). As such, care must be taken to follow the [securing egress... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/security-model/index.md | master | istio | [
-0.050002571195364,
0.02808697521686554,
0.03696321323513985,
0.016551705077290535,
-0.07956882566213608,
-0.05193237587809563,
0.07975468784570694,
0.025173164904117584,
0.0367988646030426,
0.0013156287604942918,
-0.06606122851371765,
-0.08097166568040848,
-0.02076212875545025,
0.05572734... | 0.566298 |
{{< tabset category-name="dataplane" >}} {{< tab name="Sidecar mode" category-value="sidecar" >}} In the sidecar model, the proxy is co-located with the pod, and runs within the same trust boundary. A compromised application can tamper with the proxy through the admin API or other surfaces, including exfiltration of pr... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/security-model/index.md | master | istio | [
-0.020048705860972404,
0.056901250034570694,
0.002624954329803586,
0.027902092784643173,
-0.028017807751893997,
-0.04891752079129219,
0.12087450921535492,
0.006084946449846029,
-0.024806804955005646,
0.025689605623483658,
0.018832482397556305,
-0.01947290077805519,
-0.012030729092657566,
0... | 0.352838 |
However, the attack does have complete control over any workloads running on that node. For instance, it can compromise any co-located [waypoints](#proxy-compromise---waypoint), the local [ztunnel](#proxy-compromise---ztunnel), any [sidecars](#proxy-compromise---sidecars), any co-located [Istiod instances](#istiod-comp... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/deployment/security-model/index.md | master | istio | [
0.013691726140677929,
0.08713757991790771,
0.015183813869953156,
0.03902643918991089,
-0.014377661049365997,
-0.009946690872311592,
0.031946565955877304,
0.04072943702340126,
0.06735856086015701,
0.05601603537797928,
-0.05621552839875221,
-0.055487629026174545,
-0.009084129706025124,
0.020... | 0.533593 |
## Requests are rejected by Envoy Requests may be rejected for various reasons. The best way to understand why requests are being rejected is by inspecting Envoy's access logs. By default, access logs are output to the standard output of the container. Run the following command to see the log: {{< text bash >}} $ kubec... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/common-problems/network-issues/index.md | master | istio | [
0.05416756868362427,
0.043181754648685455,
0.06769732385873795,
0.043007414788007736,
-0.03634824976325035,
-0.07377804815769196,
-0.013167854398488998,
-0.06054835021495819,
0.06336915493011475,
0.07128121703863144,
-0.07286039739847183,
-0.0642649382352829,
-0.03397933393716812,
0.031296... | 0.207023 |
traffic for the helloworld service to a particular subset: {{< text yaml >}} apiVersion: networking.istio.io/v1 kind: VirtualService metadata: name: helloworld spec: hosts: - helloworld.default.svc.cluster.local http: - route: - destination: host: helloworld.default.svc.cluster.local subset: v1 {{< /text >}} In this si... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/common-problems/network-issues/index.md | master | istio | [
-0.00013420665345620364,
0.02704036235809326,
-0.015861913561820984,
0.03854125738143921,
-0.028999123722314835,
-0.0739637017250061,
0.04085875302553177,
-0.01019903551787138,
0.03197124972939491,
0.06568608433008194,
-0.032960813492536545,
-0.05876575782895088,
-0.04319162666797638,
0.00... | 0.280996 |
{{< /text >}} The port name `http-web` in the Service definition explicitly specifies the http protocol for that port. Let us assume we have a [curl]({{< github\_tree >}}/samples/curl) pod `Deployment` as well in the default namespace. When `nginx` is accessed from this `curl` pod using its Pod IP (this is one of the c... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/common-problems/network-issues/index.md | master | istio | [
-0.0005786952679045498,
0.04949946328997612,
0.004466439131647348,
-0.04558819904923439,
-0.07548276335000992,
-0.038066890090703964,
-0.05403909087181091,
-0.035487715154886246,
0.016174713149666786,
0.059413012117147446,
0.007390900980681181,
-0.020528441295027733,
-0.038344644010066986,
... | 0.044867 |
hosts: - httpbin.org ports: - number: 443 name: http protocol: HTTP resolution: DNS {{< /text >}} Although the above configuration may be correct if you are intentionally sending plaintext on port 443 (e.g., `curl http://httpbin.org:443`), generally port 443 is dedicated for HTTPS traffic. Sending an HTTPS request like... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/common-problems/network-issues/index.md | master | istio | [
-0.015008583664894104,
0.05259982869029045,
-0.007198668085038662,
-0.04573814943432808,
-0.07091884315013885,
-0.09544165432453156,
-0.059893738478422165,
-0.11107193678617477,
0.09793055057525635,
0.04676403850317001,
0.0031086234375834465,
0.024097738787531853,
-0.003815979231148958,
0.... | -0.097487 |
plaintext requests to the sidecar, which will then originate the TLS. The following `DestinationRule` originates TLS for requests to the `httpbin.org` service, but the corresponding `ServiceEntry` defines the protocol as HTTPS on port 443. {{< text yaml >}} apiVersion: networking.istio.io/v1 kind: ServiceEntry metadata... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/common-problems/network-issues/index.md | master | istio | [
-0.04461107775568962,
0.08266647905111313,
0.012836657464504242,
0.00719668623059988,
-0.04987816885113716,
-0.09765693545341492,
-0.0006154965376481414,
-0.00710515771061182,
0.046135157346725464,
-0.02125164493918419,
0.033361054956912994,
-0.05740426108241081,
-0.0344531387090683,
0.047... | 0.245616 |
`\*.example.com` in the SNI: {{< text yaml >}} servers: - port: number: 443 name: https protocol: HTTPS hosts: - "\*.example.com" {{< /text >}} This may cause certain requests to fail. For example, if you do not have DNS set up and are instead directly setting the host header, such as `curl 1.2.3.4 -H "Host: app.exampl... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/common-problems/network-issues/index.md | master | istio | [
-0.030234182253479958,
0.05605247616767883,
0.013894900679588318,
-0.006780094467103481,
-0.05518261343240738,
-0.10588761419057846,
-0.01599649339914322,
-0.05531609430909157,
0.07039390504360199,
0.04447660967707634,
-0.04875652864575386,
-0.07402030378580093,
0.03343327343463898,
0.0255... | 0.211625 |
resulting in a 50% failure rate. To work around this issue, you may remove the fault config from your `VirtualService` and inject the fault to the upstream Envoy proxy using `EnvoyFilter` instead: {{< text yaml >}} apiVersion: networking.istio.io/v1alpha3 kind: EnvoyFilter metadata: name: hello-world-filter spec: workl... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/common-problems/network-issues/index.md | master | istio | [
0.0005654562846757472,
0.02832154557108879,
0.04706927761435509,
0.014640972949564457,
-0.029943296685814857,
-0.0671372264623642,
0.014466813765466213,
-0.036336228251457214,
-0.03632594272494316,
0.026597362011671066,
-0.0237761028110981,
-0.07673294842243195,
-0.02218526229262352,
0.035... | 0.157605 |
## The result of sidecar injection was not what I expected This includes an injected sidecar when it wasn't expected and a lack of injected sidecar when it was. 1. Ensure your pod is not in the `kube-system` or `kube-public` namespace. Automatic sidecar injection will be ignored for pods in these namespaces. 1. Ensure ... | https://github.com/istio/istio.io/blob/master//content/en/docs/ops/common-problems/injection/index.md | master | istio | [
0.05546949803829193,
0.044693417847156525,
0.05353901907801628,
0.04354333505034447,
-0.028184503316879272,
-0.050653986632823944,
-0.040710996836423874,
-0.025361860170960426,
-0.07067525386810303,
0.07499536871910095,
0.008820072747766972,
-0.08133545517921448,
-0.024800226092338562,
-0.... | 0.109232 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.