Explore >> Select a destination


You are here

captnemo.in
| | vadosware.io
15.8 parsecs away

Travel
| | Professional (software) yak shaving, writ large. No part of the software stack is left unshaven.
| | zwischenzugs.com
12.6 parsecs away

Travel
| | This is a video going over some of Docker's new features. It: Builds an image with the new HEALTHCHECK dockerfile command Creates a docker swarm Creates a service Scales the service to two instances Removes the service The code for it is here. My book Docker in Practice Get 39% off with the...
| | blog.atsign.dev
15.4 parsecs away

Travel
| | For a long while we ran The atPlatform on Ubuntu Linux, but we found that doing stuff with nodes on a large Docker Swarm spiked CPU usage for cloud-init. Every start or stop of a container was a change to networking, and every change to networking ca...
| | nodogmablog.bryanhogan.net
34.6 parsecs away

Travel
| In my previous post I showed how to run a single instance of a Web API application in Kubernetes using Minikube. In this post, I will show you how to deploy the same application, but this time there will be 3 instances of the application, with a load balancer routing traffic to each of the instances.