Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Heya,
Before making any changes, verify if the issue is truly DNS-related or if there’s a broader network problem.
Run:
ping -c 4 8.8.8.8
If this works try:
ping -c 4 security.ubuntu.com
If this fails, your DNS is likely the problem. If it doesn’t it’s something else.
Let’s start with that and take it from there.
Hi there,
Have you tried checking if networking is working:
ping -c 3 8.8.8.8
If that works but ping google.com fails, your DNS is the issue.
You can follow the steps outlined in this DigitalOcean Community answer
Let me know how it goes!
- Bobby