-
# 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
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
# 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
-
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.