Compare commits

...

2 Commits

Author SHA1 Message Date
savagebidoof
e883755680 Added section README.md for:
- 10-mTLS_PeerAuthentication

Renamed its files to use a capital letter at the start of the files.
2023-10-14 11:14:19 +02:00
savagebidoof
0a1e36dcaf Added section README.md for:
- 09-Ingress
2023-10-14 11:08:51 +02:00
12 changed files with 25 additions and 0 deletions

15
09-Ingress/README.md Normal file
View File

@ -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/

View File

@ -0,0 +1,10 @@
## Description
This section is focused regarding mTLS, using Kiali dashboard to confirm which services have mTLS enabled, how to enable and disable mTLS, and as well how to apply a desired configuration targeting a specific port.
## Examples
- 01-mTLS
- 02-disable-mTLS
- 03-mTLS-per-port-settings