Extending GitOps: Effortless continuous integration and deployment on Kubernetes

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • bookstore-application

    Example of an application repository for a blog around GitOps

  • bookstore-application

  • bookstore-cluster-configuration

    Example of a cluster configuration repository for a blog around GitOps

  • apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: bookstore namespace: argocd annotations: argocd-image-updater.argoproj.io/write-back-method: argocd argocd-image-updater.argoproj.io/bookstore.update-strategy: semver argocd-image-updater.argoproj.io/image-list: bookstore=ghcr.io/amplication/bookstore-application finalizers: - resources-finalizer.argocd.argoproj.io spec: project: default source: repoURL: https://github.com/amplication/bookstore-cluster-configuration.git targetRevision: main path: charts/bookstore destination: server: https://kubernetes.default.svc namespace: bookstore syncPolicy: automated: prune: true selfHeal: true allowEmpty: false syncOptions: - CreateNamespace=true

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

  • apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: bookstore namespace: argocd annotations: argocd-image-updater.argoproj.io/write-back-method: argocd argocd-image-updater.argoproj.io/bookstore.update-strategy: semver argocd-image-updater.argoproj.io/image-list: bookstore=ghcr.io/amplication/bookstore-application finalizers: - resources-finalizer.argocd.argoproj.io spec: project: default source: repoURL: https://github.com/amplication/bookstore-cluster-configuration.git targetRevision: main path: charts/bookstore destination: server: https://kubernetes.default.svc namespace: bookstore syncPolicy: automated: prune: true selfHeal: true allowEmpty: false syncOptions: - CreateNamespace=true

  • amplication

    🔥🔥🔥 Open-source backend development platform. Build production-ready services without wasting time on repetitive coding.

  • The application used in this demonstration was generated through Amplication, which allows you to generate production-ready backend services - reliably, securely, and consistently.

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