This is the 3rd time that I've found your channel when looking for something IT/tech related. I love your content. Thank you very much @That DevOps Guy for taking the time and putting this stuff together. You've made a subscriber out of me. I know this video is a bit but IMO you're doing a great job my friend and keep up the great work.
Just discovered your channel and I’m impressed, I have seen just two videos and both helped me to have a better understanding. Keep it up, you got a new subscriber!
I love your channel. It is truly underrated in terms of number of subscribers. One quick question. Can you please the system that you are using? the processor, memory, desktop brand etc. I want to buy the same system for me.
One nit-pick: when the icons AND the background are moving like 1:50 it can be a little harder to follow. But then again, maybe it forces me to expend more mental energy and focus more 🤷♂
hey can you help me out? I have included fluentd in the list of services in the docker-compose file for my node app...it has 3 containers - mongodb,nginx and node app containers...the 4th one being fluentd container..,I see the logs/fluentd directory created but no logs are written to it...m using a windows host machine...I would like to mention that I had excluded the root prop in the compose file for fluentd service...could that be a reason for this issue?
Thanks for your video, I need to gather all container logs... in that case.. what are the parameter needs to be added in the production compose files. please help me
Arch btw! Great video as always. I am wondering if you would be able to do a video on SocketIO/WS generally on k8s, I initially ran into some roadblocks with Nginx ingress, Redis, and setting affinity correctly. Fixed it now - but others may be curious. Everything 'seemed' to work fine on one instance, but as soon as another ws server instance was running; k8s' affinity would default to selecting another instance on next connection resulting in 400 errors with Unknown Session ID
Hi sir, I am using Rancher to maintain my all applications in cluster & their logs are stored into container path var/logs/app1.log using log4j file appender. So is it possible to download that logs from container to my local system?
Please, how can i enable Log Rotation? There is a JSON LOG that has 10G already but i know i can not clear it since it can generate some erros with the JSON structure
Hi there there is one situation i am stuck at inside my electron container there is one reporting service who continuously generates log which inside /var/lib/docker/volumes/electron/electronlogs.log here i want to use this command log-opt max-size=10mb max-file=10 how i can write it in a script
great video. Thanks! but i have problem with time fortmat, could you help me . I have prolem with time zone log fluend! when i run any service and fluentd service. fulend was able to get the service's log but the log time is incorrect time displayed on log is path + time + ".log" (testlog.19700101_0.log)
Thanks for sharing your knowledge! Your videos make learning tech easier and super inspiring. Keep it up!
This is the 3rd time that I've found your channel when looking for something IT/tech related. I love your content. Thank you very much @That DevOps Guy for taking the time and putting this stuff together. You've made a subscriber out of me. I know this video is a bit but IMO you're doing a great job my friend and keep up the great work.
Just discovered your channel and I’m impressed, I have seen just two videos and both helped me to have a better understanding.
Keep it up, you got a new subscriber!
It is like you have been reading my "things to figure out" list and making videos off of them. Looking forward to the rest of this series.
👀👉🏽👉🏽 watchin you! 😎
You are rock in docker and kubernetes , I have not seen any other better tutorials like this
I love your channel. It is truly underrated in terms of number of subscribers.
One quick question. Can you please the system that you are using? the processor, memory, desktop brand etc. I want to buy the same system for me.
All those fast moving backgrounds hurt my eyes.
I was wondering about this, thanks for the feedback, will wind this back in future 💪🏽
I like the graphics, helps a lot of explaining complex topics.
Great content! Keep up the good work!
@@amlife180 1:22 That background does anything but help explaining the topic.
cannot wait for the next video ....pls up as soon as possible ,,its very well explained .
Increíble toda la información que compartes, muchas gracias por enseñar tus conocimientos. Saludos desde Costa Rica
Very useful and simple way to explain...thank you!
Love your channel, greetings from Warsaw :)
Great video ! I really like the way you present. I am looking forward to watching next part
Thank you! As always great quality video
thank you very much this video helped me a lot.
Lifesaver! Definitely subscribing
One nit-pick: when the icons AND the background are moving like 1:50 it can be a little harder to follow. But then again, maybe it forces me to expend more mental energy and focus more 🤷♂
Thanks Marcel!
Please make a detail video on collect containers using fluent-bit and redirect to azure log analytics
Your video are very informative, keep posting
hey can you help me out? I have included fluentd in the list of services in the docker-compose file for my node app...it has 3 containers - mongodb,nginx and node app containers...the 4th one being fluentd container..,I see the logs/fluentd directory created but no logs are written to it...m using a windows host machine...I would like to mention that I had excluded the root prop in the compose file for fluentd service...could that be a reason for this issue?
Thanks for your video, I need to gather all container logs... in that case.. what are the parameter needs to be added in the production compose files. please help me
do you have any series with data dog?
It nice..can you cover a video on sending fluentd logs to cloudwatch ? So developer can watch app logs from there to see if pod crashed for any reason
Any chance you follow up with this + with data coming from rabbitmq? (RELK)
Awesome 👍
you can send log remotely using json driver or fluentd,etc drivers.
Good job! But the logging directory not yet on github,plz.
Hi Bro, can you please make a video on EFK stack on minikube kubernetes 🙏
Arch btw! Great video as always. I am wondering if you would be able to do a video on SocketIO/WS generally on k8s, I initially ran into some roadblocks with Nginx ingress, Redis, and setting affinity correctly. Fixed it now - but others may be curious.
Everything 'seemed' to work fine on one instance, but as soon as another ws server instance was running; k8s' affinity would default to selecting another instance on next connection resulting in 400 errors with Unknown Session ID
Very interesting/useful. Do you have any experience/thoughts on Loki versus fluentd?
I've not worked with Loki before, but I'm super keen to cover it in this series 💪🏽
Only top videos 👌
very helpful like always
Hi sir, I am using Rancher to maintain my all applications in cluster & their logs are stored into container path var/logs/app1.log using log4j file appender. So is it possible to download that logs from container to my local system?
Please, how can i enable Log Rotation? There is a JSON LOG that has 10G already but i know i can not clear it since it can generate some erros with the JSON structure
Awesome
Hi there there is one situation i am stuck at inside my electron container there is one reporting service who continuously generates log which inside /var/lib/docker/volumes/electron/electronlogs.log here i want to use this command log-opt max-size=10mb max-file=10 how i can write it in a script
could you make a movie about network security in kubernetes e.g. Calico
didn’t work meta on cri-o/containerd
Great video, but man, the blinking, the moving, so hard to concentrate and watch, can probably cause a seizure even without history of epilepsy :(
great video. Thanks! but i have problem with time fortmat, could you help me .
I have prolem with time zone log fluend!
when i run any service and fluentd service.
fulend was able to get the service's log but the log time is incorrect
time displayed on log is path + time + ".log" (testlog.19700101_0.log)