Update 16-sidecar-containers/README.md

Co-authored-by: Matthieu Dumont <5095856+Jerska@users.noreply.github.com>
This commit is contained in:
Jawad Seddar 2020-11-12 16:31:20 +01:00 committed by GitHub
parent f749b0b79c
commit e8cf27cb4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Istio, the service mesh tool, installs a sidecar container to do its job: https:
Review and apply the file [01-sidecar.yml](01-sidecar.yml).
Connect to the `nginx` container (`kubectl exec -it two-containers -c nginx`) and look at the file system in `/var/log/nginx`.
Connect to the `nginx` container (`kubectl exec -it two-containers -c nginx -- /bin/sh`) and look at the file system in `/var/log/nginx`.
Do the same for the `fluentd` container and this time look in `/logs`. What do you see?