In this tutorial I will show you how to deploy Jenkins on Civo's Kubernetes Marketplace, and also demonstrate persisting your Jenkins builds using Longhorn, which is a distributed block storage system for Kubernetes. To follow along in this tutorial, you…
Kubernetes
A collection of 18 posts
Persisting Jenkins Data on Kubernetes with Longhorn on Civo
Provision a Kubernetes ClusterCreate a civo kubernetes cluster: $ civo kubernetes create --size=g2.small --nodes 3 --version 0.9.1 --applications Longhorn --wait Building new Kubernetes cluster rebel-comrade: Done Created Kubernetes cluster rebel-comrade in 02 min 03 sec Append the…
Use Traefik as a Kubernetes Ingress Controller for your App on Civo
Hook up your application to Traefik's Reverse Proxy on Kubernetes using Civo's Kubernetes as a Service offering. And see how easy it is.
Deploy a Kubernetes Cluster in less than 2 minutes
In this tutorial, I will show you the incredible speed when deploying a Kubernetes cluster on Civo. In fact, I will start my kettle and before it's finished boiling my cluster will already be waiting for me to deploy workloads.…
Test Driving Managed Kubernetes Service from Civo
In this post we will be test driving Civo's new managed Kubernetes service, which is powered by k3s from Rancher. Note, that this is the first k3s managed offering which is currently (2020/05) in beta, which is pretty awesome…
Provision k3s on the fly with k3sup
In this tutorial I will show you one awesome utility, called k3sup that allows you to provision k3s on any local or remote virtual machine, whether the architecture is x86_64, arm, arm64 or amd64. The k3sup tool is written…
Develop Build and Deploy a Golang App to K3S
From my previous post, we flashed a RaspberryPi 4 with RaspbianOS and Installed K3S Distribution of Kubernetes. In this post we will develop, build and deploy a Basic Golang Web Application and Deploy it to K3S and access our application…
Running K3S on the RaspberryPi 4
RaspberryPi 4Finally, I got my hands on a RaspberryPi 4 (4GB Edition) and I thought I'd write up a post on how to flash your Raspberry Pi with Raspbian OS and installing Rancher's Lightweight Kubernetes Distribution, K3S This post is…