Docker Volumes

docker storage

In this article, we will look into how we can persist data in Docker with Docker volumes. Let’s think about a database such as MySQL where we store data. In MySQL, data is usually stored inside /var/lib/mysql directory. If we…

Read MoreDocker Volumes

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