diff --git a/04-Backends/02-HTTPS-backend/Deployment.yaml b/04-Backends/03-HTTPS-backend/Deployment.yaml similarity index 100% rename from 04-Backends/02-HTTPS-backend/Deployment.yaml rename to 04-Backends/03-HTTPS-backend/Deployment.yaml diff --git a/04-Backends/02-HTTPS-backend/DestinationRule.yaml b/04-Backends/03-HTTPS-backend/DestinationRule.yaml similarity index 100% rename from 04-Backends/02-HTTPS-backend/DestinationRule.yaml rename to 04-Backends/03-HTTPS-backend/DestinationRule.yaml diff --git a/04-Backends/02-HTTPS-backend/Gateway.yaml b/04-Backends/03-HTTPS-backend/Gateway.yaml similarity index 100% rename from 04-Backends/02-HTTPS-backend/Gateway.yaml rename to 04-Backends/03-HTTPS-backend/Gateway.yaml diff --git a/04-Backends/02-HTTPS-backend/PeerAuthentication.yaml b/04-Backends/03-HTTPS-backend/PeerAuthentication.yaml similarity index 100% rename from 04-Backends/02-HTTPS-backend/PeerAuthentication.yaml rename to 04-Backends/03-HTTPS-backend/PeerAuthentication.yaml diff --git a/04-Backends/02-HTTPS-backend/README.md b/04-Backends/03-HTTPS-backend/README.md similarity index 100% rename from 04-Backends/02-HTTPS-backend/README.md rename to 04-Backends/03-HTTPS-backend/README.md diff --git a/04-Backends/02-HTTPS-backend/Service.yaml b/04-Backends/03-HTTPS-backend/Service.yaml similarity index 100% rename from 04-Backends/02-HTTPS-backend/Service.yaml rename to 04-Backends/03-HTTPS-backend/Service.yaml diff --git a/04-Backends/02-HTTPS-backend/VirtualService.yaml b/04-Backends/03-HTTPS-backend/VirtualService.yaml similarity index 100% rename from 04-Backends/02-HTTPS-backend/VirtualService.yaml rename to 04-Backends/03-HTTPS-backend/VirtualService.yaml diff --git a/04-Backends/README.md b/04-Backends/README.md index 6cd98ca..159f743 100644 --- a/04-Backends/README.md +++ b/04-Backends/README.md @@ -6,4 +6,12 @@ This section will focus on the interaction with the backend and routing the traf 01-Service_Entry 02-HTTPS-backend -03-HTTPS-backend-with-mTLS (TODO) +03-Outboud-Traffic-Policy +04-HTTPS-backend-with-mTLS (TODO) + +## Heads up + +On the example `03-Outboud-Traffic-Policy`, Istio's `meshConfig.outboundTrafficPolicy` will require to be modified. + +On the example it's used the `istioctl install` command to set that up, as I assume you are testing this examples in a sandbox that you are free to "destroy". +