Questions tagged [sidecar]
107 questions
0
votes
0 answers
Issue in updating file in a prometheus pod using sidecar container
I am using below manifest file to create sidecar container for existing prometheus pod (kube prometheus stack)
`kind: Pod
apiVersion: v1
metadata:
name: sidecar-prometheus
spec:
volumes:
- name: logs
emptyDir: {}
containers:
- name:…
0
votes
0 answers
How authenticate to my oauth2-proxy sidecar using bearer token?
I am trying to send a POST request to docat, which is protected by oauth2-proxy sidecar. But I am unable to include my access token in the post request to get it to work. I need help troubleshooting on where to begin looking for my issue.
This is my…

Prokie
- 66
- 7
0
votes
0 answers
Failed to run spring-boot-consul client in weblogic
I am trying to register all the manage servers running in WebLogic 12 in Consul Discovery Server. In order do do that, I create a war project with spring-cloud-consul dependency. This is a spring-boot application. application run with each manage…

Angelo G
- 1
- 2
0
votes
0 answers
Kubernetes sidecar container impact file system of the app container
In high level:
When I add a sidecar container to the pod the app container can't find the jar file in the home folder then the container is crashed.
Details
I have a pod that consists of two containers.
App container and sidecar container.
The…

Dudi
- 1
- 1
0
votes
0 answers
Why can't my Docker container ping my Jenkins sidecar container by hostname instead of IP?
I'm attempting to use the paradigm of Jenkins sidecar containers so that I can have one container running a postgres database while another container makes connections to it:…

jewbix.cube
- 485
- 6
- 19
0
votes
0 answers
Add a sidecar container to open5GS NFs
I'm trying to add a sidecar container inside open5gs NFs. I want to modify the helm charts available here:
https://github.com/Gradiant/openverso-charts/tree/master/charts
I have created a sidecar container image. I want to run this image as a…

Hinddeep S. Purohit
- 61
- 7
0
votes
1 answer
What happens if Dapr fail?
I would like to know what happens if Dapr fails. For example, if my service's sidecar or even the Control Plane fails, what is the expected behavior of my application?
Oh, and would there be any way for me to simulate these error cases?
Context:
In…

Ocimar
- 53
- 1
- 6
0
votes
1 answer
Vault 'agent-inject-template' annotation throwing error
I want to update my existing vault 'agent-inject-template' annotation to support the 'export' option as mentioned in the official doc.
Kubernetes version - 1.21
Current working template
{{- range $value := $.Values.vault.secrets }}
…

Sachin C
- 1
- 3
0
votes
1 answer
How to inject sidecar via deployment that points to new istiod rather than pointing to old istio
We have installed one istio and labeled namespace(default) istio.io/rev=1-8-1 and all services under this namespace are pointed to 1-14-1 istiod. Now i tried to install new istio whose revision is istio.io/rev=1-14-1. I want to test only one…

saurav
- 1
- 1
0
votes
1 answer
How to use values in Vault annotation content in Helm Chart
Vault is integrated with K8s cluster as side car and this cluster is deployed by using helm chart.
As a part of helm chart below is code :
vault.hashicorp.com/agent-inject-template-dbsecret: |
{{`{{- with secret "path" -}}
…

Jatin Panchal
- 77
- 8
0
votes
0 answers
Monut Volume from sidecar with longhorn on k3s
i am using k3s on prem with longhron as central storage. i am using multilpe deployments of joomla. I have to mount a nfs container as sidecar to upload data to the containers persistent volume. The problem ist, that the longshorn storae is a block…

Chiacomo
- 1
0
votes
1 answer
How to inject custom tags into OpenTelemetry when using a side-car pattern
I am new to OpenTelemetry. I am trying to understand how to set up custom tags when using a side-car Observability pattern as DAPR.
My point is to find a way to add OpenTelemetry tags to a Trace in an app service.DAPR side-car container inject…

toto'
- 1,325
- 1
- 17
- 36
0
votes
0 answers
Cannot deploy Theia plugin on Che with sidecar container
I am trying to deploy a custom Theia plugin on a Che workspace. The plugin is intended to execute a task on the hosting system to generate some code. So it will ask the user for some input parameters (a REST service specification file, and a…
0
votes
0 answers
Universal splunk forwarder as sidecar not showing internal splunk logs
I have implemented a sidecar container to forward my main application logs to splunk.
Have used universalsplunkforwarder image.
After I deploy both my main application and forwarder seems up and running. But anyway not recieving any logs in splunk…

Bhagya arer
- 1
- 1
0
votes
1 answer
How to use git-sync image as a sidecar in kubernetes that git pulls periodically
I am trying to use git-sync image as a side car in kubernetes that runs git-pull periodically and mounts cloned data to shared volume.
Everything is working fine when I configure it for sync one time. I want to run it periodically like every 10…

Musa
- 15
- 1
- 5