Michael Montgomery
Michael Montgomery
@apgapg As noted, `agentPolicies` needs to be configured in Kibana for this to function properly Check our [default fleet example](https://github.com/elastic/cloud-on-k8s/blob/main/config/recipes/elastic-agent/fleet-kubernetes-integration.yaml), and our [eck-stack example](https://github.com/elastic/cloud-on-k8s/blob/main/deploy/eck-stack/examples/agent/fleet-agents.yaml). @azhurbilo can we get a full...
After discussion, we've decided to take the approach of using an init container to make this user experience better. Since the gid in openshift is known, we'll take this approach:...
@gittihub123 I'll investigate this and get back to you.
@gittihub123 The below appears to be required in the case of openshift: ``` deployment: replicas: 1 podTemplate: spec: containers: - name: agent securityContext: privileged: true
@gittihub123 Running Agent and/or Beat in an openshift environment has many more complexities than running in a standard Kubernetes environment. We document these issues [here](https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-openshift.html). We also have some beats...
> Syslog source (ciscoFTD, palo alto etc) -> Openshift route (for example ciscoftd.dev.test.com) -> elastic agent SVC (created by me to expose the elastic agents) -> elastic-agent pods. This solution...