Dec 29, 2024 · 13 min read · Preface "If I were asked under what sky the human mind has most fully developed some of its choicest gifts, has most deeply pondered on the greatest problems of life, and has found solutions, I should point to India." - Max muller I have long antic...
Join discussion
Oct 16, 2024 · 4 min read · 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...
Join discussion
Sep 17, 2024 · 5 min read · 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...
Join discussion
Sep 17, 2024 · 2 min read · Setting Up a Civo Kubernetes Cluster Using the CLI: A Step-by-Step Guide If you're looking to create a Kubernetes cluster quickly and easily using Civo, you're in the right place. This guide will walk you through the steps to set up a Kubernetes clus...
Join discussion
Jul 7, 2024 · 3 min read · 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...
Join discussion
Dec 17, 2023 · 5 min read · It had been over half a year since my last in-person meetup experience, which was the WeMakeDevs Delhi meetup. However, when I discovered the Disruptive Tech Delhi meetup, I just filled out the registration form without hesitation. And now, looking b...
GGulshan commented
Dec 14, 2023 · 6 min read · 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...
Join discussion
Nov 3, 2023 · 4 min read · Civo Cloud is a cloud computing platform that provides developers with a simple and predictable way to deploy and manage their applications. Civo is focused on providing a developer-friendly experience, with a focus on Kubernetes and other cloud-nati...
Join discussionOct 1, 2023 · 6 min read · 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...
Join discussion