Docker
Docker versus Kubernetes
09
Jan
If you're interested in cloud-native technologies and containers, you've probably heard of Docker and Kubernetes and are wondering how they work together. Is it Kubernetes versus Docker, Kubernetes plus Docker, or both? What's the distinction between Kubernetes and Docker? Docker is a set of software development tools for creating, sharing, and running individual containers, whereas [...]
Kubernetes vs. Docker Compose: What’s the difference?
31
Oct
Kubernetes and Docker Compose are container orchestration frameworks. Kubernetes runs containers across a network of physical or virtual computers. Docker Compose runs containers on a single host machine. In this blog post, we will compare Kubernetes and Docker-compose. What exactly is Docker-compose? Compose is a Docker application for defining and running multi-container Docker applications. Compose [...]