Software Alternatives & Reviews

Building a CD Pipeline with GitOps and ArgoCD 🛠️

Docker Hub GitHub
  1. Docker Hub is a cloud-based registry service
    Pricing:
    • Open Source

    #Developer Tools #Web Servers #Web And Application Servers 306 social mentions

  2. 2
    Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.
    Pricing:
    • Open Source
    --- ApiVersion: argoproj.io/v1alpha1 Kind: Application Metadata: name: my-app namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io Spec: project: default source: repoURL: https://github.com/your_username/argocd-public.git targetRevision: HEAD path: k8s-resources/my-app destination: server: https://kubernetes.default.svc syncPolicy: automated: prune: true selfHeal: true allowEmpty: false syncOptions: - Validate=true - CreateNamespace=false - PrunePropagationPolicy=foreground - PruneLast=true.

    #Code Collaboration #Git #Version Control 2039 social mentions

Discuss: Building a CD Pipeline with GitOps and ArgoCD 🛠️

Log in or Post with