dev #19

Merged
ofilter merged 8 commits from dev into main 2023-04-23 08:52:42 +02:00
3 changed files with 15 additions and 3 deletions
Showing only changes of commit a9b08a5925 - Show all commits

View File

@ -1,4 +1,8 @@
IDK put some text in there
---
gitea: none
include_toc: true
---
# Istioctl analyze

View File

@ -1,6 +1,11 @@
---
gitea: none
include_toc: true
---
# Based on
- 01-hello_world_1_service_1_deployment
- [01-hello_world_1_service_1_deployment](../../01-Simple/01-hello_world_1_service_1_deployment)
# Description
@ -12,6 +17,8 @@ On this example, we generate a TLS configuration, and afterwards we attach such
# Configuration applied
## Gateway
```yaml
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
@ -39,7 +46,7 @@ spec:
- The TLS configuration is set to simple, and the credentials (the object that contains the certificates/TLS configuration) is set to `my-tls-cert-secret`.
> **Note:**\
> The credentials resource is created further bellow through the [Walkthrough](#Walkthrough) steps.
> The credentials resource is created further bellow through the [Walkthrough](#walkthrough) steps.
> **Note:**\
> For more information regarding the TLS mode configuration, refer to the following [Istio documentation regarding the TLS mode field](https://istio.io/latest/docs/reference/config/networking/gateway/#ServerTLSSettings-TLSmode).

View File

@ -9,3 +9,4 @@ ALL NEEDS DOCUMENTATION
- 05a-FaultInjection-delay
- 05b-FaultInjection-abort
- 06-mTLS (would need some documentation review, mainly go over the differences respective to the template/prior configuration used)
- 07-HTTPS-Gateway-Simple-TLS <- Doesn't respect the changelog format.