Our container creates log files in /var/appname/app1/java log and other multiple log files. While development,we used to connect the container directly and access the log file using bind mounts. Can anyone suggest how to deal with in azure kubernetes aks? The logs section in monitoring shows only default logs.
I can access the logs using kubectl command or with volumes. But we need this to be visible in azure kubernetes portal logs section so that we can see the daily statistics.
Can you please suggest how to do that.?