GitOps: Declarative Infrastructure and Application Delivery with NGINX App Protect
First thing first. What is GitOps?
In a nutshell, GitOps is a practice (Git Operation) that allows you to use GIT and code repository as your configuration source of truth (Declarative Infrastruct...
Published Jan 27, 2021
Version 1.0Foo-Bang_Chan
Employee
Joined May 20, 2019
Foo-Bang_Chan
Employee
Joined May 20, 2019
Foo-Bang_Chan
Apr 12, 2021Employee
Hi Shingo,
Key comments in this demo are ArgoCD, gitlab repository and Kubernetes. I use kubespray to spin up k8s/k3s. Install gitlab in a separate VM and ArgoCD on k3s. K3S can run on same VM as the gitlab. I been running my env quite a while. Probably you can start of with a k8s/k3s with manual deploy simple apps. Then have a gitlab or free public github as your repository. Then only add argocd later on.