#virtualization

Shared Volume In Kubernetes - Using hostPath

Sep 23, 2020

Since data by nature in a container doesn't persist it is useful to be able to use a volume to allow data to persist across deployments. We wrote about this in our Docker post and it is a bit different in Kubernetes.

Smaller Docker Images & Faster Builds

Sep 02, 2019

When running docker and building your images they can get quite large and take a lot of space on your server/registry.