Jacob Tomlinson's profile picture Jacob Tomlinson
Home Blog Talks About

#containers
Tag

  • Being intentional with container terminology

    3 minute read #docker, #containers, #oci, #writing

    When writing and speaking about linux container technologies I’m trying to be more intentional with the words I use, which means often avoiding the word docker. My goal is to communicate clearly to both experts and novices alike.

  • Quick and dirty way to pre-pull container images on Kubernetes

    2 minute read #kubernetes, #containers

    Sometimes when I give live demos with Kubernetes clusters I want to make sure that the container images I’m going to use are already pulled onto all of the nodes in my cluster. The last thing I want is for a Pod to be created to then sit in a Pending state while an image is pulled, especially given how large containers can be in the Data Science space.