Fancy Docker orchestration systems, like Kubernetes or DC/OS, have networking layers that can be setup for complicated ingress and load balancer conf... (more…)
Read more »
This blog will explain 10 containers anti-patterns that I’ve seen over the past few months: Data or logs in containers – Containers are ideal for stateless applications and are meant to be ephemeral. This means no data or logs should be stored in th...
Read more »
Learn to use DigitalOcean, GitHub, and Docker to deploy with zero downtime and scale for services running on two or more droplets. (more…)
Read more »
Indeed, Kubernetes is opening up an entire horizon of opportunities not just for the people using it, but for vendors in the container ecosystem as well. (more…)
Read more »
Next.js is definitely a very good solution for making modern web applications, it's fast, simple, and reliable. It works very well also with Docker, you can build a production image with a few lines of Dockerfile, and deploy your app to the world.
H... (more…)
Read more »