I recently gave a presentation about modeling resources in a REST HTTP API. Here are the slides; the last few slides have some lists of books, articles, and other resources I found valuable.
I gave a presentation about Kubernetes (using a Mojolicious Perl application as the example). Here are the sources and here are the slides.
As usual, Doran Barton put together an expert recording:
If you build a lot of your own images, you’re going to accumulate dozens (or more) image layers that will be eating up your disk space. If your layers are small, this is no big deal, but if you’re building on VM images, this can quickly turn into Gb.
Here’s a gist to add to your ~/.bash_profile
or equivalent Bourne-compatible shell. Run as needed.
I presented at our Salt Lake Perl Mongers about using Docker to isolate dependencies in your Perl applications.