Guides for kubernetes

GitOps on Kubernetes using Gimlet CLI - Part 1
Learn how to use GitOps and Gimlet CLI to deploy and manage applications on Civo Kubernetes. Follow this step-by-step tutorial for seamless GitOps deployment and efficient application management.

Tips to ace the CKA and CKAD exams
Tips and insights for acing the CKA and CKAD exams, including exam overviews, recommended resources, time management strategies, and essential exam-day tips.

Headlamp: Visualize your Kubernetes clusters with ease
Explore Headlamp, the extensible open-source tool for efficient visualization and management of Kubernetes clusters. Experience the modern interface and simplify cluster operations.

Securing a K3s cluster with Falco
This guide provides instructions to secure a K3s cluster using Falco, an open-source cloud-native runtime security project.

Connecting Gitlab and Kubernetes for continuous deployment
Gitlab has Kubernetes integration. This post is about getting started with that. How to connect up Gitlab and Kubernetes

Deploy your first Kubernetes application through CLI
Deploy your first Kubernetes app with ease using kubectl. This step-by-step guide provides a smooth introduction to cluster configuration, resource definition, deployment, and testing.

Angular and .NET Core Microservices Deployment on Kubernetes
Learn to deploy an Angular app with .NET Core microservices on Kubernetes! This step-by-step guide walks you through the process, making it easy to create your own powerful applications.

Deployments without YAML using Ketch
Learn how to simplify application deployments on Kubernetes using Ketch. This guide covers the concepts of Ketch, deployment on a managed k3s cluster, and the benefits it offers. Get started today!

Chaos Engineering Experiments on Kubernetes using Litmus
Learn how to use the open-source Litmus tool to conduct chaos experiments on your Kubernetes cluster, find bugs and vulnerabilities before they reach production, and make your cluster more resilient.

Deploying Ghost with SSL from the Civo Marketplace
Deploy Ghost securely on Civo Kubernetes using cert-manager for SSL certificates. Follow our guide to set up Ghost from the Civo marketplace and protect your blog with ease. Visit for step-by-step instructions.

Deploying Twingate to Kubernetes
This guide will show you how to deploy Twingate, a highly performant zero trust VPN alternative, onto Civo K3s

Sloop: tool to visualize the history of Kubernetes resources
Debug Kubernetes events and analyze past incidents using Sloop. Install with Helm or Docker. Visualize events, resource changes, and rollouts. Simplify debugging and error analysis in your clusters.

Ensuring YAML best practices using KubeLinter
When we declare various Kubernetes objects in YAML, can we have YAML checked prior to the deployment of applications or even Helm charts? The answer is yes - with a tool like KubeLinter

Running Kubeflow pipelines
This Learn guide aims to help you install Kubeflow pipelines onto a Civo managed k3s cluster

Backup Longhorn volumes to a Minio S3 bucket
Learn how to create a secure, cost-effective backup solution for your Longhorn volumes by using Minio as a S3 bucket destination. Step-by-step guide included.

Manage Kubernetes clusters using the Civo Pulumi provider
Pulumi and Civo provide a powerful combination for managing Kubernetes infrastructure as code. Automate cluster creation, application deployment, and leverage advanced features like Helm support.

Monitoring k3s with the Prometheus operator and custom email alerts
Customize Prometheus monitoring for Kubernetes clusters with Helm 3 and k3s. Learn to define alerts and monitor the cluster in this easy guide.

Installing and using HAProxy as Ingress with Civo Marketplace
HAProxy can be deployed as your ingress controller in a Kubernetes cluster. I wrote a Civo Marketplace app to do just that, and this guide shows you how to use it.

Using Checkov for static analysis of Kubernetes components
Prevent misconfigurations and optimize your Kubernetes deployments with Checkov. Discover how this powerful static analysis tool helps ensure efficient and secure cloud-native applications.

Develop and test your code directly in Kubernetes using Okteto
Okteto is an open source tool to develop and test your code directly in Kubernetes