Questions tagged [fluxcd]

Flux is a tool designed to maintain synchronization between Kubernetes clusters and configuration sources, such as Git repositories. It automates the deployment of updates by ensuring that any new code changes are seamlessly reflected in the cluster's configuration.

4 questions
0
votes
0 answers

Manage infrastructure destruction using ArgoCD + FluxCD + Terraform

I am using a combination of ArgoCD, FluxCD and Terraform to provision infrastructure resources in a GitOps way. Each technology has each function: Terraform: a module that contains all the infrastructure resources to be created FluxCD: using the…
0
votes
1 answer

Issues setting up Gitlab cluster agent with Flux

I'm new to Kubernetes and Flux. I'm trying to set up a Kubernetes cluster to sync with my Gitlab repo using Flux. I'm following this guide and this guide. I created my Kubernetes cluster, then I bootstrapped Flux with this command: GITLAB_TOKEN=
jeremywat
  • 162
  • 1
  • 7
0
votes
1 answer

Delete renamed/removed Services/Pods

I installed fluxcd via terraform on my AKS Cluster. If i rename a Service in the Flux Repo, it deployes the Service with the new name - but doesn't delete the old Service. Is this normal or do i have to configure this? My terraform Script to install…
0
votes
1 answer

Flux somehow tries to bootstrap on random cluster

I use terraform to set up a cluster and install fluxcd on it. The cluster is set up correctly (i see both in azure portal). In the bootstrap step however, i get an error showing that flux tries to access a cluster that i do not know and do not have…