Monthly Archives: July 2021

Differences between Docker and Kubernetes from a container viewpoint

This post is not about the differences between Docker and Kubernetes; it is about the differences needed for containers. And why you should not expect any container from dockerhub.io to run under Kubernetes. The main difference discussed here is that … Continue reading

Posted in Automation, Unix | Comments Off on Differences between Docker and Kubernetes from a container viewpoint

So you want to play with Kubernetes, try MiniKube

First off, if you have a few spare physical machines; or machines with enough resources to run a few well resourced VMs it is fairly simple to install Kubernetes itself. I have a fairly old OpenStack stack deployment yaml file … Continue reading

Posted in Automation, Unix | Comments Off on So you want to play with Kubernetes, try MiniKube