Added directories
to the main README.md
This commit is contained in:
parent
309a9dded7
commit
0cc6c09c53
48
README.md
48
README.md
@ -12,6 +12,54 @@ Currently, the resources are under a relocation and the folders might contain th
|
||||
|
||||
# Stuff
|
||||
|
||||
## Directories
|
||||
|
||||
```text
|
||||
├── 00-Troubleshooting
|
||||
├── 01-Getting_Started
|
||||
│ ├── 01-hello_world_1_service_1_deployment
|
||||
│ ├── 02-hello_world_1_service_2_deployments_unmanaged
|
||||
│ ├── 03-hello_world_1_service_2_deployments_managed_version
|
||||
│ └── 04-hello_world_1_service_2_deployments_managed_version_foo_namespace
|
||||
├── 02-Traffic_management
|
||||
│ ├── 01-2_deployments_method
|
||||
│ ├── 02-DirectResponse-HTTP-Body
|
||||
│ ├── 03-HTTPRewrite
|
||||
│ ├── 04-HTTPRedirect
|
||||
│ ├── 05a-FaultInjection-delay
|
||||
│ ├── 05b-FaultInjection-abort
|
||||
│ ├── 05-hello_world_1_Service_Entry
|
||||
│ ├── 06-hello_world_1_HTTPS-Service_Entry
|
||||
│ │ └── src
|
||||
│ ├── 06-mTLS
|
||||
│ ├── 07-HTTPS-Gateway-Simple-TLS
|
||||
│ ├── 08a-HTTPS-min-TLS-version
|
||||
│ ├── 08b-HTTPS-max-TLS-version
|
||||
│ ├── 09-HTTPS-backend
|
||||
│ ├── 10-TCP-FORWARDING
|
||||
│ ├── 11-TLS-PASSTHROUGH
|
||||
│ ├── 12-HTTP-to-HTTPS-traffic-redirect
|
||||
│ └── src
|
||||
├── 03-Sidecar
|
||||
│ └── 01-ingress-proxy-forwarding
|
||||
├── 04-Envoy
|
||||
│ └── 01-envoy_add_headers
|
||||
├── 05-MeshConfig
|
||||
│ └── 01-Outboud-Traffic-Policy
|
||||
├── 06-AuthorizationPolicy
|
||||
│ ├── 01-target-namespaces
|
||||
│ ├── 02-target-service-accounts
|
||||
│ └── 03-target-deployments
|
||||
├── 09-Ingress
|
||||
│ └── 01-Create-Istio-LoadBalancer
|
||||
├── 10-PeerAuthentication
|
||||
│ ├── 01-disable-mTLS
|
||||
│ └── 02-portLevelMtls
|
||||
├── 99-resources
|
||||
│ └── HTTPS-NGINX-DOCKERFILE
|
||||
└── XX-CirtcuitBreaking
|
||||
```
|
||||
|
||||
## Glossary
|
||||
|
||||
https://istio.io/latest/docs/reference/glossary/
|
||||
|
Loading…
x
Reference in New Issue
Block a user