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 forward traffic from specific host and port to pod
I am attempting to route client's requests to a specific pod (ingress) for TLS termination. The path way looks like the following:
client request to https://172.16.0.20:8000 (this cannot change) ->...
tiger_groove
Votes: 0
Answers: 0
Deleted kube-proxy
I've accidently deleted kube-proxy from my k3s cluster. How can I restore it?
Any object type is non-existent anymore, this command gives an empty result:
kubectl get all --all-namespaces | grep prox
...
Michael
Votes: 0
Answers: 1
How to restore accidentally deleted a kube-proxy DaemonSet in a Kubernetes cluster?
I accidentally deleted kube-proxy daemonset by using command: kubectl delete -n kube-system daemonset kube-proxy which should run kube-proxy pods in my cluster, what the best way to restore it?
That's...
Alexandr Lebedev
Votes: 0
Answers: 2
Kubernetes Pods unable to resolve external host
I am running a 3 Node Kubernetes cluster with Flannel as CNI. I used kubeadm to setup the cluster and the version is 1.23.
My pods need to talk to external hosts using DNS addresses but there is no DN...

Krishnom
Votes: 0
Answers: 1