Any documentation on migrating Fleet instance from...
# fleet
p
Any documentation on migrating Fleet instance from our own K8 cluster to EKS by any chance? At least a basic checklist would help 🙂
l
Hi @Pierre N! Let me check with the team.
z
K8s to EKS is really no different from a normal fleet migration. As such, there are 2 things to plan for: 1. How to migrate the database 2. How to migrate the URL that Fleet/Osquery clients connect to As long as the data in the database is migrated, Fleet as a server will still work. Just use your preferred method from SQL dumping to continuous replication technologies. The URL migration can be sidestepped if you can keep the URL the same, which I would recommend. There really isn't a great general purpose way to migrate the URL that I know of without making it the same.
p
Noted thank you