Skip to main content

37 posts tagged with "Linux"

Linux administration and shell scripting

View All Tags

Linux Networking Commands Every Engineer Should Know

· 7 min read
Goel Academy
DevOps & Cloud Learning Hub

Your app can't connect to the database. Latency is spiking. DNS resolution is failing. A microservice can't reach its dependency. Networking issues are behind the majority of production incidents, and if you can't debug them from the command line, you're flying blind. Let's fix that.

Docker Networking — Bridge, Host, Overlay, and When to Use Each

· 7 min read
Goel Academy
DevOps & Cloud Learning Hub

Two containers are running on the same machine. One is your API server, the other is your database. They need to talk to each other. But how? They are isolated processes — they do not share localhost. Understanding Docker networking is the difference between containers that communicate effortlessly and hours of debugging "connection refused" errors.