Hello Folks
I have a question:
Till now, we had a single giant machine that Traefik was running on with Docker
The Config of Traefik was Static Yaml File, and the files have been stored on s3 Bucket.
Now, we have decided to migrate our Traefik to our K8s cluster.
Installation is pretty easy and straightforward, but our real problem is how to change and migrate all of those files from s3 to the Kubernetes CRDs.
We now have more than 3200 files!
Are there any solutions or suggestions?
I really appreciate any help you can provide.
Hi @alifiroozi80, thanks for your interest in Traefik!
Without knowing more of your setup,
maybe you could use the file provider, or you could write a script to inject the content of the files into CRDs.
Another approach: we had some success with using ChatGPT to write a transformer for config files, giving some inputs and desired outputs.