Links tagged “containers”
38 links, newest first.
medium.com
Walkthrough of deploying a Kubernetes cluster on VMware vSphere with Juju, then handing NVIDIA GPUs through to the workloads running on it.
infoq.com
Report on the service load balancing added in Docker 1.12, which routes traffic to Swarm service replicas through DNS and IPVS instead of manual container aliases.
linux-toys.com
Critique of the Docker 1.12 release, arguing that Swarm mode and its multi-host networking were marketed before they worked reliably.
github.com
Repository holding the definitions and review process behind the Official Images published on Docker Hub.
github.com
Minimal init for containers, spawning a single child, forwarding signals to it and reaping zombie processes, with no change needed to the image.
github.com
Docker build tool extending the Dockerfile syntax with mounts, templating and multiple image outputs; the repository was archived in 2023.
cloud.google.com
How to expose a Kubernetes Engine application through an external Application Load Balancer using an Ingress.
thenewstack.io
Technology news site covering cloud native architecture, containers, Kubernetes, DevOps and software engineering practice, with podcasts and e-books alongside articles.
blog.scottlowe.org
Walkthrough of LXD on Ubuntu 15.04: how its daemon and CLI client sit on top of LXC, and how to add image repositories, launch OS containers and run commands inside them.
resin.io
Container platform for deploying and updating fleets of Linux IoT devices over the air; the site now redirects to balena.io after the rebrand.
github.com
Build tool that compiles a Go service into a static binary inside Docker and packages it in a scratch-based image.
jpetazzo.github.io
Slide deck comparing Docker's AUFS, Device Mapper, BTRFS, OverlayFS and VFS storage drivers — how each implements copy-on-write, and how they perform.
sirupsen.com
A 2015 list of ten obstacles — image building, logging, filesystem reliability — that kept Docker from succeeding widely in production.
github.com
A stateless log router that runs as a Docker container, attaches to every other container on the host and forwards their logs elsewhere.
fabiokung.com
Why free and top report host memory inside a container, and what it would take for cgroup limits to be visible to the processes running there.
nathanleclaire.com
A walkthrough of centralising Docker container logs by feeding Logspout into an ElasticSearch, Logstash and Kibana stack.
docs.docker.com
How to read a container's CPU, memory, block I/O and network usage, through docker stats and directly from the cgroup pseudo-files.
mesos.apache.org
Project page for Apache Mesos, a cluster manager abstracting CPU, memory and storage away from machines to run distributed systems; now retired to the Apache Attic.
















