Gerardo LopezforKubeSkillsblog.kubeskills.com·Oct 16, 2024Civo's Developer-Centric Cloud: Simplifying Kubernetes for AllWhat 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...Discuss·1 like·45 readsKubernetes
Sundaram Kumar Jhasundaram2023.hashnode.dev·Sep 17, 2024How to Build a CI/CD Pipeline with ArgoCD on Civo KubernetesIn 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...Discusscivo argocd deployment
Sundaram Kumar Jhasundaram2023.hashnode.dev·Sep 17, 2024Setup a Kubernetes cluster on CivoSetting 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...Discusskubernetes civo
Hitesh Mishrahiteshmishra.hashnode.dev·Jul 7, 2024Understanding Docker Volumes: A Beginner's Guide with super easy ExamplesWhat 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...Discuss·10 likesDocker
Amul Gauravamulgaurav.hashnode.dev·Dec 17, 2023My Disruptive Tech meetup experience...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...Discuss·11 likes·29 readsMeetups/Conferences#disruptivetechmeetup
Angeltech502.hashnode.dev·Dec 14, 2023How to Secure Kubernetes Workloads with Network Policies using Civo and CiliumDeploying 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...Discuss·32 readsKubernetes
Gianluca Mardenteprojectsveltos.hashnode.dev·Nov 3, 2023Using Projectsveltos to Manage Kubernetes Add-ons on Civo Cloud ClustersCivo 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...DiscussKubernetes
Philippe Charrièrek33g.hashnode.dev·Oct 1, 2023Simple Golang Web Application Deployment to K8S on Civo.comIn 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...Discuss·140 readsK8S for DevelopersKubernetes
Philippe Charrièrek33g.hashnode.dev·Sep 30, 2023Create easily your first K8S cluster on Civo.com ... And do it again, and again, and ...As a developer, I don’t want to understand “everything” about Kubernetes, and I especially don’t want to bother installing and maintaining it. However, I need and want to use it to deploy applications (this is becoming essential nowadays). I also nee...Discuss·127 readsK8S for DevelopersKubernetes
Aditya Sahaiadityablogs.hashnode.dev·Sep 7, 2023Step By Step Guide on MinikubeStep 1: Install Minikube Before you can use Minikube, you need to install it on your local machine. You can download the Minikube binary from the official website or use a package manager like brew (on macOS) or chocolatey (on Windows) to install it....Discussminikube