AWS EKS Setup with eksctl & Argo CD installation, configuration & deploy app with ArgoCD & Kustomize

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
  • website

    🌐 Source code for OpenGitOps website (by open-gitops)

    https://opengitops.dev/ https://github.com/open-gitops/documents

  • eksctl

    The official CLI for Amazon EKS

    $ curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp $ mv /tmp/eksctl /usr/local/bin $ eksctl version 0.98.0

  • 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.

  • argo-cd

    Declarative Continuous Deployment for Kubernetes

    $ curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-amd64 $ chmod +x /usr/local/bin/argocd

  • documents

    📑 Lasting documents from the GitOps Working Group which are versioned and released together (including the GitOps Principles and Glossary) (by open-gitops)

    https://opengitops.dev/ https://github.com/open-gitops/documents

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