Hi All,
We have installed Nginx-ingress controller daemonset using helm chart.
I am searching for solution to store Nginx-ingress logs (/var/log) permanently, because when ingress pod is restarted we lost all logs.
I am trying to install promtail daemonset but not able to share the data between the pods (daemonet).
Can we attach separate volume to each pod of Nginx-ingress daemonset ?
if yes, how to attach the volume to each pod using Nginx-ingress Helm chart ?
Thanks & Regards,
Shailesh
Cluster information:
Kubernetes version: EKS - 1.20
Cloud being used: AWS
Installation method:
Host OS: AWS linux
CNI and version:
CRI and version:
You can format your yaml by highlighting it and pressing Ctrl-Shift-C, it will make your output easier to read.