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
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
Hello,
I am trying to use rsyslog appliance docker image
[rsyslog/syslog_appliance_alpine] to deploy rsyslog server and rsyslog
agent in k8s.
With configmaps, service, daemonsets and deployment all pods are up
and running but, the rsyslog server is not receiving logs from the
agent pods [DaemonSe
3 matches
Mail list logo