Re: [rsyslog] rsyslog in k8s not working

2024-09-27 Thread Amey via rsyslog
Hello Sergio, Thank you for your reply. here are my yaml files = 1) apiVersion: v1 kind: ConfigMap metadata: name: rsyslog-agent-config namespace: poc data: rsyslog.conf: | module(load="imtcp") # For TCP reception module(load="imudp") # For UDP reception module(load="imfile") # Module to read lo

Re: [rsyslog] rsyslog in k8s not working

2024-09-26 Thread Sergio Arroutbi via rsyslog
Hello Amey. Some questions: 1 - May I ask you to please share your k8s service configuration yaml or share the output of "kubectl get service -o yaml" and "kubectl get service"? 2 - Are you testing this in some kind of special cluster (bare metal, whatever), or through minikube? If you could prov