GitOps for Devs - Part 01: Installation

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • album-app-config

    This repository contains Kubernetes configurations for deploying the Album App, which consists of both frontend and backend components. The configurations are based on Helm charts, and they are intended to be used in a GitOps workflow with ArgoCD.

  • # Clone the repo git clone https://github.com/krishanthisera/album-app-config # Create a namespace for the application kubectl create ns album-app # Install the root app helm install root-app ./root-app -n album-app # Check the installed application kubectl get applications.argoproj.io -n argocd NAME SYNC STATUS HEALTH STATUS root-app OutOfSync Healthy

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts