From 0a1e36dcaf3a71bb2d43fec061b4369ee8bfc205 Mon Sep 17 00:00:00 2001 From: savagebidoof Date: Sat, 14 Oct 2023 11:08:51 +0200 Subject: [PATCH] Added section README.md for: - 09-Ingress --- 09-Ingress/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 09-Ingress/README.md diff --git a/09-Ingress/README.md b/09-Ingress/README.md new file mode 100644 index 0000000..571f661 --- /dev/null +++ b/09-Ingress/README.md @@ -0,0 +1,15 @@ + +## Description + +This section is focused in the Ingress Load balancers and how to install or set them up. + +Nevertheless, currently only contains how to install through the IstioOperator. + +## Examples + +- 01-Ingress-IstioOperator + + +## Links of interest + +- https://istio.io/latest/docs/setup/additional-setup/gateway/ \ No newline at end of file