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)
Access dockerized Nginx
I have a react app dockerized along with Nginx
### First Stage ###
FROM node:alpine AS builder
WORKDIR /usr/src/app
COPY ./package.json ./
COPY ./yarn.lock ./
RUN yarn install
COPY . .
RUN yarn b...

Saeid
Votes: 0
Answers: 1
How to whitelist entire kubernetes cluster on external server
I have a kubernetes cluster with several nodes, and it is connecting to a SQL server outside of the cluster. How can I whitelist these (potentially changing) nodes on the SQL server firewall, without ...

Papi Abi
Votes: 0
Answers: 1
Port 6443 connection refused when setting up kubernetes
I am reading the documentation for using kubeadm to set up a Kubernetes cluster. I am running Ubuntu Server 20.04 on three VMs but am currently only working with one of them before doing the configura...
Foxler2010
Votes: 0
Answers: 5