deployment
deployment copied to clipboard
Scripts, utilities, and examples for deploying CoreDNS.
Hi, Your documentation only explains how to install CoreDNS on a cluster already running kube-dns. What if I have a fresh new cluster, not running kube-dns? What is the best...
How to set log file path when use systemd
Note that this only package for x86_64 Signed-off-by: SayfEddine
./rollback.sh | kubectl apply -f - ``` % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 6904 100 6904 0...
Currently the default corefile deployed by our deployment script uses a single server block. e.g. ``` .:53 { errors health ready kubernetes { pods insecure fallthrough in-addr.arpa ip6.arpa } prometheus...
As per https://github.com/kubernetes/kubernetes/pull/120116 Kubernetes 1.29 supports CoreDNS v1.11.1
**What would you like to be added**: It would be nice if CoreDNS was in the official Debian package sources. **Why is this needed**: This would simplify an automatic updating...
Hi all, I hope this PR will be helpful and appreciated. I needed to run ```coredns``` with systemd and I noticed that we can try to sandboxing it a bit...