We are looking to migrate our harbor from a docker-compose environment over to Kubernetes. I've seen documentation related to backup/restore from Kubernetes > Kubernetes and from Docker-Compose > Docker-Compose, but not for Docker-Compose > Kubernetes.
Can anyone share any tips, scripts, guides, etc on how we might accomplish this? Harbor is a vital role of our day to day so I am a bit concerned on experimenting with this in production ๐
I donโt think migrating the configuration of all the Harbor containers to Kubernetes will be straightforward. However, the key things to focus on are the private keys, secrets, database, and registry storage.
Hello folks,
We are looking to migrate our harbor from a docker-compose environment over to Kubernetes. I've seen documentation related to backup/restore from Kubernetes > Kubernetes and from Docker-Compose > Docker-Compose, but not for Docker-Compose > Kubernetes.
Can anyone share any tips, scripts, guides, etc on how we might accomplish this? Harbor is a vital role of our day to day so I am a bit concerned on experimenting with this in production ๐
Thank you to anyone who can help!