Hi Team, I have written an application (k8s operator) that dynamically provisions Kubernetes clusters using Go SDK, things are working fine if I am running that application on my host. But if I run that application as pod inside a kubernetes cluster the API to create the cluster fails with below error
Post https://api.digitalocean.com/v2/kubernetes/clusters: dial tcp: lookup api.digitalocean.com on 10.96.0.10:53: server misbehaving
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!