Questions tagged [sidecar]

107 questions
2
votes
0 answers

MacOS: What is the Terminal command to connect to a particular Sidecar device?

Scenario: I have an iMac Pro and iPad Pro that are both compatible with Sidecar. I keep both devices connected by a cable. Desire/Problem: When I start up or unlock the iMac, I want to automate the Sidecar connection between these two devices. (In…
Andrew Kawel
  • 191
  • 1
  • 3
2
votes
1 answer

Distributed database with hundreds of read-only replicas which can synchronise asynchronously through HTTP

I have a service running as a sidecar next to a variety of applications. This service needs to be extremely fast and do not make remote calls. It has to have in-memory database. The contents of this database have to be populated and kept up-to-date…
kboom
  • 2,279
  • 3
  • 28
  • 43
2
votes
1 answer

How to adjust the graceful shutdown period in sidecar

Would like to know if there are any setting to adjust the graceful shutdown period for sidecar container in kubernetes? As we have found out that the period is too short and want to extend it.
hellowong
  • 119
  • 12
2
votes
1 answer

Ephemeral containers in Kubernetes

I create a standard nginx pod and I want to run a sidecar container, but it's not working for me in Kubernetes 1.18 - 1.20. # kubectl alpha debug nginx --image=busybox --target=nginx Defaulting debug container name to debugger-6wlb5. # kubectl…
mzv
  • 187
  • 1
  • 3
  • 11
2
votes
1 answer

SQL Cloud Proxy keeps restarting the connection when used as a sidecar

I'm having a weird issue with SQL Proxy when I use it as a sidecar with my deployment on my Kubernetes cluster. In summary, it keeps closing the connection for the client then opening a new one right away without causing any fatal exception! My…
2
votes
3 answers

Add Sidecar container to running pod(s)

I have helm deployment scripts for a vendor application which we are operating. For logging solution, I need to add a sidecar container for fluentbit to push the logs to aggregated log server (splunk in this case). Now to define this sidecar…
Obaid Maroof
  • 1,523
  • 2
  • 19
  • 40
2
votes
1 answer

What is the purpose of oauth2 proxy sidecar?

Could you please provide explanation for what reason oauth2-proxy as sidecar can be used? For example an architecture where every pod in k8s has this sidecar, which proxies to Keycloack.
xeLL
  • 487
  • 2
  • 9
  • 24
2
votes
1 answer

istio-1.7.2 installation, missing dashboards and pods?

I have installed istio using the official reference as on Getting Started page. Below are the commands i used: $ curl -L https://istio.io/downloadIstio | sh - $ istioctl install --set profile=demo $ kubectl label namespace default…
user14198645
2
votes
0 answers

spring cloud gateway intercept all incoming and outgoing request

It going to be one backend application that expose some REST endpoint and can make call to other backend. This application run in one host. I want on same host run other application - Sidecar. It should: 1)Sidecar should receive all outgoing traffic…
Alstresh
  • 583
  • 2
  • 4
  • 16
2
votes
1 answer

Getting error connection refused when trying to consul connect using sidecar proxy to web

I am following this tutorial https://learn.hashicorp.com/consul/getting-started/connect at the point when I ran consul connect proxy -sidecar-for web it started throwing this error: 2020-07-26T14:30:18.243+0100 [ERROR] proxy.inbound: failed to…
Ciasto piekarz
  • 7,853
  • 18
  • 101
  • 197
2
votes
0 answers

Sidecar, Touch Bar and active Apps

I have a problem with the Sidecar and Touch Bar feature of iPad and MacOS Catalina. I can connect and see everything on the iPad including the Touchbar. If I focus an application which is displayed on the iPad the Touchbar shows the corresponding…
Barzille
  • 395
  • 1
  • 5
  • 19
2
votes
1 answer

Is there an alternative to NSFileCoordinator for opening related files in a sandbox?

This is a follow-up to Access sidecar files in a Mac sandboxed app. Though not covered in the answer there, the Apple docs teach us that to access a "related file" we must use an NSFileCoordinator for access (ref). This is a little heavy for my…
Lightness Races in Orbit
  • 378,754
  • 76
  • 643
  • 1,055
1
vote
0 answers

SSRF Prevention on Pupeteer on HTML to Image functionality

I have a website where people can upload HTML/AMP template and we generate thumbnail of the uploaded template. Now the issue is that since people can upload any HTML/AMP templates and it can have script under