Introduction to Kubernetes

boat, ship, wheel-85601.jpg

What is Kubernetes? Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely available. The name…

Read MoreIntroduction to Kubernetes

Docker Compose

ship, container, technology

This article is connected to previous articles in this Docker series. If you have come to this article without reading them, and feel a little lost, I would recommend going through following articles first. Dockerfile: Layered Architecture Dockerfile: Multi-stage Build…

Read MoreDocker Compose

Docker Networks

hamburg, port of hamburg, container ship

One of the reasons Docker containers and services are so powerful is that you can connect them together, or connect them to non-Docker services too if necessary. Docker containers and services do not even need to be aware that they…

Read MoreDocker Networks