Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrating from one Kubernetes cluster to another #433

Open
virtxx opened this issue Dec 16, 2023 · 0 comments
Open

Migrating from one Kubernetes cluster to another #433

virtxx opened this issue Dec 16, 2023 · 0 comments

Comments

@virtxx
Copy link

virtxx commented Dec 16, 2023

I need to migrate a running app from one Kubernetes (OpenShift) cluster with several pods in several nodes, to another new cluster not currently serving traffic. The kubernetes nodes of the two clusters are on the same network but the two Kubernetes/OpenShift clusters are otherwise distinct. I need to make the pods on the new cluster join the Hazelcast cluster. What would be a good way to go about doing this? The running app is using the Kubernetes plug-in to find peers. I can upgrade the app code or configuration in the running app if needed in preparation for the upgrade, but it has to be without down time.

I've been considering taking a list of peers on the old cluster and typing into the config on the new (in addition to the kubernetes plugin discovery which will of course only find the peers on the new cluster) but I'm unsure if it will work given it is two different kubernetes installations and hence have distinct kubeproxy rules etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant