diff --git a/01-Getting_Started/README.md b/01-Getting_Started/README.md index d1fe4ea..36b2102 100755 --- a/01-Getting_Started/README.md +++ b/01-Getting_Started/README.md @@ -5,7 +5,8 @@ include_toc: true # Getting Started -The idea of these examples is to get yourself familiarized with the basic elements used on Istio, allowing you to explore the documentation as well of proceeding with other examples or tests on your onw. +The idea of these examples is to get yourself familiarized with the basic elements used on Istio, allowing you to +explore the documentation as well of proceeding with other examples or tests on your onw. On these examples you will find the following Istio resources: diff --git a/02-Traffic_management/README.md b/02-Traffic_management/README.md index 9efb673..b60ad8b 100644 --- a/02-Traffic_management/README.md +++ b/02-Traffic_management/README.md @@ -1,2 +1,12 @@ -This gloves the resources `Virtual Service` and `Destination Rule`. +# Description + +This section involves the configuration of `Virtual Service` objects. + +# Examples + +- 01-header_routing +- 02-DirectResponse-HTTP-Body +- 03-HTTPRewrite +- 04-HTTPRedirect + diff --git a/03-Gateway_Ingress/01-Host_Based_Routing/README.md b/03-Gateway_Ingress/01-Host_Based_Routing/README.md index 93676e5..ef93cc6 100755 --- a/03-Gateway_Ingress/01-Host_Based_Routing/README.md +++ b/03-Gateway_Ingress/01-Host_Based_Routing/README.md @@ -25,7 +25,7 @@ This example configures: # Based on -- [01-hello_world_1_service_1_deployment](../../01-Getting_Started/01-hello_world_1_service_1_deployment +- [01-hello_world_1_service_1_deployment](../../01-Getting_Started/01-hello_world_1_service_1_deployment) # Configuration diff --git a/03-Gateway_Ingress/02-Restrict_Namespaces/README.md b/03-Gateway_Ingress/02-Restrict_Namespaces/README.md index 940472d..df0b2d8 100755 --- a/03-Gateway_Ingress/02-Restrict_Namespaces/README.md +++ b/03-Gateway_Ingress/02-Restrict_Namespaces/README.md @@ -28,7 +28,7 @@ This example configures: # Based on -- [01-hello_world_1_service_1_deployment](../../01-Getting_Started/01-hello_world_1_service_1_deployment +- [01-hello_world_1_service_1_deployment](../../01-Getting_Started/01-hello_world_1_service_1_deployment) # Configuration diff --git a/03-Gateway_Ingress/04a-HTTPS-min-TLS-version/README.md b/03-Gateway_Ingress/04a-HTTPS-min-TLS-version/README.md index 74374f7..13e318b 100644 --- a/03-Gateway_Ingress/04a-HTTPS-min-TLS-version/README.md +++ b/03-Gateway_Ingress/04a-HTTPS-min-TLS-version/README.md @@ -5,7 +5,7 @@ include_toc: true # Based on -- [07-HTTPS-Gateway-Simple-TLS](../03-HTTPS-Gateway-Simple-TLS) +- [03-HTTPS-Gateway-Simple-TLS](../03-HTTPS-Gateway-Simple-TLS) # Description diff --git a/03-Gateway_Ingress/04b-HTTPS-max-TLS-version/README.md b/03-Gateway_Ingress/04b-HTTPS-max-TLS-version/README.md index ae1d63d..56edfea 100644 --- a/03-Gateway_Ingress/04b-HTTPS-max-TLS-version/README.md +++ b/03-Gateway_Ingress/04b-HTTPS-max-TLS-version/README.md @@ -5,7 +5,7 @@ include_toc: true # Based on -- [08a-HTTPS-min-TLS-version](../04a-HTTPS-min-TLS-version) +- [04a-HTTPS-min-TLS-version](../04a-HTTPS-min-TLS-version) # Description diff --git a/03-Gateway_Ingress/05-TCP-FORWARDING/README.md b/03-Gateway_Ingress/05-TCP-FORWARDING/README.md index 34d1ce3..4492f21 100644 --- a/03-Gateway_Ingress/05-TCP-FORWARDING/README.md +++ b/03-Gateway_Ingress/05-TCP-FORWARDING/README.md @@ -5,7 +5,7 @@ include_toc: true # Based on -- [08a-HTTPS-min-TLS-version](../04a-HTTPS-min-TLS-version) +- [04a-HTTPS-min-TLS-version](../04a-HTTPS-min-TLS-version) # Description diff --git a/03-Gateway_Ingress/06-TLS-PASSTHROUGH/README.md b/03-Gateway_Ingress/06-TLS-PASSTHROUGH/README.md index 1172b82..1e3adfb 100644 --- a/03-Gateway_Ingress/06-TLS-PASSTHROUGH/README.md +++ b/03-Gateway_Ingress/06-TLS-PASSTHROUGH/README.md @@ -5,7 +5,7 @@ include_toc: true # Based on -- [10-TCP-FORWARDING](../05-TCP-FORWARDING) +- [05-TCP-FORWARDING](../05-TCP-FORWARDING) # Description diff --git a/03-Gateway_Ingress/07-HTTP-to-HTTPS-traffic-redirect/README.md b/03-Gateway_Ingress/07-HTTP-to-HTTPS-traffic-redirect/README.md index 2eb8e66..7288f33 100644 --- a/03-Gateway_Ingress/07-HTTP-to-HTTPS-traffic-redirect/README.md +++ b/03-Gateway_Ingress/07-HTTP-to-HTTPS-traffic-redirect/README.md @@ -5,7 +5,7 @@ include_toc: true # Based on -- [07-HTTPS-Gateway-Simple-TLS](../03-HTTPS-Gateway-Simple-TLS) +- [03-HTTPS-Gateway-Simple-TLS](../03-HTTPS-Gateway-Simple-TLS) # Description diff --git a/03-Gateway_Ingress/README.md b/03-Gateway_Ingress/README.md index e69de29..28428f2 100644 --- a/03-Gateway_Ingress/README.md +++ b/03-Gateway_Ingress/README.md @@ -0,0 +1,12 @@ +# Description + +This section focuses (but not limited to) on the configuration of `gateway` objects, providing examples of instances regarding how to limit to which `VirtualService` objects a `Gateway` object can connect to, regarding how to configure a HTTP to HTTPS redirect, or it's TLS configuration. + +# Examples + +- 01-header_routing +- 02-DirectResponse-HTTP-Body +- 03-HTTPRewrite +- 04-HTTPRedirect + +