Skip to content

andyg101/gitops-training-lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitOps Training Lab

Part of the GitOps training materials for Container Solutions

Pre-Requisites

  1. Access to a Kubernetes cluster with admin privileges.

Ideally, the cluster will be newly-created with no applications or non-standard operators running on it.

Some options for creating a cluster:

  • Docker Desktop

  • Minikube

  • AWS / GKE / Azure

  • MicroK8s

Whichever you use, you need to end up with admin-level kubectl access from the command line.

You can check this is working with:

kubectl cluster-info
  1. Set up GitHub ccount

Note your username, which will be referred to later as YOUR_USERNAME (or similar).

  1. Clone this repo
git clone https://github.com/ContainerSolutions/gitops-training-lab
cd gitops-training-lab

Flux Walkthrough and Challenges

See flux/

ArgoCD Walkthrough and Challenges

See argocd/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%