Udemy Labs - Certified Kubernetes Application Developer - Multi-Container PODs 오답노트

hyereen·2025년 1월 25일

Kubernetes

목록 보기
16/53

8
Edit the pod in the elastic-stack namespace to add a sidecar container to send logs to Elastic Search. Mount the log volume to the sidecar container.

Only add a new container. Do not modify anything else. Use the spec provided below.

Note: State persistence concepts are discussed in detail later in this course. For now please make use of the below documentation link for updating the concerning pod.

https://kubernetes.io/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume/

풀이
https://kubernetes.io/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume/

문제의 조건을 확인 잘하자.. 여기서는 네임스페이스를 잘못써서 틀림 ㅠㅠ

0개의 댓글