AdguardTeam / AdguardTeam/AdGuardHome

Liveness/Readiness probes implementation

オープン
#1,979 コメント 5 件 リアクション 8 件 担当者 1 名 @EugeneOne1 が担当を希望しています GitHub で見る
feature request P3: Medium
主要言語
TypeScript
スター
36.9k
フォーク
2.5k
PR マージ指標
30日以内にマージされた PR はありません

説明

### Prerequisites

Please answer the following questions for yourself before submitting an issue. **YOU MAY DELETE THE PREREQUISITES SECTION.**

- [x] I am running the latest version
- [x] I checked the documentation and found no answer
- [x] I checked to make sure that this issue has not already been filed

### Problem Description

Currently
### Proposed Solution

To determine whether AdGuard Home process is ready to answer queries, currently I use `nslookup probe 127.0.0.1` to "probe" it -- if I get a `NXDOMAIN` response, it means the instance is ready. In my setup, liveness/readiness probes are necessary to achieve high availability. My setup can be found [here](https://github.com/yuha0/home-infra/tree/master/kubernetes/adguardhome)

Related discussion: https://github.com/AdguardTeam/AdGuardHome/issues/573

### Alternatives Considered

Alternatively, if AdGuard can provide a configuration option to ignore specific request (for example, a query asking for the IP address of "probe"). I can keep using nslookup to perform probes and the query log will stay clean.

### Additional Information

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。