© 2026 Hashnode
What is Civo? Civo is a cloud computing platform that provides fast and easy-to-use Kubernetes services. Its main offering, Civo Kubernetes, uses K3s, a lightweight and optimized version of Kubernetes developed by Rancher Labs. K3s is ideal for small...

In this blog post, we will build a complete production-ready CI/CD setup for deploying microservices using ArgoCD on a Civo Kubernetes cluster. We will also integrate PostgreSQL using Persistent Volumes (PV) and Persistent Volume Claims (PVC) to ensu...

What is a Docker Volume? In Docker, a volume is a mechanism for persisting data generated by and used by Docker containers. Unlike the container's writable layer, which is removed when the container is deleted, volumes are designed to persist data be...

Deploying and managing containerized applications at scale requires a secure environment that is vital throughout the container lifecycle due to the runtime’s constant change, which affects both the apps and the APIs that connect them to other applic...

In the previous article, we saw how to create a Kubernetes cluster on Civo.com easily. Today, we will see how to deploy a web application on this cluster. This article is written from the perspective of a developer: the goal is not to manage a cluste...
