Skip to main content

Unanswered Questions

18 questions with no upvoted or accepted answers
2 votes
0 answers
78 views

How to deploy dockerized MERN stack app on AWS EC2 instance?

I dockerized my MERN stack app (Next js, node js, MongoDB) and tried to deploy it on the AWS EC2 instance. When I try to access my backend on port 5000 via AWS Public IP, it works fine but when I try ...
1 vote
1 answer
245 views

AWS- How to estimate a server configuration for nginx load balancer?

What kind of parameters can be used to estimate how much memory and the number of CPU cores are required for a load balancer? I have a requirement to setup LB based on Nginx to route the traffic to ...
1 vote
0 answers
2k views

Docker compose curl healthcheck on official nginx image not working

We have the following DockerFile FROM nginx RUN apt-get update && apt-get install -y curl \ && rm -rf /var/lib/apt/lists/* COPY nginx.conf /etc/nginx/nginx.conf EXPOSE 443 WORKDIR /...
0 votes
0 answers
16 views

Dockerized Nginx wont display Dockerized React application

How can I update my nginx config so the docker nginx will display my dockerized react website, both docker containers on the same host. I can visit the react application through localhost at the ...
0 votes
0 answers
3 views

Kubernetes is no accepting traffic from my Load Balancer when I deploy it in Terraform in DigitalOcean

When I deploy my ingress controller I get an error from digital ocean dashboard 0/1 Kubernetes nodes accepting traffic -- First I create my kubernetes cluster named avatares_cluster # main.tf ...
0 votes
1 answer
16 views

How do Istio Gateway ,VirtualService ,DestinationRule works together to fullfill a request?

I have a app running on k8s with istio as service mesh and nginx as ingress controller. I wonder what would be the request flow to my service. Is it possibly like so: user-request -->istio_gateway -...
0 votes
0 answers
19 views

Minikube NGINX Unable to connect to the remote server

i have installed and run minikube on my NUK for testing purpose. Im trying to expose an nginx instance running on a POD so that it can be reached from another PC on the same network. My network is ...
0 votes
0 answers
8 views

Running GKE Cluster behind a FortiGate Firewall VM

I have a simple project in which I should implement and deploy a GKE cluster behind a FortiGate FW, the Architecture of my project is (project is deployed on Google Cloud Platform): An external VPC ...
0 votes
0 answers
49 views

Load balancing between Slurm clusters

What strategy of load balancing in k8s would be recommended between Slurm (think SGE) clusters? The reason I raise this is Slurm has a Pythonic API governing the queuing system. Information can freely ...
0 votes
0 answers
24 views

how to choose where to redirect a request depending on the validity of the token?

Is it possible to implement, and if so, how, redirecting a request to different places depending on whether the token in the request header is valid or invalid? For example my configuration: ...
0 votes
1 answer
534 views

Increase NGINX Client_Max_Body_Size via YAML (AKS)

TLDR: Can I utilize my existing deployment YAML (see dev-deployment.yaml snippet below) to specify a client_max_body_size to a server or servers in my nginx ingress? Some background: I recently added ...
0 votes
0 answers
185 views

Reverse proxy in front of Google Artifact Registry (GAR)

Using GAR, requires the usage of some "generic" URLs, like europe-west-1-docker.pkg// We would like to use a custom URL and then load balance to the proper registry based on that URL/path. ...
0 votes
0 answers
160 views

How to generate swagger documentation from nginx conf file?

I need to get a list of endpoints, that are currently available on nginx plus. Live or list view before running nginx. However I couldn't find any solution. Is it even possible and if so, with some ...
0 votes
1 answer
384 views

nginx reverse proxy on docker - problem with setup custom ip for each domain

I an have nginx reverse proxy running in a docker container. On the host server I have a service failover ip. I want set for each domain on the nginx server to a custom ip, beacause at the moment all ...
0 votes
2 answers
2k views

How can I map a domain to docker containers?

I have a Redhat Linux server. In that, I installed docker and run docker containers in it. Now I want to map a domain to docker containers by using Nginx. What is the correct process to map domains by ...

15 30 50 per page