How to Connect ArgoCD/FluxCD to a Local Git Repo in a Private Network?

0
0
Asked By TechExplorer42 On

Hey everyone! I'm looking for solutions to connect ArgoCD or FluxCD to a local Git repository that's only accessible within our company network. We have an AWS VPC set up and both ArgoCD and FluxCD installed in our EKS cluster. What's the best way to allow ArgoCD or FluxCD to read from our Git repo in this private network? Thanks in advance for any advice!

1 Answer

Answered By CodeCrafter99 On

It sounds like you might be using SSH for Git authentication, right? Check out Flux's support for generic Git servers; it should work with your setup. You can bootstrap or create a `GitRepository` manually in the cluster to sync from it via the Flux Kustomization. If you want to streamline your experience, consider looking into Flux Operator for a smooth integration.

DevWhiz81 -

Just wanted to clarify—are you saying Flux needs to contact the Git repo in your private network from an AWS VPC? In that case, you might need to explore Private Link or set up an ingress while maintaining secure authentication. No one-size-fits-all solution here!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.