[Feature] Enhancing Data Syncing Using Kubernetes (K8s) #4132
H0llyW00dzZ
started this conversation in
Ideas
Replies: 2 comments
-
Example how it cost-effective solution, with better configuration $ kubectl top nodes
NAME CPU(cores) CPU% MEMORY(bytes) MEMORY%
pool-zcvjeogy9l-fpf0k 70m 3% 1914Mi 61%
pool-p2heexrowh-q48el 50m 2% 1423Mi 45%
pool-uzgnmaho58-qtd3u 46m 2% 1643Mi 52%
pool-1gcdtzmc93-8d3k2 29m 1% 939Mi 30%
pool-5dmiurdb5l-i68gt 32m 1% 1693Mi 54%
pool-zxu274nveu-alavv 34m 1% 866Mi 27% |
Beta Was this translation helpful? Give feedback.
0 replies
-
Bump testing another this repo running on k8s without crash $ kubectl get pods
NAME READY STATUS RESTARTS AGE
mysql-ptw2wl7guc-gfs8p 1/1 Running 0 17h
chatgptnextweb-alqritdqd0-mz4yh 1/1 Running 0 15h
chatgptnextweb-alqritdqd0-kfbn5 1/1 Running 0 15h
chatgptnextweb-alqritdqd0-recw3 1/1 Running 0 15h $ kubectl top pods
NAME CPU(cores) MEMORY(bytes)
mysql-ptw2wl7guc-gfs8p 5m 436Mi
chatgptnextweb-alqritdqd0-mz4yh 0m 49Mi
chatgptnextweb-alqritdqd0-kfbn5 0m 50Mi
chatgptnextweb-alqritdqd0-recw3 1m 54Mi |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the solution you'd like
A potential improvement could be to implement data syncing using Kubernetes (K8s), as an alternative to webdav and others. This would leverage the robustness and scalability of Kubernetes, making the data syncing process more efficient.
Describe alternatives you've considered
Kubernetes provides an economical means for data syncing. By using a RESTful API, chat history could be synced and stored within the cluster. This approach could replace the current system, possibly resulting in cost savings and improved performance.
Note
Utilizing Kubernetes for data syncing is a cost-effective solution. Kubernetes' inherent capabilities for load balancing, service discovery, and seamless scaling could significantly enhance the efficiency and reliability of data syncing.
Additional context
This suggestion stems from the need to optimize data syncing processes. It is anticipated that implementing such a solution could lead to improved system performance, reduced costs, and better data management within the cluster. Any additional insights or suggestions related to this proposal would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions