zd9KgA
zd9KgA
Hi, `batchv1.JobSpec.template` is a `PodTemplateSpec [core/v1]`, and it's `spec` entry is a `PodSpec [core/v1]`. The `containers` entailed are of type `Container [core/v1]`. I didn't have a `Job` at hand, but...
Hi @JorTurFer, Willingness is not the limitation. I lack sufficient acquaintance with `golang` to be of good help. But I certainly have a set-up using which I could assist testing...
Hi @jakubdyszkiewicz: The description looks promising. Is there an image at docker hub that I could use to test?
Hi @michaelbeaumont: Understood. As I have no infrastructure in place to build the images myself, I am wondering whether images like `[1.8.1-preview.8b4194ea6](https://hub.docker.com/layers/kuma-dp/kumahq/kuma-dp/1.8.1-preview.8b4194ea6/images/sha256-53d88df0d636a454d2717a34858df1e3f5bf6eaa9e5dd47335fcb9ddc4ab529f?context=explore)` has this feature included.
I'll have a try.
What I can report as of now is that the computational flow in my experiments was disrupted multiple times. I'm just rerunning the experiment with KEDA ScaledJob (--> Job) as...
Hi! The switch-over to ScaledObject(s) *did not work*. But as apparently even the connection to `fluentd` is lost, I lost visibility. This is currently being reestablished by setting `traffic.kuma.io/exclude-outbound-ports` appropriately....
Hi @michaelbeaumont, In parts: I haven't gained detailed insight into the timing / sequence of events, but I can assert that the behavior is *not* as expected. Once the pod...
P.S. All cases I observe relate to `ExternalService` - in case this is of any relevance.
Hi @slonka, I'm still using my work-around to cope with https://github.com/kumahq/kuma/issues/4720, which is okay for the time being. For my understanding the adoptions of https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/ will fundamentally resolve my issues...