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

What is the deployment form of Nacos Sync? #358

Open
chenzhiguo opened this issue Jun 12, 2024 · 1 comment
Open

What is the deployment form of Nacos Sync? #358

chenzhiguo opened this issue Jun 12, 2024 · 1 comment

Comments

@chenzhiguo
Copy link

Have you considered the deployment form of Nacos-Sync?

If multiple replicas are deployed in K8s, is there any task allocation in the database? Will there be conflicts?

If a single instance is deployed, will it lack high availability?

@luoxiner
Copy link

1.We are preparing image for Nacos-Sync, so you can deploy it in k8s later.
2.Currently, Nacos-Sync does not support task allocation; every instance in the replicas performs the same sync action for the task.
3.There is no conflict for service sync because we will sync the instances in the service with a tag in the metadata; we will find out the instances without the tag and perform sync for them.
4.Task allocation is a good idea. We can allocate different tasks to different instances, which will improve the availability of the cluster. It will be considered in future versions.

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

2 participants