python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Kubernetes: why i can not reach the app when i hit <WORKER_PUBLIC_IP>:<PORT>?
I created a kubernetes cluster using kubeadm, I initiated it using kubeadm init --pod-network-cidr=192.168.0.0/16 and the returned token looks like: kubeadm join 172.31.103.17:6443 --token 3e0aiz.qvzl...
Mohamed
Votes: 0
Answers: 1
Springboot Swagger Ui Throwing Whitelabel Error Page when Accessed using K8S IP and Nodeport
I have created a simple Springboot application which runs on my localhost port number 9091 which returns "Hello world!!!" when http://localhost:9091/helloWorld url is invoked.
Below are the ...

Srinivasan Ramu
Votes: 0
Answers: 1
Escape k8s nodePort range
I am forced to use the usual nodePort range 30000-32000 on managed kubernetes.
However, I need a specific port being exposed from every node outside of that range. Let's say that is port 5000. So, I'v...
julius
Votes: 0
Answers: 0
Access NodePort Service Outside Kubeadm K8S Cluster
I have two Ubuntu VMs created using Oracle Virtual Box on my Windows 11 laptop. I setup a k8s cluster using kubeadm with these two Ubuntu VMs, one of them is a master node and an another one is a work...

Srinivasan Ramu
Votes: 0
Answers: 2