python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
GKE Kubernetes HOW to Proxy SELECT Queries from POD to read replicas
I have multiple SQL Read-only replicas setup on my GCP environment. I have two requirements.
Loadbalance select queries from my app pod to multiple read-only replicas.
Read-Replicas can increase/dec...

Ali Ahmad
Votes: 0
Answers: 1
target group for multiple containers load balancer AWS
I have 3 containers deployed on ecs and traffic is distributed by an application load balancer, swagger on this individual containers can be accessed via e.g 52.XX.XXX.XXX/swagger.
I need the services...
badman
Votes: 0
Answers: 1
PHP - let client read image from another sever
Lets say the client types:
serverA.com/image.php?bla.jpg
now on
serverA.com/image.php?bla.jpg
I want to send the image from
serverB.com/image/bla.jpg
directly to the client without sending the imag...

user17897101
Votes: 0
Answers: 1
Apache load balancer: enable/disable workers does not work anymore
I have a script that sends POST requests to Apache load balancer to change status_D parameter of the specified worker. This is supposed to enable or disable worker (0 - enable, 1 - disable).
This used...
AndyH
Votes: 0
Answers: 1