Taking Local K8s for a Spin with Minikube and ArgoCD

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. argocd-k8s-service-a

    # Add Service A argocd app create service-a \ --repo https://github.com/benbpyle/argocd-k8s-service-a.git \ --path infra \ --dest-server https://kubernetes.default.svc \ --dest-namespace default # Add Service B argocd app create service-b \ --repo https://github.com/benbpyle/argocd-k8s-service-b.git \ --path infra \ --dest-server https://kubernetes.default.svc \ --dest-namespace default

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. argocd-k8s-service-b

    # Add Service A argocd app create service-a \ --repo https://github.com/benbpyle/argocd-k8s-service-a.git \ --path infra \ --dest-server https://kubernetes.default.svc \ --dest-namespace default # Add Service B argocd app create service-b \ --repo https://github.com/benbpyle/argocd-k8s-service-b.git \ --path infra \ --dest-server https://kubernetes.default.svc \ --dest-namespace default

  4. helm

    The Kubernetes Package Manager

    Instead of basic YAML, I'm going to be leveraging Helm for resource definition and ArgoCD for deployment. Both of these tools are mainstream in the K8s ecosystem so there's plenty of support and documentation. I'll do some deeper dives down the line on them as well.

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

  • Day 39 : Deploy Kubernetes Applications Easily with Helm Charts

    1 project | dev.to | 16 Dec 2024
  • Sync Kubernetes Secrets to AWS Secrets Manager Using external-secrets PushSecret

    1 project | dev.to | 13 Nov 2024
  • Helm Charts: Empaquetando tu aplicaciĆ³n

    1 project | dev.to | 28 Aug 2024
  • K8s QuickBites: Helm Basics

    1 project | dev.to | 25 Aug 2024
  • Helm: Simplify Kubernetes Deployments with a Powerful Package Manager

    1 project | news.ycombinator.com | 16 Aug 2024