Guides for ci-cd
Tips to ace the Certified Jenkins Engineer 2021 exam
I recently passed the Certified Jenkins Engineer 2021 exam, scoring ~76%. This post talks about my overall exam experience and some tips.
ttl.sh: Ephemeral and Anonymous Docker Image Registry
Find out how to use ttl.sh, a free to use, open source, anonymous and ephemeral Docker image registry
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
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
Using the Civo k3s service to host your blog in Hugo using Github Actions
We will use GitHub actions to deploy changes to a Hugo blog we will set up to Kubernetes using GitHub actions
Deploy Jenkins from the Civo marketplace
Deploy Jenkins on Kubernetes with Civo and automate your projects easily. Follow this step-by-step guide for installation, access, and data persistence. Start streamlining your workflows with Jenkins!
Using Argo CD in Kubernetes to deploy applications with GitOps
Argo CD is a tool for deploying applications in Kubernetes with GitOps principles. This guide shows how to deploy two simple containerised applications using the Git repository as an authoritative source