-
Notifications
You must be signed in to change notification settings - Fork 32
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
Deploy docker image in CI deployment #87
Comments
You can build your own docker image use Dockerfile in repo. We use |
Thanks @yongman ! It doesn’t seem like Tidis support PubSub yet. Or does it? 🤔 Great job building this project! 🫡 |
PubSub are implemented in Tidis instance memory only for test, the data have no persist to backend and you should not use them in production for now. Pull request are welcomed. :-) |
I guess that means only one instance should be deployed if pubsub is used. Right? would be happy to contribute. Are there any resources you’d recommend to get me started? |
Yes.
I guess read the code directly may be the best way. |
All right, will start digging. Thanks ! |
When do you think we will have the operator available? |
Tidis has not been published to the docker hub in 2 years. Is it published elsewhere? Also, are there plans to have a kubernetes operator just like TiDB(https://github.com/pingcap/tidb-operator/tree/master/charts/tidb-cluster)? This would make it easy to explore and deploy.
Old deployment: https://hub.docker.com/r/yongman/tidis
Another question: would this be considered production ready?
The text was updated successfully, but these errors were encountered: