This ArgoCD glossary is meant to clear the haze surrounding overlapping terms in this space, so you can use them correctly and consistently!
Tag: devops
How to Store ArgoCD Projects in YAML
This guide will explain the various components of ArgoCD Projects in YAML. In the spirit of GitOps, you may leverage deploying ArgoCD Projects from source code.
How to Configure an ArgoCD Project
Learn how to configure a project in ArgoCD — the container for controlling permissions for a set of Applications deploying resources into the cluster.
Simple Javascript Library for Distributed Tracing Propagation in Node
I wrote the library @oracle/trace-propagation to simplify passing trace information (tracing propagation) through a node service.
How to Deploy Gitlab CI Runners to Kubernetes
I’m a big proponent of Kubernetes and I figured how to run Gitlab runners in Kubernetes. This enables CI pipelines for my Gitlab instance and scales easily!