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)
Budibase helm deployment: host not found in resolver "kube-dns.kube-system.svc.cluster.local" in /etc/nginx/nginx.conf
I installed k8s with kubespray, which deployed coredns as the dns service. When trying to install Budibase through the Helm chart, I'm getting the following error:
[emerg] host not found in resolver &...
Olivier Boudry
Votes: 0
Answers: 1
Usage of 'local' plugin in coredns
As I am new to coredns configurations in kubernetes and I'm trying to explore plugins provided by coredns in kubernetes. I see a plugin named local which will respond with a reply to local requests. B...
anonymous user
Votes: 0
Answers: 1
Coredns is not forwarding the domains to external dns
I tried to customize the coredns of kubernetes by adding a domain and forwarded it to another server using forward plugin in coredns as below.
Corefile: |
console.chn1s1.pub:53 {
log
e...
anonymous user
Votes: 0
Answers: 1
Kubernetes coredns is not reachable from the pod
I have a pod deployed named 'sample_pod' in rancher cluster having a container named 'sample_container'. The sample pod has a service named 'test'. Inside the sample_container, if I try to resolve th...
anonymous user
Votes: 0
Answers: 1