The application is difficult to scale (K8S, Docker Swarm, OSH etc.) (TBD) #4516

Closed
opened 2026-03-04 05:12:45 -05:00 by deekerman · 1 comment
Owner

Originally created by @ammnt on GitHub (Jun 10, 2023).

Prerequisites

  • I have checked the Wiki and Discussions and found no answer

  • I have searched other issues and found no duplicates

  • I want to request a feature or enhancement and not ask a question

Description

What problem are you trying to solve?

For example, I want to deploy a Kubernetes cluster with two nodes and eight replicas with any cloud provider. But the application is difficult to scale because it uses local files to store the database (logs etc.) and configuration. This causes external CSI and persistent volumes to be used. But sharing the query database and configuration file does not work well between replicas/pods🫣

Proposed solution

Use an external NoSQL database or otherwise change the algorithm for working with the database and configuration file. We also can consider to other ways🤔

Additional information

I can provide in pm my k8s manifest to deploy Kubernetes so you can play back the inconvenience I encountered trying to cluster the app😀

Originally created by @ammnt on GitHub (Jun 10, 2023). ### Prerequisites - [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer - [X] I have searched other issues and found no duplicates - [X] I want to request a feature or enhancement and not ask a question ### Description #### What problem are you trying to solve? For example, I want to deploy a Kubernetes cluster with two nodes and eight replicas with any cloud provider. But the application is difficult to scale because it uses local files to store the database (logs etc.) and configuration. This causes external CSI and persistent volumes to be used. But sharing the query database and configuration file does not work well between replicas/pods🫣 #### Proposed solution Use an external NoSQL database or otherwise change the algorithm for working with the database and configuration file. We also can consider to other ways🤔 #### Additional information I can provide in pm my k8s manifest to deploy Kubernetes so you can play back the inconvenience I encountered trying to cluster the app😀
deekerman 2026-03-04 05:12:45 -05:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@ainar-g commented on GitHub (Jun 13, 2023):

Merging into #573.

@ainar-g commented on GitHub (Jun 13, 2023): Merging into #573.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AdGuardHome#4516
No description provided.