content
large_stringlengths
3
20.5k
url
large_stringlengths
53
192
branch
large_stringclasses
4 values
source
large_stringclasses
51 values
embeddings
listlengths
384
384
score
float64
-0.21
0.65
manifest generate`, please note the following caveats: 1. Manually create the Istio namespace (`istio-system` by default). 1. Istio validation will not be enabled by default. Unlike `istioctl install`, the `manifest generate` command will not create the `istiod-default-validator` validating webhook configuration unless...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/istioctl/index.md
master
istio
[ -0.02305569313466549, 0.014906482771039009, 0.008580791763961315, -0.04020282253623009, -0.010334938764572144, -0.03275610879063606, 0.033461958169937134, 0.023173687979578972, 0.03174256905913353, -0.004440599121153355, -0.027821999043226242, -0.20740926265716553, -0.0017576063983142376, ...
0.426092
This document covers any platform- or environment-specific prerequisites for installing Istio in ambient mode. ## Platform Certain Kubernetes environments require you to set various Istio configuration options to support them. ### Google Kubernetes Engine (GKE) #### Namespace restrictions On GKE, any pods with the [sys...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/platform-prerequisites/index.md
master
istio
[ -0.04677853360772133, 0.0003738105879165232, 0.05388161167502403, 0.021505914628505707, 0.006160800810903311, -0.06299109756946564, 0.035367853939533234, 0.04867202416062355, -0.013474682345986366, 0.01990671642124653, -0.051610007882118225, -0.15591906011104584, 0.008027954958379269, 0.00...
0.44924
overrides. 1. Create a cluster with Traefik disabled so it doesn't conflict with Istio's ingress gateways: {{< text bash >}} $ k3d cluster create --api-port 6550 -p '9080:80@loadbalancer' -p '9443:443@loadbalancer' --agents 2 --k3s-arg '--disable=traefik@server:\*' {{< /text >}} 1. Set `global.platform=k3d` when instal...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/platform-prerequisites/index.md
master
istio
[ -0.02295828051865101, 0.023781027644872665, -0.05819951742887497, 0.00446189334616065, -0.0396769754588604, -0.049003127962350845, 0.019273053854703903, 0.026341505348682404, -0.0025017149746418, 0.015223391354084015, -0.011586201377213001, -0.16663053631782532, -0.032056648284196854, 0.01...
0.46662
probes, as it ensures that probe traffic is routed through the host and applied to the host’s routing table, which is necessary for the probes to function correctly. To configure the gateway mode at runtime, follow the steps described [here](https://docs.redhat.com/en/documentation/openshift\_container\_platform/4.19/h...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/platform-prerequisites/index.md
master
istio
[ 0.10592205077409744, 0.019106678664684296, 0.005935959052294493, 0.04737234115600586, 0.01573183573782444, -0.027237901464104652, -0.013804037123918533, 0.010844867676496506, 0.02407924272119999, 0.030834093689918518, -0.049240145832300186, -0.08634617924690247, -0.07044332474470139, -0.00...
0.193332
Follow this guide to install an Istio {{< gloss "ambient" >}}ambient service mesh{{< /gloss >}} that spans multiple {{< gloss "cluster" >}}clusters{{< /gloss >}}. ## Current Status and Limitations {{< warning >}} While Ambient \*\*multi-network multicluster\*\* has reached beta status and considered production ready, t...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/multicluster/_index.md
master
istio
[ -0.022920168936252594, -0.04196951165795326, 0.03933612257242203, 0.005144499707967043, 0.032650161534547806, -0.06193677335977554, -0.002930948045104742, 0.017870625481009483, -0.026787174865603447, 0.003939966205507517, -0.012311208061873913, -0.1692190021276474, 0.023128174245357513, 0....
0.349824
Follow this guide to verify that your ambient multicluster Istio installation is working properly. Before proceeding, be sure to complete the steps under [before you begin](/docs/ambient/install/multicluster/before-you-begin) as well as choosing and following one of the [multicluster installation guides](/docs/ambient/...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/multicluster/verify/index.md
master
istio
[ -0.0026811084244400263, -0.0018150972900912166, 0.033216554671525955, -0.009947499260306358, 0.0015624226070940495, -0.10141149163246155, -0.05243721976876259, 0.0009684783290140331, 0.025991423055529594, 0.02511853538453579, 0.008660711348056793, -0.1833215057849884, -0.01673586666584015, ...
0.381438
application to `cluster2`: {{< text bash >}} $ kubectl apply --context="${CTX\_CLUSTER2}" \ -f @samples/helloworld/helloworld.yaml@ \ -l version=v2 -n sample {{< /text >}} Confirm the status the `helloworld-v2` pod status: {{< text bash >}} $ kubectl get pod --context="${CTX\_CLUSTER2}" -n sample -l app=helloworld NAME...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/multicluster/verify/index.md
master
istio
[ 0.0452386811375618, 0.03561645746231079, -0.03054782934486866, -0.013522793538868427, 0.018550362437963486, -0.035320404917001724, 0.056474123150110245, -0.012057171203196049, 0.0640137568116188, 0.001804206520318985, 0.040048591792583466, -0.11915725469589233, 0.007984413765370846, -0.024...
0.210775
{{< tip >}} This guide requires installation of the Gateway API CRDs. {{< boilerplate gateway-api-install-crds >}} {{< /tip >}} Follow this guide to install the Istio control plane on both `cluster1` and `cluster2`, making each a {{< gloss >}}primary cluster{{< /gloss >}} (this is currently the only supported configura...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/multicluster/multi-primary_multi-network/index.md
master
istio
[ 0.0057291146367788315, -0.06890152394771576, 0.018100332468748093, 0.03767774999141693, -0.01505423616617918, -0.06043966859579086, -0.031055035069584846, 0.03501417487859726, 0.015983199700713158, 0.010457503609359264, -0.03598255664110184, -0.14076781272888184, -0.01313850749284029, -0.0...
0.32504
using the following Gateway definition: {{< text bash >}} $ cat < cluster1-ewgateway.yaml kind: Gateway apiVersion: gateway.networking.k8s.io/v1 metadata: name: istio-eastwestgateway namespace: istio-system labels: topology.istio.io/network: "network1" spec: gatewayClassName: istio-east-west listeners: - name: mesh por...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/multicluster/multi-primary_multi-network/index.md
master
istio
[ 0.023783590644598007, 0.026045219972729683, -0.005734343081712723, 0.022222336381673813, -0.05081180855631828, -0.010009375400841236, -0.0037315217778086662, 0.007056110538542271, 0.06766144931316376, 0.008557525463402271, -0.034857627004384995, -0.11976633965969086, -0.04516002908349037, ...
0.433
you are running a revisioned instance of istiod and you don't have a default revision or tag set, you may need to add the `istio.io/rev` label to this `Gateway` manifest. {{< /warning >}} Apply the configuration to `cluster2`: {{< text bash >}} $ kubectl apply --context="${CTX\_CLUSTER2}" -f cluster2-ewgateway.yaml {{<...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/multicluster/multi-primary_multi-network/index.md
master
istio
[ 0.03541950508952141, -0.013497228734195232, -0.012799613177776337, 0.008947973139584064, -0.03759574517607689, -0.010846203193068504, -0.00901706237345934, 0.023743724450469017, 0.05711973085999489, 0.0372815802693367, -0.01498667523264885, -0.15213744342327118, -0.04812506586313248, -0.00...
0.402095
Before you begin a multicluster installation, review the [deployment models guide](/docs/ops/deployment/deployment-models) which describes the foundational concepts used throughout this guide. In addition, review the requirements and perform the initial steps below. ## Requirements ### Cluster This guide requires that ...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/multicluster/before-you-begin/index.md
master
istio
[ -0.017438575625419617, -0.021431680768728256, 0.04707767069339752, -0.04769263043999672, -0.042728543281555176, -0.04872786998748779, -0.10000336170196533, 0.016685761511325836, 0.046672720462083817, 0.036138053983449936, -0.06771938502788544, -0.12382695078849792, 0.021391555666923523, -0...
0.245478
Follow this guide to deploy multicluster-aware Kiali in multi-network ambient deployment to view how the traffic flows between the clusters. Before proceeding, be sure to complete the steps under [before you begin](/docs/ambient/install/multicluster/before-you-begin), [multicluster installation guides](/docs/ambient/in...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/multicluster/observability/index.md
master
istio
[ 0.014143746346235275, 0.0016846272628754377, 0.030778793618083, -0.020106665790081024, -0.010279975831508636, -0.1162705197930336, -0.0323629155755043, 0.0025135278701782227, 0.006477266550064087, -0.009281279519200325, -0.02557620033621788, -0.1564750075340271, 0.05721105635166168, 0.0104...
0.274873
$ kubectl exec --context="${CTX\_CLUSTER1}" -n sample -c curl \ "$(kubectl get pod --context="${CTX\_CLUSTER1}" -n sample -l \ app=curl -o jsonpath='{.items[0].metadata.name}')" \ -- curl -sS helloworld.sample:5000/hello {{< /text >}} {{< text plain >}} Hello version: v2, instance: helloworld-v2-758dd55874-6x4t8 Hello ...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/multicluster/observability/index.md
master
istio
[ 0.03614329919219017, 0.05537378787994385, -0.011735828593373299, 0.019938314333558083, -0.03093780018389225, -0.06392139941453934, 0.016844864934682846, -0.016918301582336426, 0.1064833477139473, -0.0230390764772892, 0.007372847758233547, -0.17210178077220917, -0.0065338811837136745, -0.04...
0.153677
## Cleanup Kiali and Prometheus To delete Kiali, start by deleting Kiali custom resource: {{< text bash >}} $ kubectl --context="${CTX\_CLUSTER1}" delete kiali kiali -n kiali $ kubectl --context="${CTX\_CLUSTER2}" delete kiali kiali -n kiali {{< /text >}} Kiali Operator will stop Kiali server once the custom resource i...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/multicluster/observability/index.md
master
istio
[ 0.02224920317530632, 0.07377350330352783, -0.007999205030500889, -0.013768840581178665, -0.02789584919810295, -0.016432058066129684, 0.03636963665485382, -0.11158090084791183, 0.08571629971265793, -0.021431200206279755, 0.023939337581396103, -0.09113792330026627, 0.039843421429395676, -0.0...
0.204693
Follow this guide to customize failover behavior in your ambient multicluster Istio installation using waypoint proxies. Before proceeding, be sure to complete ambient multicluster Istio installation following one of the [multicluster installation guides](/docs/ambient/install/multicluster) and verify that the installa...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/multicluster/failover/index.md
master
istio
[ -0.018385199829936028, -0.012790676206350327, 0.039922669529914856, 0.021432489156723022, -0.020446686074137688, -0.08305772393941879, 0.0248921699821949, 0.01645767316222191, -0.05078272521495819, 0.014505621045827866, -0.023003961890935898, -0.13576583564281464, 0.04050223156809807, 0.04...
0.354687
/text >}} Now, if you repeat this request several times and verify that the `HelloWorld` version should always be `v1` because the traffic stays in `cluster1`: {{< text plain >}} Hello version: v1, instance: helloworld-v1-954745fd-z6qcn Hello version: v1, instance: helloworld-v1-954745fd-z6qcn ... {{< /text >}} Similar...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/multicluster/failover/index.md
master
istio
[ 0.025505714118480682, 0.025790417566895485, 0.0053566754795610905, -0.00028081887285225093, -0.045100994408130646, -0.06577320396900177, -0.01553389523178339, -0.045754022896289825, 0.09390338510274887, -0.012527558021247387, -0.00045749821583740413, -0.10997901111841202, -0.0170279685407876...
0.136579
{{< tip >}} Follow this guide to install and configure an Istio mesh with support for ambient mode. If you are new to Istio, and just want to try it out, follow the [quick start instructions](/docs/ambient/getting-started) instead. {{< /tip >}} We encourage the use of Helm to install Istio for production use in ambient...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/helm/index.md
master
istio
[ -0.01665663905441761, 0.04861980304121971, 0.035322077572345734, 0.04872503876686096, 0.0577685721218586, -0.08625940978527069, 0.01790827326476574, 0.0864405706524849, -0.05648737773299217, 0.030870012938976288, 0.0221504345536232, -0.10642086714506149, -0.01325452420860529, 0.01458338834...
0.382302
parameter to avoid the infinite wait. See [Installing Gateways](/docs/setup/additional-setup/gateway/) for in-depth documentation on gateway installation. ## Configuration To view supported configuration options and documentation, run: {{< text syntax=bash >}} $ helm show values istio/istiod {{< /text >}} ## Verify the...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/helm/index.md
master
istio
[ 0.017887715250253677, -0.005452281795442104, -0.009191358461976051, -0.01892954297363758, 0.033809930086135864, -0.018256472423672676, -0.0634770393371582, 0.041991766542196274, 0.013932188972830772, 0.024796249344944954, 0.0029522133991122246, -0.10170966386795044, -0.04270860180258751, -...
0.414522
{{< text syntax=bash snip\_id=none >}} $ helm template istiod istio/istiod -n istio-system --kube-version {Kubernetes version of target cluster} > istiod.yaml {{< /text >}} The generated manifest can be used to inspect what exactly is installed as well as to track changes to the manifest over time. {{< tip >}} Any addi...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/helm/index.md
master
istio
[ 0.05921877175569534, 0.07327737659215927, 0.04824455454945564, -0.02173301950097084, 0.060484085232019424, 0.05943544954061508, 0.00854562409222126, 0.05055151507258415, 0.04227092117071152, 0.004925654735416174, -0.041718609631061554, -0.11393195390701294, -0.05193105712532997, -0.0062866...
0.403418
{{< tip >}} Follow this guide to install and configure an Istio mesh with support for ambient mode. If you are new to Istio, and just want to try it out, follow the [quick start instructions](/docs/ambient/getting-started) instead. {{< /tip >}} We encourage the use of Helm to install Istio for production use in ambient...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/helm/all-in-one/index.md
master
istio
[ -0.020414818078279495, 0.04820117726922035, 0.040704481303691864, 0.0537075512111187, 0.05840558558702469, -0.08991720527410507, 0.025560714304447174, 0.0859416052699089, -0.051304709166288376, 0.0256042517721653, 0.02452911250293255, -0.10214509814977646, -0.011702402494847775, 0.01186158...
0.380227
1 2024-04-17 22:14:45.964722028 +0000 UTC deployed ambient-{{< istio\_full\_version >}} {{< istio\_full\_version >}} {{< /text >}} You can check the status of the deployed pods with: {{< text syntax=bash snip\_id=check\_pods >}} $ kubectl get pods -n istio-system NAME READY STATUS RESTARTS AGE istio-cni-node-g97z5 1/1 ...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/install/helm/all-in-one/index.md
master
istio
[ 0.026354514062404633, 0.036233965307474136, 0.076410211622715, 0.0019056529272347689, 0.06736546754837036, -0.07006954401731491, 0.0034427596256136894, 0.053515806794166565, 0.013482770882546902, 0.04695332422852516, -0.0017960432451218367, -0.1696155071258545, -0.02523823454976082, -0.008...
0.425848
This guide describes some options for monitoring the ztunnel proxy configuration and datapath. This information can also help with some high level troubleshooting and in identifying information that would be useful to collect and provide in a bug report if there are any problems. ## Viewing ztunnel proxy state The ztun...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/troubleshoot-ztunnel/index.md
master
istio
[ -0.052977968007326126, -0.0025780850555747747, 0.002380435122177005, 0.07712426781654358, -0.028403200209140778, -0.08019252121448517, 0.05304897204041481, -0.0019435032736510038, -0.02460630051791668, 0.018519239500164986, -0.06816732883453369, 0.015928685665130615, -0.006548975128680468, ...
0.192399
in the example). {{< text bash >}} $ export ISTIOD=$(kubectl get pods -n istio-system -l app=istiod -o=jsonpath='{.items[0].metadata.name}') $ kubectl debug -it $ISTIOD -n istio-system --image=curlimages/curl -- curl localhost:15014/debug/config\_dump?proxyID="$ZTUNNEL".istio-system {{< /text >}} ## Verifying ztunnel t...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/troubleshoot-ztunnel/index.md
master
istio
[ 0.022748364135622978, 0.06671378761529922, 0.008029226213693619, 0.012041343376040459, -0.021145667880773544, -0.08798573166131973, 0.010510727763175964, 0.028386743739247322, 0.08615104109048843, 0.06486620008945465, -0.02938755229115486, -0.1213957667350769, -0.023965349420905113, -0.013...
0.370804
/text >}} This is a round robin load balancing algorithm and is separate from and independent of any load balancing algorithm that may be configured within a `VirtualService`'s `TrafficPolicy` field, since as discussed previously, all aspects of `VirtualService` API objects are instantiated on the Waypoint proxies and ...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/troubleshoot-ztunnel/index.md
master
istio
[ -0.07866034656763077, 0.03839678689837456, -0.03369413688778877, 0.03695160895586014, -0.0351824052631855, -0.1762961447238922, 0.05231161043047905, 0.008531724102795124, -0.013391885906457901, 0.004218310583382845, -0.07531586289405823, -0.04709962382912636, 0.029757216572761536, 0.023065...
0.323442
{{< boilerplate alpha >}} Istio provides the ability to extend waypoint proxies using [WebAssembly (Wasm)](/docs/concepts/extensibility/#webassembly-filters) modules via the [`TrafficExtension`](/docs/reference/config/proxy\_extensions/traffic\_extension/) API. In ambient mode, `TrafficExtension` resources must be atta...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/extend-waypoint-wasm/index.md
master
istio
[ -0.027861159294843674, -0.016265414655208588, -0.001411739969626069, 0.021292487159371376, -0.044393427670001984, -0.06537264585494995, 0.017893891781568527, 0.030638985335826874, -0.039385609328746796, 0.02526046708226204, -0.02425907924771309, -0.14328350126743317, -0.016797851771116257, ...
0.425539
/text >}} ### Verify the traffic via the waypoint proxy 1. Test internal `/productpage` without credentials: {{< text syntax=bash snip\_id=test\_waypoint\_productpage\_without\_credentials >}} $ kubectl exec deploy/curl -- curl -s -w "%{http\_code}" -o /dev/null http://productpage:9080/productpage 401 {{< /text >}} 1. ...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/extend-waypoint-wasm/index.md
master
istio
[ -0.0150009635835886, 0.03636874258518219, -0.048098161816596985, -0.09233009815216064, -0.08058168739080429, -0.005559869576245546, 0.029669994488358498, -0.04313748702406883, 0.08386633545160294, 0.012957298196852207, 0.0009819789556786418, -0.08033856749534607, 0.027809275314211845, -0.0...
0.065175
Once you have added applications to an ambient mesh, you can easily validate mTLS is enabled among your workloads using one or more of the methods below: ## Validate mTLS using workload's ztunnel configurations Using the convenient `istioctl ztunnel-config workloads` command, you can view if your workload is configured...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/verify-mtls-enabled/index.md
master
istio
[ -0.04370778799057007, 0.022610904648900032, 0.02768855169415474, 0.011009206995368004, 0.015643451362848282, -0.0856209397315979, -0.03695927932858467, -0.021592574194073677, 0.029367167502641678, -0.011454857885837555, -0.0915144681930542, -0.0362422876060009, 0.07033756375312805, 0.05816...
0.130489
$ POD=$(kubectl get pods -l app=details -o jsonpath="{.items[0].metadata.name}") $ kubectl debug $POD -i --image=nicolaka/netshoot -- tcpdump -nAi eth0 port 9080 or port 15008 {{< /text >}}
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/verify-mtls-enabled/index.md
master
istio
[ 0.10379556566476822, 0.10652709007263184, 0.023343751206994057, 0.012678030878305435, 0.01969258487224579, -0.03803471103310585, 0.016132934018969536, -0.0229013841599226, 0.07049155980348587, 0.01908061094582081, 0.009978226386010647, -0.13528260588645935, -0.05778627097606659, -0.0325391...
0.174404
In most cases, a cluster administrator will deploy the Istio mesh infrastructure. Once Istio is successfully deployed with support for the ambient {{< gloss >}}data plane{{< /gloss >}} mode, it will be transparently available to applications deployed by all users in namespaces that have been configured to use it. ## En...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/add-workloads/index.md
master
istio
[ 0.006101634819060564, 0.000962008023634553, 0.056091077625751495, 0.052423350512981415, 0.03694998472929001, -0.031089957803487778, 0.08006181567907333, 0.000012325128409429453, -0.026609735563397408, 0.032426245510578156, 0.02971937693655491, -0.061118513345718384, -0.030624110251665115, ...
0.420836
the `istio.io/ingress-use-waypoint` label as described in [Ingress gateways and waypoints](/docs/ambient/usage/waypoint/#ingress-and-waypoints). ## Pod selection logic for ambient and sidecar modes Istio's two data plane modes, sidecar and ambient, can co-exist in the same cluster. It is important to ensure that the sa...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/add-workloads/index.md
master
istio
[ -0.004680824000388384, -0.0370866097509861, 0.006652616895735264, 0.06992387026548386, 0.039230603724718094, -0.04575902596116066, 0.06584163010120392, 0.006185496225953102, 0.015456839464604855, -0.03539217635989189, 0.04017390310764313, -0.09089602530002594, -0.0015901104779914021, -0.01...
0.401734
The `networking.istio.io/traffic-distribution` annotation controls how {{< gloss >}}ztunnel{{< /gloss >}} distributes traffic across available endpoints. This is useful for keeping traffic local to reduce latency and cross-zone costs. ## Supported values | Value | Behavior | | --- | --- | | `PreferSameZone` | Prioritiz...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/traffic-distribution/index.md
master
istio
[ 0.005222732666879892, 0.04192561283707619, 0.061538077890872955, -0.01163701992481947, -0.03972632437944412, 0.0019362312741577625, 0.06321635842323303, -0.0009360680123791099, 0.05555308982729912, 0.03741622343659401, -0.09441614151000977, -0.05427524074912071, -0.008194773457944393, -0.0...
0.253421
{{< boilerplate alpha >}} Istio provides the ability to extend waypoint proxies using inline [Lua](https://www.lua.org/) scripts via the [`TrafficExtension`](/docs/reference/config/proxy\_extensions/traffic\_extension/) API. In ambient mode, `TrafficExtension` resources must be attached to a waypoint proxy using `targe...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/extend-waypoint-lua/index.md
master
istio
[ -0.024791443720459938, -0.021544964984059334, -0.0023735291324555874, 0.018406711518764496, -0.05220479145646095, -0.06859873980283737, 0.00004947211709804833, 0.022185366600751877, 0.0173385888338089, 0.022204870358109474, -0.024177517741918564, -0.1360638588666916, -0.031259436160326004, ...
0.401082
By adding a waypoint proxy to your traffic flow you can enable more of [Istio's features](/docs/concepts). Waypoints are configured using the {{< gloss "gateway api" >}}Kubernetes Gateway API{{< /gloss >}}. {{< warning >}} Usage of VirtualService with the ambient data plane mode is considered Alpha. Mixing with Gateway...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/l7-features/index.md
master
istio
[ 0.001582500641234219, 0.008280642330646515, 0.03963632881641388, 0.010851697064936161, -0.05026481673121452, -0.0008049283642321825, 0.07410115748643875, -0.015673790127038956, 0.02678189054131508, 0.04814368486404419, -0.09137231856584549, -0.08410357683897018, -0.05972069501876831, 0.055...
0.414332
scripts](/docs/ambient/usage/extend-waypoint-lua/). † [Read more on how to extend waypoints with WebAssembly plugins](/docs/ambient/usage/extend-waypoint-wasm/). Extension configurations are considered policy by the Gateway API definition. ## Scoping routes or policies A route or policy can be scoped to apply to all tr...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/l7-features/index.md
master
istio
[ -0.03329404816031456, -0.006713086739182472, -0.021726524457335472, 0.04115115478634834, 0.02679000236093998, -0.051080163568258286, 0.07373051345348358, 0.054743558168411255, -0.06893355399370193, 0.005398374982178211, 0.03745774179697037, 0.02047634683549404, -0.020460905507206917, 0.056...
0.254309
The Layer 4 (L4) features of Istio's [security policies](/docs/concepts/security) are supported by {{< gloss >}}ztunnel{{< /gloss >}}, and are available in {{< gloss "ambient" >}}ambient mode{{< /gloss >}}. [Kubernetes Network Policies](https://kubernetes.io/docs/concepts/services-networking/network-policies/) also con...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/l4-policy/index.md
master
istio
[ -0.07482239603996277, 0.025133393704891205, 0.05348983779549599, 0.027707209810614586, 0.002184657147154212, 0.024337047711014748, 0.07519663870334625, 0.01032178569585085, -0.0010445028310641646, 0.02620374783873558, -0.02714974246919155, -0.07521981745958328, 0.0017500479007139802, 0.027...
0.442881
L7 attributes (i.e. those not listed in the table above) is targeted such that it will be enforced by a receiving ztunnel, it will fail safe by becoming a `DENY` policy. This example adds a check for the HTTP GET method: {{< text yaml >}} apiVersion: security.istio.io/v1 kind: AuthorizationPolicy metadata: name: allow-...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/l4-policy/index.md
master
istio
[ -0.053445927798748016, 0.09412985295057297, -0.025851083919405937, 0.0558033362030983, 0.010323142632842064, -0.034314174205064774, 0.04469068720936775, -0.03260565549135208, -0.013825529254972935, 0.05846923962235451, 0.01853153295814991, -0.02696932852268219, 0.03619685769081116, 0.06053...
0.244746
A \*\*waypoint proxy\*\* is an optional deployment of the Envoy-based proxy to add Layer 7 (L7) processing to a defined set of workloads. Waypoint proxies are installed, upgraded and scaled independently from applications; an application owner should be unaware of their existence. Compared to the sidecar {{< gloss >}}d...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/waypoint/index.md
master
istio
[ -0.07607291638851166, -0.016600847244262695, 0.060361627489328384, 0.03206630051136017, -0.05974646285176277, -0.043845035135746, 0.08649934828281403, -0.034879595041275024, -0.009114795364439487, 0.04077612981200218, -0.028244249522686005, 0.004683262202888727, -0.034183721989393234, 0.00...
0.387518
apply -f - <}} After the Gateway resource is applied, Istiod will monitor the resource, deploy and manage the corresponding waypoint deployment and service for users automatically. ### Waypoint traffic types By default, a waypoint will only handle traffic destined for \*\*services\*\* in its namespaces. This choice was...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/waypoint/index.md
master
istio
[ 0.02325567416846752, -0.01608676090836525, 0.00751832639798522, 0.028221938759088516, -0.014103558845818043, -0.026144258677959442, 0.056753046810626984, 0.001750568742863834, -0.006814604625105858, 0.04280488193035126, -0.04521416127681732, -0.057246703654527664, -0.04656350240111351, 0.0...
0.468253
namespace label. {{< /tip >}} ### Ingress gateways and waypoints {#ingress-and-waypoints} The `istio.io/use-waypoint` label governs \*\*east-west\*\* traffic: requests from other pods in the mesh to the labeled namespace, service, or workload are sent through the destination waypoint for Layer 7 policy and telemetry. T...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/waypoint/index.md
master
istio
[ -0.023831786587834358, -0.025751976296305656, 0.028443647548556328, 0.008459004573523998, -0.04780825972557068, -0.02277778834104538, 0.1264355480670929, -0.03473624959588051, 0.07871785759925842, 0.06359236687421799, -0.042410045862197876, -0.09538176655769348, -0.006380856968462467, 0.03...
0.41774
configure your resources to use a waypoint from a different namespace. ### Configure a waypoint for cross-namespace use In order to enable cross-namespace use of a waypoint, the `Gateway` should be configured to [allow routes](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io%2fv1.AllowedRoutes)...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/waypoint/index.md
master
istio
[ -0.05608197674155235, -0.027427377179265022, -0.023566942662000656, 0.05420808866620064, -0.049842316657304764, -0.004062853287905455, 0.02128561958670616, 0.009950741194188595, -0.024897076189517975, -0.015941422432661057, -0.03297416493296623, -0.06421176344156265, -0.03073526732623577, ...
0.185275
This guide describes what to do if you have enrolled a namespace, service or workload in a waypoint proxy, but you are not seeing the expected behavior. ## Problems with traffic routing or security policy To send some requests to the `reviews` service via the `productpage` service from the `curl` pod: {{< text bash >}}...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/troubleshoot-waypoint/index.md
master
istio
[ -0.02409353107213974, 0.0054373410530388355, -0.020573461428284645, -0.03867420181632042, -0.08424632251262665, -0.0021522000897675753, 0.00021467392798513174, -0.0729227066040039, 0.0691075399518013, 0.04422865808010101, -0.0018640512134879827, -0.02685360237956047, -0.017680464312434196, ...
0.045415
reviews-svc-waypoint-c49f9f569-b492t.default Kubernetes SYNCED SYNCED SYNCED NOT SENT NOT SENT istiod-795d55fc6d-vqtjx 1.23-alpha.75c6eafc5bc8d160b5643c3ea18acb9785855564 reviews-v2-pod-waypoint-7f5dbd597-7zzw7.default Kubernetes SYNCED SYNCED NOT SENT NOT SENT NOT SENT istiod-795d55fc6d-vqtjx 1.23-alpha.75c6eafc5bc8d1...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/troubleshoot-waypoint/index.md
master
istio
[ 0.03575354814529419, -0.054897841066122055, 0.002618942642584443, -0.0035786847583949566, 0.0273033007979393, 0.010269378311932087, -0.03554219380021095, -0.06631529331207275, 0.049814339727163315, 0.0866788998246193, 0.02017129398882389, -0.07984982430934906, -0.10598178952932358, 0.00305...
0.192798
Kubernetes [NetworkPolicy](https://kubernetes.io/docs/concepts/services-networking/network-policies/) allows you to control how layer 4 traffic reaches your pods. `NetworkPolicy` is typically enforced by the {{< gloss >}}CNI{{< /gloss >}} installed in your cluster. Istio is not a CNI, and does not enforce or manage `Ne...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/networkpolicy/index.md
master
istio
[ -0.006073533557355404, 0.039406683295965195, 0.06569896638393402, 0.009898186661303043, -0.006629764102399349, -0.027112549170851707, 0.04209376871585846, 0.009213101118803024, 0.015177215449512005, 0.05283300578594208, -0.05667470395565033, -0.0980733186006546, -0.006740903947502375, -0.0...
0.433993
pods to the ambient mesh, and by default ambient uses the link-local addresses `169.254.7.127` (IPv4) and `fd16:9254:7127:1337:ffff:ffff:ffff:ffff` (IPv6) to identify and correctly allow kubelet health probe packets. Note: If your workload, namespace, or cluster enforces Kubernetes `NetworkPolicy`, you must allow both ...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/usage/networkpolicy/index.md
master
istio
[ 0.03885599970817566, 0.05247902125120163, 0.09833879768848419, 0.010765890590846539, 0.032448701560497284, -0.09124959260225296, -0.013726620934903622, -0.04031698405742645, 0.0587230809032917, 0.037323661148548126, -0.019998101517558098, -0.09012316167354584, -0.04092005640268326, -0.0075...
0.218038
\*\*HBONE\*\* (or HTTP-Based Overlay Network Environment) is a secure tunneling protocol used between Istio components. HBONE is an Istio-specific term. It is a mechanism to transparently multiplex TCP streams related to many different application connections over a single, mTLS encrypted network connection: an encrypt...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/architecture/hbone/index.md
master
istio
[ -0.10074160993099213, 0.01833927258849144, -0.03169867396354675, -0.0023222756572067738, -0.0383094921708107, -0.040192075073719025, -0.012513488531112671, 0.01062505878508091, 0.10234487801790237, -0.0764511302113533, -0.06235957890748978, -0.013802668079733849, 0.06980987638235092, 0.014...
0.393758
In the context of ambient mode, \_traffic redirection\_ refers to data plane functionality that intercepts traffic sent to and from ambient-enabled workloads, routing it through the {{< gloss >}}ztunnel{{< /gloss >}} node proxies that handle the core data path. Sometimes the term \_traffic capture\_ is also used. As zt...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/architecture/traffic-redirection/index.md
master
istio
[ -0.04013126343488693, 0.04620497673749924, 0.038153573870658875, 0.05203985422849655, 0.027310293167829514, -0.09522929787635803, 0.0895574763417244, 0.04598628729581833, 0.05025072395801544, 0.030718127265572548, -0.04456821084022522, -0.0006951247341930866, 0.014464871026575565, 0.001598...
0.368175
and the ztunnel has established the listen ports, the pod is added in the mesh and traffic begins flowing through the node-local ztunnel. Traffic to and from pods in the mesh will be fully encrypted with mTLS by default. Data will now enter and leave the pod network namespace encrypted. Every pod in the mesh has the ab...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/architecture/traffic-redirection/index.md
master
istio
[ 0.0007009072578512132, 0.04857449233531952, 0.09242361783981323, 0.0856303721666336, 0.03852773457765579, -0.13065072894096375, 0.007610358763486147, 0.0036590900272130966, 0.07432842999696732, 0.02521488070487976, -0.03548716753721237, -0.01142624020576477, 0.03182222694158554, 0.05077758...
0.042959
! --mark 0x539/0xfff -j TPROXY --on-port 15006 --on-ip 0.0.0.0 --tproxy-mark 0x111/0xfff COMMIT # Completed # Generated by iptables-save \*nat :PREROUTING ACCEPT [0:0] :INPUT ACCEPT [0:0] :OUTPUT ACCEPT [175:13694] :POSTROUTING ACCEPT [205:15494] :ISTIO\_OUTPUT - [0:0] -A OUTPUT -j ISTIO\_OUTPUT -A ISTIO\_OUTPUT -d 169...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/architecture/traffic-redirection/index.md
master
istio
[ 0.012236522510647774, 0.05239560827612877, -0.07030559331178665, -0.004139433149248362, -0.01727290078997612, -0.0073283943347632885, 0.008203551173210144, 0.06214520335197449, -0.07330808788537979, 0.03258446604013443, 0.0069150603376328945, -0.11673776060342789, -0.0218611191958189, 0.00...
0.43251
In {{< gloss "ambient" >}}ambient mode{{< /gloss >}}, workloads can fall into 3 categories: 1. \*\*Out of Mesh\*\*: a standard pod without any mesh features enabled. Istio and the ambient {{< gloss >}}data plane{{< /gloss >}} are not enabled. 1. \*\*In Mesh\*\*: a pod that is included in the ambient {{< gloss >}}data p...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/architecture/data-plane/index.md
master
istio
[ -0.023236097767949104, 0.03593330457806587, 0.06708426028490067, 0.07304076850414276, 0.012884811498224735, -0.044272150844335556, 0.08845750242471695, -0.041398242115974426, 0.031003400683403015, 0.00816846452653408, -0.0068599758669734, -0.06360822916030884, -0.06683734804391861, 0.00748...
0.309653
the destination without going through any waypoint proxy even if the destination is waypoint enabled. Currently, traffic from sidecars and gateways won't go through any waypoint proxy either and they will be made aware of waypoint proxies in a future release. #### Dataplane details ##### Identity All inbound and outbou...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/architecture/data-plane/index.md
master
istio
[ -0.05961522459983826, 0.051858026534318924, 0.05915286764502525, 0.04643306881189346, -0.03650454431772232, -0.061980951577425, 0.04193096235394478, -0.029206041246652603, 0.06799054145812988, 0.00018982826441060752, -0.0510680265724659, 0.0091719264164567, 0.09209225326776505, 0.032156117...
-0.041391
{{< tip >}} Note: Although the figure shows the HBONE tunnels to be between the two ztunnel proxies, the tunnels are in fact between the source and destination pods. Traffic is HBONE encapsulated and encrypted in the network namespace of the source pod itself, and eventually decapsulated and decrypted in the network na...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/architecture/data-plane/index.md
master
istio
[ -0.015150326304137707, 0.01192583329975605, 0.01707233302295208, 0.05110837519168854, -0.0168401300907135, -0.046337906271219254, 0.04864583909511566, -0.01041130069643259, 0.019693732261657715, 0.03435588255524635, -0.06700992584228516, 0.01850287616252899, 0.030316492542624474, 0.0148565...
0.186159
Like all Istio {{< gloss >}}data plane{{< /gloss >}} modes, Ambient uses the Istio {{< gloss >}}control plane{{< /gloss>}}. In ambient, the control plane communicates with the {{< gloss >}}ztunnel{{< /gloss >}} proxy on each Kubernetes node. The figure shows an overview of the control plane related components and flows...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/architecture/control-plane/index.md
master
istio
[ -0.10128729790449142, 0.034118689596652985, 0.06630291044712067, 0.02851087599992752, -0.04880465939640999, -0.08797250688076019, 0.09780294448137283, 0.027629384770989418, 0.09120231121778488, -0.005331806838512421, -0.017381154000759125, -0.057521119713783264, 0.03869132325053215, -0.017...
0.348237
This guide walks you through migrating an existing Istio deployment from {{< gloss >}}sidecar{{< /gloss >}} mode to {{< gloss "ambient" >}}ambient mode{{< /gloss >}}. The migration is designed to be gradual and reversible: sidecar and ambient workloads can coexist in the same mesh during the process, allowing you to mi...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/migrate/_index.md
master
istio
[ -0.07552666962146759, -0.022062133997678757, 0.09162940084934235, 0.025770137086510658, 0.028920406475663185, -0.07602613419294357, 0.022862207144498825, 0.0031989202834665775, -0.11289910227060318, 0.007610613945871592, 0.020942825824022293, -0.1106797382235527, -0.04281902313232422, 0.00...
0.336039
below reflect the current stable Istio release. Ambient mode continues to evolve and some of these constraints may be lifted in later versions. Check the [release notes](/news/releases/) for updates specific to your Istio version. {{< /tip >}} The following are hard blockers, migration is not possible until these are r...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/migrate/_index.md
master
istio
[ -0.058233074843883514, -0.005349196493625641, 0.07534955441951752, 0.042455825954675674, 0.0710800513625145, -0.10721123963594437, -0.04318894073367119, 0.007765291258692741, -0.05780599266290665, 0.031181732192635536, 0.002916863886639476, -0.1516866534948349, -0.010596469044685364, 0.082...
0.319313
This step upgrades your Istio installation to include the ambient data plane components (ztunnel and updated CNI) while leaving all existing sidecar workloads without changes. Your sidecars will continue to handle traffic normally throughout this step. {{< warning >}} Do not remove sidecar injection or add the `istio.i...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/migrate/install-ambient-components/index.md
master
istio
[ -0.02381938509643078, 0.02162751741707325, 0.024584174156188965, 0.09264494478702545, 0.0425633080303669, -0.07774633169174194, 0.02186482958495617, 0.047615986317396164, -0.0981195792555809, -0.04480721056461334, 0.011429879814386368, -0.07592521607875824, -0.016513708978891373, 0.0286267...
0.336335
mode workloads during the migration period. The sidecar applies its own L7 logic before sending, but the waypoint never routes this traffic. This means L7 policies will not be applied twice because the sidecar handles its own routing decisions and the HBONE tunnel delivers traffic directly to the destination without pr...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/migrate/install-ambient-components/index.md
master
istio
[ -0.009867574088275433, 0.0009275737102143466, 0.10281693190336227, 0.04605140537023544, 0.04494693875312805, 0.0008786555263213813, -0.018489474430680275, -0.08375851064920425, -0.07865261286497116, 0.0020203962922096252, 0.028236739337444305, 0.03610442206263542, 0.030014507472515106, 0.0...
-0.029769
{{< tip >}} \*\*You may be able to skip this page.\*\* If you only use L4 `AuthorizationPolicy` rules (with no `methods`, `paths`, or `headers` matching), have no `VirtualService` or `DestinationRule` resources, and have no `EnvoyFilter`, `WasmPlugin`, or `RequestAuthentication` resources, your existing policies will w...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/migrate/migrate-policies/index.md
master
istio
[ -0.0009919243166223168, 0.027844378724694252, 0.08639011532068253, 0.01713668182492256, 0.08063200116157532, -0.05544610694050789, 0.03957587480545044, -0.0760759711265564, -0.10028386861085892, 0.022631360217928886, 0.07793553918600082, -0.044520556926727295, -0.022650999948382378, 0.0041...
-0.011909
your cluster. Note that also `IngressGateway` resources are translated to Gateway API Gateway resources, so this tool can be used for the migration of both VirtualService and Gateway resources. {{< /tip >}} ### Example: Header-based routing The following `VirtualService` routes requests with `end-user: jason` to `revie...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/migrate/migrate-policies/index.md
master
istio
[ -0.00965749379247427, -0.01167275756597519, -0.04198117554187775, 0.03628310561180115, 0.016857171431183815, -0.013719526119530201, -0.021251631900668144, -0.016796104609966278, -0.023691335693001747, 0.05655598267912865, -0.04746821150183678, -0.10267932713031769, -0.003873541485518217, 0...
0.269665
allow-get-reviews namespace: bookinfo spec: targetRefs: - kind: Service group: "" name: reviews action: ALLOW rules: - to: - operation: methods: ["GET"] {{< /text >}} Alternatively, you can target the waypoint `Gateway` resource directly. This applies the policy to all traffic processed by the waypoint, regardless of t...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/migrate/migrate-policies/index.md
master
istio
[ -0.03110290877521038, 0.05824432149529457, -0.0488516166806221, 0.004660365171730518, 0.011910109780728817, -0.004250872414559126, 0.08973882347345352, -0.049734797328710556, 0.0031342681031674147, 0.04277358576655388, -0.015881018713116646, -0.0004934287862852216, 0.02785707637667656, 0.0...
0.205984
L7 rules (HTTP methods, paths, or headers) that remains active after sidecars are removed will be picked up by ztunnel, which cannot enforce L7 rules and will convert it into a `DENY` policy for all traffic to that workload. {{< /warning >}} ## Next steps Proceed to [Enable ambient mode](/docs/ambient/migrate/enable-am...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/migrate/migrate-policies/index.md
master
istio
[ -0.03397656977176666, 0.05296790972352028, 0.032807447016239166, 0.08111853152513504, 0.1110067367553711, -0.05867793411016464, -0.022330300882458687, -0.07396451383829117, -0.12034156173467636, -0.027867978438735008, 0.06778348237276077, 0.04787460342049599, 0.002439771546050906, 0.039499...
-0.020993
Before migrating from sidecar to ambient mode, verify that your environment meets the requirements and create a backup of your current configuration. {{< warning >}} \*\*If your workloads use L7 policies, migration is not straightforward and currently has known limitations:\*\* - During migration, there is a window whe...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/migrate/before-you-begin/index.md
master
istio
[ 0.023394666612148285, 0.0005667235818691552, 0.11790340393781662, 0.04234805330634117, 0.10002955794334412, -0.06436019390821457, -0.019607355818152428, -0.050198979675769806, -0.11549302190542221, 0.00041735649574548006, 0.05135691165924072, -0.006655831355601549, -0.014777007512748241, 0...
-0.049847
removed or changed before migration, as ambient mode always enforces mTLS between mesh workloads. `PeerAuthentication` resources with `mode: STRICT` or `mode: PERMISSIVE` are not blockers, but they become redundant after migration: ambient mode enforces mTLS via ztunnel regardless of these policies. You can safely remo...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/migrate/before-you-begin/index.md
master
istio
[ -0.03388306871056557, 0.043363239616155624, 0.06892483681440353, 0.03581579029560089, 0.027421707287430763, -0.08649377524852753, 0.008706843480467796, -0.023537542670965195, 0.008446397259831429, 0.020007280632853508, -0.009891003370285034, -0.09887201339006424, -0.007787311915308237, -0....
0.34495
Enable ambient mode one namespace at a time. This lets you validate each namespace before moving on, and roll back a single namespace if something goes wrong. {{< warning >}} \*\*If you have L7 policies, there is no zero-downtime migration path at this time.\*\* During the transition, sidecar clients bypass waypoints e...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/migrate/enable-ambient-mode/index.md
master
istio
[ 0.012132391333580017, -0.035942193120718, 0.10624729096889496, 0.012640219181776047, 0.0902591273188591, -0.046082884073257446, -0.018405981361865997, -0.04374445602297783, -0.08845709264278412, 0.013863351196050644, 0.055050019174814224, -0.023838208988308907, -0.036702025681734085, 0.000...
0.069283
kubectl rollout restart deployment -n $ kubectl rollout status deployment -n {{< /text >}} ### Step 5: Remove old sidecar policies {{< warning >}} Do this immediately after the pod restart, before running any validation. Once sidecars are removed, ztunnel takes over policy enforcement. ztunnel only understands L4 attri...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/migrate/enable-ambient-mode/index.md
master
istio
[ -0.003930836915969849, 0.09572912007570267, 0.07115892320871353, 0.019531909376382828, 0.025878403335809708, -0.034143369644880295, -0.0015991877298802137, -0.05153660848736763, -0.00468059116974473, 0.002704459009692073, 0.02494494616985321, 0.02556086704134941, 0.04219896346330643, 0.030...
0.033518
the same name. Before applying the backup, delete the ambient resources first, or use selective `kubectl apply` on individual resources rather than the full backup file. {{< /warning >}} ## Post-migration observability changes After migrating to ambient mode, be aware of the following changes to telemetry: \*\*Metrics\...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/migrate/enable-ambient-mode/index.md
master
istio
[ -0.08042124658823013, 0.026947390288114548, 0.02906043827533722, 0.06669262051582336, 0.010776422917842865, -0.13571622967720032, 0.02130386047065258, -0.021418169140815735, 0.011725831776857376, -0.013608970679342747, -0.0004555270425044, -0.08437278866767883, 0.06985379010438919, -0.0067...
0.161827
This guide lets you quickly evaluate Istio's {{< gloss "ambient" >}}ambient mode{{< /gloss >}}. You'll need a Kubernetes cluster to proceed. If you don't have a cluster, you can use [kind](/docs/setup/platform-setup/kind) or any other [supported Kubernetes platform](/docs/setup/platform-setup). These steps require you ...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/getting-started/_index.md
master
istio
[ -0.01178832445293665, -0.006515041459351778, 0.07685723155736923, 0.018117986619472504, -0.026316221803426743, -0.028407957404851913, 0.06560482084751129, 0.02500748634338379, 0.0025580564979463816, 0.000631962320767343, -0.019297782331705093, -0.17173030972480774, -0.07068648934364319, 0....
0.517821
To explore Istio, you will install the sample [Bookinfo application](/docs/examples/bookinfo/), composed of four separate microservices used to demonstrate various Istio features. {{< image width="50%" link="./bookinfo.svg" caption="Istio's Bookinfo sample application is written in many different languages" >}} As part...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/getting-started/deploy-sample-app/index.md
master
istio
[ 0.005515664350241423, -0.023714423179626465, -0.016929982230067253, -0.018662774935364723, -0.025064650923013687, -0.01152927614748478, -0.009160337969660759, 0.05053034424781799, 0.013353779911994934, 0.02903330698609352, -0.002651615533977747, -0.09084777534008026, -0.011235423386096954, ...
0.502841
Now you have a waypoint proxy installed, you will learn how to split traffic between services. ## Split traffic between services The Bookinfo application has three versions of the `reviews` service. You can split traffic between these versions to test new features or perform A/B testing. Let's configure traffic routing...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/getting-started/manage-traffic/index.md
master
istio
[ 0.00033556640846654773, -0.033406175673007965, -0.044132158160209656, -0.045665442943573, -0.08759372681379318, -0.008410383947193623, -0.01821988634765148, -0.029063157737255096, 0.031142905354499817, 0.04051680117845535, -0.0406092032790184, -0.06048930436372757, 0.03052874468266964, -0....
0.046922
After you have added your application to the ambient mesh, you can secure application access using Layer 4 authorization policies. This feature lets you control access to and from a service based on the client workload identities that are automatically issued to all workloads in the mesh. ## Enforce Layer 4 authorizati...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/getting-started/enforce-auth-policies/index.md
master
istio
[ 0.010800077579915524, 0.058226827532052994, 0.016560474410653114, -0.05170224979519844, -0.011284239590168, -0.010407563298940659, 0.05080316588282585, 0.0010327902855351567, 0.09023051708936691, 0.03256118670105934, -0.021526377648115158, -0.04502791166305542, 0.019818076863884926, -0.030...
0.212007
as you're explicitly allowing GET requests from the curl pod $ kubectl exec deploy/curl -- curl -s http://productpage:9080/productpage | grep -o ".\*" Simple Bookstore App {{< /text >}} ## Next steps With the waypoint proxy in place, you can now enforce Layer 7 policies in the namespace. In addition to authorization po...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/getting-started/enforce-auth-policies/index.md
master
istio
[ -0.008787981234490871, 0.034124795347452164, 0.017779167741537094, -0.06580264866352081, -0.10497768223285675, -0.008700594305992126, -0.015533650293946266, -0.08191104978322983, 0.07550682127475739, 0.04584356024861336, 0.012513866648077965, -0.025178004056215286, -0.02265263721346855, -0...
0.075789
If you no longer need Istio and associated resources, you can delete them by following the steps in this section. ## Remove waypoint proxies To remove all waypoint proxies run the following commands: {{< text bash >}} $ kubectl label namespace default istio.io/use-waypoint- $ istioctl waypoint delete --all {{< /text >}...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/getting-started/cleanup/index.md
master
istio
[ 0.0022260076366364956, 0.03500276431441307, 0.02296532690525055, -0.010514450259506702, -0.015311756171286106, -0.03581022098660469, 0.051046907901763916, -0.04304145649075508, 0.054165806621313095, 0.018861718475818634, -0.018802421167492867, -0.087213896214962, -0.03404514119029045, 0.01...
0.480191
Adding applications to an ambient mesh is as simple as labeling the namespace where the application resides. By adding the applications to the mesh, you automatically secure the communication between them and Istio starts gathering TCP telemetry. And no, you don't need to restart or redeploy the applications! ## Add Bo...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/getting-started/secure-and-visualize/index.md
master
istio
[ -0.006712182424962521, -0.01884211041033268, 0.03537683188915253, 0.014112074859440327, 0.0010023564100265503, -0.075177863240242, 0.06450297683477402, 0.02834915928542614, 0.06810247153043747, 0.03495025634765625, -0.0019695772789418697, -0.12986931204795837, 0.018815098330378532, -0.0006...
0.364948
In \*\*ambient mode\*\*, Istio implements its [features](/docs/concepts) using a per-node Layer 4 (L4) proxy, and optionally a per-namespace Layer 7 (L7) proxy. This layered approach allows you to adopt Istio in a more incremental fashion, smoothly transitioning from no mesh, to a secure L4 overlay, to full L7 processi...
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/overview/index.md
master
istio
[ -0.08119383454322815, 0.03138723596930504, 0.05150507390499115, 0.07305025309324265, 0.023402467370033264, -0.08565013110637665, 0.08843810111284256, 0.04168416187167168, -0.022749463096261024, 0.006763583514839411, -0.00943830143660307, -0.0668814405798912, -0.02786092460155487, 0.0112851...
0.57473
routing) | ztunnel and waypoint proxies |
https://github.com/istio/istio.io/blob/master/content/en/docs/ambient/overview/index.md
master
istio
[ -0.04138234257698059, 0.015454367734491825, -0.027733180671930313, 0.03630289435386658, -0.08767877519130707, -0.03555076941847801, 0.03484579548239708, 0.0036488519981503487, -0.03516075387597084, -0.01053455751389265, -0.02208886854350567, 0.08427861332893372, 0.04298621416091919, 0.0392...
-0.069923
As you saw in the previous module, Istio enhances Kubernetes by giving you the functionality to more effectively operate your microservices. In this module you enable Istio on a single microservice, `productpage`. The rest of the application will continue to operate as before. Note that you can enable Istio gradually, ...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/microservices-istio/add-istio/index.md
master
istio
[ -0.005785771179944277, -0.02059626393020153, 0.04577312245965004, -0.02984439954161644, -0.05469885468482971, -0.005142577458173037, 0.015942562371492386, 0.01411097776144743, 0.02873992919921875, 0.016921496018767357, -0.00022420835739467293, -0.036169495433568954, -0.02197859436273575, 0...
0.518109
custom URL you set in your `/etc/hosts` file [previously](/docs/examples/microservices-istio/bookinfo-kubernetes/#update-your-etc-hosts-configuration-file): {{< text plain >}} http://my-istio-dashboard.io/dashboard/db/istio-mesh-dashboard {{< /text >}} In the top left drop-down menu, select \_Istio Mesh Dashboard\_. {{...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/microservices-istio/add-istio/index.md
master
istio
[ -0.00955195538699627, 0.008094372227787971, -0.02644520439207554, -0.00379582098685205, -0.0038911052979528904, -0.017546217888593674, -0.010338555090129375, 0.0524233877658844, 0.05097562074661255, 0.06882183998823166, -0.03239629045128822, -0.07431112229824066, -0.0015104911290109158, 0....
0.415613
{{< boilerplate work-in-progress >}} In this module you prepare your local computer for the tutorial. 1. Install [`curl`](https://curl.haxx.se/download.html). 1. Install [Node.js](https://nodejs.org/en/download/). 1. Install [Docker](https://docs.docker.com/install/). 1. Install [`kubectl`](https://kubernetes.io/docs/t...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/microservices-istio/setup-local-computer/index.md
master
istio
[ 0.021333737298846245, 0.038515716791152954, 0.008604438044130802, -0.017633697018027306, 0.007815183140337467, -0.014070943929255009, -0.0637916624546051, 0.009186911396682262, 0.019307564944028854, 0.03701246902346611, -0.03476688638329506, -0.0730367973446846, -0.007801821455359459, -0.0...
0.027186
Monitoring is crucial to support transitioning to the microservices architecture style. With Istio, you gain monitoring of the traffic between microservices by default. You can use the Istio Dashboard for monitoring your microservices in real time. Istio is integrated out-of-the-box with [Prometheus time series databas...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/microservices-istio/logs-istio/index.md
master
istio
[ -0.026507949456572533, -0.024301394820213318, -0.013698004186153412, 0.05870138853788376, -0.03143012151122093, -0.11156606674194336, 0.037719354033470154, 0.015545917674899101, 0.0026835929602384567, 0.04538185894489288, -0.07309079170227051, -0.09192852675914764, -0.03173206001520157, 0....
0.501881
In this module, you deploy a new version of the `reviews` service, `\_v2\_`, which will return the number and star color of ratings provided by reviewers. In a real-world scenario, before you deploy, you would perform static analysis tests, unit tests, integration tests, end-to-end tests and tests in a staging environm...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/microservices-istio/add-new-microservice-version/index.md
master
istio
[ 0.0006009687203913927, -0.0026124254800379276, -0.05754537135362625, 0.012528750114142895, -0.025040142238140106, 0.007019701413810253, -0.019338130950927734, -0.04296988993883133, 0.08243892341852188, 0.0335121750831604, 0.052468396723270416, -0.052230436354875565, 0.0800597220659256, -0....
0.034978
1. If you encounter any problems with the new version in a real-world scenario, you could quickly undeploy the new version, so only the old version will be used: {{< text bash >}} $ kubectl delete deployment reviews-v2 $ kubectl delete pod -l app=reviews,version=v2 deployment.apps "reviews-v2" deleted pod "reviews-v2-7...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/microservices-istio/add-new-microservice-version/index.md
master
istio
[ 0.03768863528966904, -0.02112964168190956, 0.023536263033747673, 0.01792142353951931, 0.06690221279859543, -0.025471162050962448, -0.03299523890018463, -0.07715372741222382, 0.0972578227519989, 0.00276195234619081, 0.0313195064663887, -0.010442742146551609, 0.0303752850741148, -0.103757232...
0.042489
tasks mentioned here and more. In the next modules, you explore various Istio features. You are ready to [enable Istio on `productpage`](/docs/examples/microservices-istio/add-istio/).
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/microservices-istio/add-new-microservice-version/index.md
master
istio
[ -0.05357605218887329, -0.06312818080186844, -0.04188378527760506, -0.015041143633425236, -0.045820485800504684, 0.021456792950630188, 0.046089161187410355, 0.04766673967242241, -0.06676924228668213, -0.005723079666495323, 0.010410570539534092, -0.06819985061883926, -0.04240298271179199, 0....
0.628157
{{< boilerplate work-in-progress >}} For this tutorial you need a Kubernetes cluster with a namespace for the tutorial's modules and a local computer to run the commands. If you have your own cluster, ensure your cluster satisfies the prerequisites. If you are in a workshop and the instructors provide a cluster, let th...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/microservices-istio/prereq/index.md
master
istio
[ 0.035544317215681076, 0.0026105765718966722, -0.008091472089290619, -0.043180111795663834, -0.031037602573633194, 0.021633943542838097, -0.024867858737707138, -0.002079039579257369, -0.011795875616371632, 0.06058737635612488, 0.032000839710235596, -0.09956395626068115, 0.0010828361846506596,...
0.182632
{{< boilerplate work-in-progress >}} This module shows you an application composed of four microservices written in different programming languages: `productpage`, `details`, `ratings` and `reviews`. We call the composed application `Bookinfo`, and you can learn more about it on the [Bookinfo example](/docs/examples/bo...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/microservices-istio/bookinfo-kubernetes/index.md
master
istio
[ -0.012060004286468029, -0.004723816178739071, -0.05265296250581741, -0.03026210330426693, 0.0027705919928848743, 0.008876495994627476, -0.05215436592698097, 0.0031920606270432472, 0.09854190051555634, 0.0033552846871316433, 0.015345307998359203, -0.04296150431036949, 0.00021081439626868814, ...
0.162298
1. Create a Kubernetes Ingress resource: {{< text bash >}} $ kubectl apply -f - <}} ### Update your `/etc/hosts` configuration file 1. Get the IP address for the Kubernetes ingress named `bookinfo`: {{< text bash >}} $ kubectl get ingress bookinfo {{< /text >}} 1. In your `/etc/hosts` file, add the previous IP address ...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/microservices-istio/bookinfo-kubernetes/index.md
master
istio
[ 0.013506688177585602, -0.006003519520163536, -0.013795692473649979, -0.023122413083910942, -0.09345956146717072, -0.014936061576008797, 0.010917906649410725, 0.026499370113015175, 0.02953379787504673, 0.07602307945489883, -0.010455651208758354, -0.08633775264024734, 0.015841756016016006, -...
0.291574
{{< boilerplate work-in-progress >}} This module shows how you create a [Docker](https://www.docker.com) image and run it locally. 1. Download the [`Dockerfile`](https://docs.docker.com/engine/reference/builder/) for the `ratings` microservice. {{< text bash >}} $ curl -s {{< github\_file >}}/samples/bookinfo/src/ratin...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/microservices-istio/package-service/index.md
master
istio
[ -0.029202723875641823, 0.0650242269039154, -0.10537530481815338, 0.04358680173754692, -0.0021152161061763763, -0.029007509350776672, -0.04564666375517845, 0.043821338564157486, -0.00030763607355766, 0.04138556495308876, -0.009398506954312325, -0.03574894368648529, 0.06619130820035934, 0.00...
0.029997
{{< boilerplate work-in-progress >}} Before the advent of microservice architecture, development teams built, deployed and ran the whole application as one large chunk of software. To test a small change in their module not merely by unit testing, the developers had to build the whole application. Therefore the builds ...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/microservices-istio/single/index.md
master
istio
[ 0.000006590926204808056, 0.0228874571621418, 0.053808849304914474, -0.004324519075453281, 0.07027321308851242, -0.0926092118024826, -0.1065237894654274, 0.0141930365934968, 0.07144490629434586, 0.04326927289366722, 0.02138609066605568, 0.07322421669960022, -0.0040494357235729694, -0.034560...
0.126132
start /tmp/ratings > node ratings.js "9080" Server listening on: http://0.0.0.0:9080 {{< /text >}} {{< tip >}} The `ratings` service is a web app and you can communicate with it as you would with any other web app. You can use a browser or a command line web client like [`curl`](https://curl.haxx.se) or [`Wget`](https:...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/microservices-istio/single/index.md
master
istio
[ -0.04861113056540489, 0.02953454479575157, -0.13152265548706055, 0.04589879885315895, 0.025687720626592636, -0.0044793495908379555, -0.04824073240160942, 0.02896740287542343, 0.028931377455592155, 0.009114153683185577, 0.016739360988140106, -0.04008081555366516, 0.0076729911379516125, -0.0...
-0.005704
Previously, you enabled Istio on a single microservice, `productpage`. You can proceed to enable Istio on the microservices incrementally to get the Istio functionality for more microservices. For the purpose of this tutorial, you will enable Istio on all the remaining microservices in one step. 1. For the purpose of t...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/microservices-istio/enable-istio-all-microservices/index.md
master
istio
[ -0.004949982278048992, -0.05779234692454338, 0.017735792323946953, -0.0334884375333786, -0.08012577146291733, -0.001002941164188087, 0.00438483152538538, 0.001146536786109209, 0.010050860233604908, 0.030279893428087234, 0.022707421332597733, -0.07609256356954575, -0.009913303889334202, 0.0...
0.495608
{{< boilerplate work-in-progress >}} In this module, you set up a Kubernetes cluster that has Istio installed and a namespace to use throughout the tutorial. {{< warning >}} If you are in a workshop and the instructors provide a cluster for you, proceed to [setting up your local computer](/docs/examples/microservices-i...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/microservices-istio/setup-kubernetes-cluster/index.md
master
istio
[ -0.03546806797385216, -0.022775938734412193, 0.005279670935124159, -0.012476085685193539, -0.024498023092746735, -0.008633899502456188, 0.0075119053944945335, 0.028800826519727707, -0.010868172161281109, 0.014666173607110977, -0.007027319632470608, -0.09739145636558533, 0.001964295981451869,...
0.432907
config view -o jsonpath="{.clusters[?(.name==\"$(kubectl config view -o jsonpath="{.contexts[?(.name==\"$(kubectl config current-context)\")].context.cluster}")\")].cluster.server}") name: ${NAMESPACE}-cluster users: - name: ${NAMESPACE}-user user: as-user-extra: {} client-key-data: $(kubectl get secret $(kubectl get s...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/microservices-istio/setup-kubernetes-cluster/index.md
master
istio
[ 0.013374218717217445, 0.005391485523432493, -0.014466683380305767, 0.04736444726586342, -0.012358127161860466, 0.024512220174074173, 0.028272312134504318, -0.012280697003006935, 0.10856307297945023, -0.00434650806710124, 0.036915525794029236, -0.1635892242193222, -0.0032642704900354147, 0....
0.047263
Until now, you used a Kubernetes Ingress to access your application from the outside. In this module, you configure the traffic to enter through an Istio ingress gateway, in order to apply Istio control on traffic to your microservices. 1. Store the name of your namespace in the `NAMESPACE` environment variable. You wi...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/microservices-istio/istio-ingress-gateway/index.md
master
istio
[ 0.021757379174232483, -0.034328773617744446, -0.030227314680814743, 0.02071240171790123, -0.09982418268918991, -0.031912174075841904, 0.0742073506116867, 0.06079321354627609, 0.058619432151317596, 0.059454336762428284, -0.045682646334171295, -0.15717779099941254, -0.013481606729328632, 0.0...
0.416545
{{< boilerplate work-in-progress >}} Test your microservice, in production! ## Testing individual microservices 1. Issue an HTTP request from the testing pod to one of your services: {{< text bash >}} $ kubectl exec $(kubectl get pod -l app=curl -o jsonpath='{.items[0].metadata.name}') -- curl -sS http://ratings:9080/r...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/microservices-istio/production-testing/index.md
master
istio
[ 0.03180998936295509, 0.03347179666161537, 0.043356623500585556, -0.005964062176644802, -0.020818494260311127, -0.10439055413007736, -0.07844918221235275, -0.06963478028774261, 0.10052841156721115, 0.014494276605546474, 0.01726626232266426, -0.06748126447200775, -0.02333485335111618, -0.051...
0.118957
This example deploys a sample application composed of four separate microservices used to demonstrate various Istio features. {{< tip >}} If you installed Istio using the [Getting Started](/docs/setup/getting-started/) instructions, you already have Bookinfo installed and you can skip most of these steps and go directl...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/bookinfo/index.md
master
istio
[ -0.06063329800963402, -0.04346994310617447, -0.06832671910524368, -0.005399823654443026, -0.03714444115757942, -0.009240452200174332, -0.008007164113223553, 0.0299778264015913, -0.0037872788961976767, 0.010487135499715805, 0.04071033373475075, -0.023145854473114014, 0.0074772280640900135, ...
0.466694
{{< text bash >}} $ kubectl get services NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE details ClusterIP 10.0.0.31 9080/TCP 6m kubernetes ClusterIP 10.0.0.1 443/TCP 7d productpage ClusterIP 10.0.0.120 9080/TCP 6m ratings ClusterIP 10.0.0.15 9080/TCP 6m reviews ClusterIP 10.0.0.170 9080/TCP 6m {{< /text >}} and {{< text ...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/bookinfo/index.md
master
istio
[ 0.05516277626156807, 0.03486371785402298, -0.04616323485970497, -0.01797744259238243, -0.02422826550900936, 0.009909141808748245, 0.011450928635895252, -0.01796795427799225, 0.07501333951950073, 0.03910190612077713, 0.0302865169942379, -0.07964048534631729, -0.0046070776879787445, -0.06378...
0.150541
Bookinfo services: {{< text bash >}} $ kubectl apply -f @samples/bookinfo/networking/destination-rule-all.yaml@ {{< /text >}} {{< tip >}} The `default` and `demo` [configuration profiles](/docs/setup/additional-setup/config-profiles/) have [auto mutual TLS](/docs/tasks/security/authentication/authn-policy/#auto-mutual-...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/bookinfo/index.md
master
istio
[ -0.016717582941055298, 0.011218927800655365, -0.030915994197130203, -0.04624481126666069, -0.05970264971256256, -0.06268734484910965, 0.016639064997434616, -0.05523150414228439, 0.08814442902803421, 0.00142530573066324, -0.022937580943107605, -0.09381163865327835, 0.06042106822133064, 0.02...
0.176961
This example deploys the Bookinfo application across Kubernetes with one service running on a virtual machine (VM), and illustrates how to control this infrastructure as a single mesh. ## Overview {{< image width="80%" link="./vm-bookinfo.svg" caption="Bookinfo running on VMs" >}} ## Before you begin - Setup Istio by f...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/virtual-machines/index.md
master
istio
[ 0.008372833020985126, -0.021395552903413773, -0.0654955804347992, 0.009646596387028694, -0.10508657991886139, 0.01433715783059597, -0.0263588298112154, 0.04224133491516113, 0.013334603980183601, 0.060424599796533585, 0.006268596276640892, -0.15147094428539276, 0.03995371609926224, -0.02034...
0.307651
`Bookinfo` sample application and its configuration following the steps in [`Bookinfo` cleanup](/docs/examples/bookinfo/#cleanup). - Delete the `mysqldb` Service: {{< text syntax=bash snip\_id=none >}} $ kubectl delete service mysqldb {{< /text >}} - Cleanup the VM following the steps in [virtual-machine uninstall](/do...
https://github.com/istio/istio.io/blob/master/content/en/docs/examples/virtual-machines/index.md
master
istio
[ 0.029444623738527298, 0.03188280388712883, -0.031917840242385864, -0.07813574373722076, -0.029598621651530266, -0.0006031446973793209, -0.007108225952833891, -0.03739010542631149, 0.04214585945010185, 0.03345121443271637, 0.04092453792691231, -0.011524582281708717, 0.03969588130712509, -0....
0.10292
Breaking down a monolithic application into atomic services offers various benefits, including better agility, better scalability and better ability to reuse services. However, microservices also have particular security needs: - To defend against man-in-the-middle attacks, they need traffic encryption. - To provide fl...
https://github.com/istio/istio.io/blob/master/content/en/docs/concepts/security/index.md
master
istio
[ -0.044476404786109924, 0.06061696633696556, 0.012516975402832031, -0.016112282872200012, 0.00045487930765375495, -0.04322250932455063, 0.04492799565196037, 0.06915160268545151, 0.020115926861763, 0.03848598524928093, -0.021466977894306183, -0.060379721224308014, 0.001179110142402351, 0.041...
0.563607
existing service account just like the identities that the customer's Identity Directory manages. ## Identity and certificate management {#pki} Istio securely provisions strong identities to every workload with X.509 certificates. Istio agents, running alongside each Envoy proxy, work together with `istiod` to automate...
https://github.com/istio/istio.io/blob/master/content/en/docs/concepts/security/index.md
master
istio
[ -0.10935831815004349, 0.0020223872270435095, -0.03138647973537445, -0.005290243774652481, -0.047591682523489, -0.0638091042637825, 0.09658529609441757, 0.030612468719482422, 0.07739567011594772, -0.0507902130484581, -0.005137428175657988, -0.06243686378002167, 0.041873980313539505, 0.08631...
0.406958
Auth](https://firebase.google.com/docs/auth/) - [Google Auth](https://developers.google.com/identity/protocols/OpenIDConnect) In all cases, Istio stores the authentication policies in the `Istio config store` via a custom Kubernetes API. {{< gloss >}}Istiod{{< /gloss >}} keeps them up-to-date for each proxy, along with...
https://github.com/istio/istio.io/blob/master/content/en/docs/concepts/security/index.md
master
istio
[ -0.07913176715373993, 0.04869287461042404, 0.059220943599939346, -0.014343805611133575, -0.042032551020383835, 0.0076368823647499084, 0.09420102834701538, -0.0064189257100224495, 0.035214588046073914, -0.008672468364238739, -0.07400473952293396, -0.037225622683763504, 0.03293665871024132, ...
0.431172