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)
Linkerd Dashboard is not accesible in kubernetes
I have a 2 nodes kubernetes cluster, 1 master node and 1 worker node which I have setup using kubeadm by using 2 ubuntu-18.04 instances from AWS.
I have tried to install linkerd by using the getting s...
XANDER_015
Votes: 0
Answers: 1
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
Kubernetes Worker Node status NotReady status: node.kubernetes.io/unreachable:NoSchedule
I have a Kubernetes Cluster setup using Kubeadm. Have a master node as well as a worker node.
I have a few pods deployed to the worker node. The Worker node has got no taints and the pods have no tole...

arjunbnair
Votes: 0
Answers: 1
Auto Join Nodes to Kubeadm Clusters In AWS
I'm having to build a demo Kubernetes cluster in AWS using Kubeadm.
Unfortunately, for several reasons, Kops, and EKS are out of the question in my current environment.
How do I deal with things such ...
Metro
Votes: 0
Answers: 2