GitLab Administration
This tutorial is adapted from the Web Age course https://www.webagesolutions.com/courses/WA3255-introduction-to-gitlab-administration. 1.1 GitLab Administrator https://docs.gitlab.com/ee/administration/ 1.2 GitLab Distributions 1.3 Installing GitLab Standalone installation Cloud Provider Installations…
Deploy an Application Using ArgoCD
In this tutorial, we will deploy an application using ArgoCD. It is a multi-step process. For ArgoCD training for your team, please visit our GitOps…
Introduction to ArgoCD Tutorial
This Introduction ArgoCD tutorial walks you through implementing GitOps principles into your organization to get the most out of your Kubernetes cluster administration. For ArgoCD…
How to Register a GitLab Runner?
This tutorial is adapted from the Web Age course https://www.webagesolutions.com/courses/WA3243-advanced-gitlab-administration. Part 1 – Gather Necessary Info We will need the URL of GitLab server and a…
Create a Project in GitLab
This tutorial is adapted from the Web Age course https://www.webagesolutions.com/courses/WA3243-advanced-gitlab-administration. A Git repository is called a project in GitLab. That is because a project is…
Introduction to GitLab CI/CD
This tutorial is adapted from the Web Age course https://www.webagesolutions.com/courses/WA3243-advanced-gitlab-administration. 1.1 Continuous Integration (CI) Every time a developer pushes code, CI ensures quality of the…
Deploy an Image from Harbor
In this tutorial, you will learn to deploy the image in the K8s cluster. This is a two step process: Part 1 – Create the…
Introduction to Harbor
1.1 What is Harbor? 1.2 Benefits of Harbor 1. 3 Planning to Install Harbor 1.4 Installing Harbor in K8s 1.5 Opening the Administration Console 1.6…
Deploy an Application Using Flux
In this tutorial, we will learn how to deploy an application using Flux. Part 1 – Install Flux We will now install Flux. 1. Run…
Prepare for Deploying an Application to Kubernetes
Flux uses GitOps principles to deploy applications to Kubernetes. Main benefits of this are: Before we can deploy our application, we will do a few…