Skip to content

Docker / K8s Capabilities #717

Answered by Mimetis
grairdon88 asked this question in Q&A
Discussion options

You must be logged in to vote

I did not test DMS with Kubernetes yet.
Basically, the server part is a "simple" Asp.Net Core Web API, with a single HTTP endpoint.
So far, no reason it won't work.

The only concern is that the Web Api is not stateless, we need a session to be able to sync a whole database in chunks
If you want to test it in a K8s environment be sure, you have a reverse proxy with a session affinity.

DMS needs a local folder to store tmp files, should not be a problem, I guess (and the tmp folder is used only during a session sync, then deleted)

If you made some tests with K8s, let me know, I worked a lot with kubernetes in the last few years, and I'm interested in the results

Yes, DMS supports .Net 6

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by grairdon88
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants