Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
c8f392f
Clean up caching links.
harrison-akeyless Mar 12, 2026
c64e42f
Update gateway-docker-advanced-configuration.md cache content
harrison-akeyless Mar 12, 2026
7c2a231
apply current changes for later review
harrison-akeyless Mar 13, 2026
7643332
Split caching into multiple pages.
harrison-akeyless Mar 13, 2026
95d13a5
Update gateway-troubleshooting-the-gateway.md
harrison-akeyless Mar 13, 2026
fd1d681
Update runtime-caching.md
harrison-akeyless Mar 13, 2026
d1f2f9e
Update runtime-caching.md
harrison-akeyless Mar 13, 2026
26b98f9
Merge branch 'v1.0' into v1.0_DOCS-279-reauthor-all-gateway-cache-con…
harrison-akeyless Mar 13, 2026
16a2d54
Updating caching references on other pages.
harrison-akeyless Mar 13, 2026
2671427
Update runtime-caching.md
harrison-akeyless Mar 13, 2026
fceac36
Update runtime-caching.md
harrison-akeyless Mar 13, 2026
7b2e0e2
Update cluster-cache-standalone.md
harrison-akeyless Mar 13, 2026
97a5708
Update cluster-cache-standalone.md
harrison-akeyless Mar 13, 2026
bffa910
Update runtime-caching.md
harrison-akeyless Mar 13, 2026
c35ca60
Update cluster-cache-standalone.md
harrison-akeyless Mar 13, 2026
0f21d64
Update runtime-caching.md
harrison-akeyless Mar 13, 2026
9c5ff44
Update cluster-cache-standalone.md
harrison-akeyless Mar 13, 2026
a2a65c7
Move ignore-cache explaination
harrison-akeyless Mar 13, 2026
e0996dc
Update cluster-cache-ha.md
harrison-akeyless Mar 13, 2026
109fd9c
Update proactive-caching.md
harrison-akeyless Mar 13, 2026
ea2af30
Create doc `subpage-level-1`
harrison-akeyless Mar 13, 2026
30d9e58
Create doc `subpage-level-2`
harrison-akeyless Mar 13, 2026
7a35ef0
Delete doc `subpage-level-2`
harrison-akeyless Mar 13, 2026
1dea565
Delete doc `subpage-level-1`
harrison-akeyless Mar 13, 2026
bdee2a6
Merge branch 'v1.0' into v1.0_DOCS-279-reauthor-all-gateway-cache-con…
harrison-akeyless Mar 16, 2026
2be4bb9
Merge branch 'v1.0' into v1.0_DOCS-279-reauthor-all-gateway-cache-con…
harrison-akeyless Mar 16, 2026
0347240
Merge branch 'v1.0' into v1.0_DOCS-279-reauthor-all-gateway-cache-con…
harrison-akeyless Mar 18, 2026
519875a
Merge branch 'v1.0' into v1.0_DOCS-279-reauthor-all-gateway-cache-con…
harrison-akeyless Mar 18, 2026
90f1604
Merge branch 'v1.0' into v1.0_DOCS-279-reauthor-all-gateway-cache-con…
harrison-akeyless Mar 18, 2026
1d513f9
Merge branch 'v1.0' into v1.0_DOCS-279-reauthor-all-gateway-cache-con…
harrison-akeyless Mar 18, 2026
4605b49
Update index.md
harrison-akeyless Mar 18, 2026
d6fa817
Update proactive-caching.md
harrison-akeyless Mar 18, 2026
83fa34a
Update index.md
harrison-akeyless Mar 18, 2026
4fdf6ed
Update proactive-caching.md
harrison-akeyless Mar 18, 2026
e1e147a
Update gateway-best-practices.md
harrison-akeyless Mar 18, 2026
3ef74a8
Merge branch 'v1.0' into v1.0_DOCS-279-reauthor-all-gateway-cache-con…
harrison-akeyless Mar 18, 2026
e35e9e0
Update gateway-docker-advanced-configuration.md
harrison-akeyless Mar 18, 2026
53f7e2e
Update proactive-caching.md
harrison-akeyless Mar 18, 2026
8f28796
Merge branch 'v1.0_DOCS-279-reauthor-all-gateway-cache-content' of ht…
harrison-akeyless Mar 18, 2026
0632105
Merge branch 'v1.0' into v1.0_DOCS-279-reauthor-all-gateway-cache-con…
harrison-akeyless Mar 19, 2026
c02c0af
Merge branch 'v1.0' into v1.0_DOCS-279-reauthor-all-gateway-cache-con…
harrison-akeyless Mar 23, 2026
fef3b14
Merge branch 'v1.0' into v1.0_DOCS-279-reauthor-all-gateway-cache-con…
harrison-akeyless Mar 26, 2026
c5c2690
Merge branch 'v1.0' into v1.0_DOCS-279-reauthor-all-gateway-cache-con…
harrison-akeyless Mar 27, 2026
a163774
Merge branch 'v1.0' into v1.0_DOCS-279-reauthor-all-gateway-cache-con…
harrison-akeyless Mar 31, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Advanced Functionality/monitor-akeyless.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ Each **Gateway** cluster exposes a `/status` endpoint that provides basic runtim

## Gateway Health

To assess the Gateway’s connectivity to Akeyless SaaS core services, you can use the `/health` endpoint. Additionally, when working with [Cluster Cache](https://docs.akeyless.io/docs/gateway-kubernetes-helm-values-reference#cache-configuration), this endpoint will also be affected by the cache status.
To assess the Gateway’s connectivity to Akeyless SaaS core services, you can use the `/health` endpoint. When cluster cache is enabled, cache availability can also affect this endpoint result. For cache architecture and runtime semantics, see [Gateway Caching](https://docs.akeyless.io/docs/gateway-caching).

* If the Gateway is successfully connected, it responds with an HTTP status code `200` and the message: **Health Check Ok**.
* If the connection fails, it returns an HTTP status code `503` with the message: **Health Check Error**
* If Cluster Cache is used, and not available, even when the Gateway is successfully connected, it will return `503` with **Health Check Error**

To disable the effect of the [Cluster Cache](https://docs.akeyless.io/docs/gateway-kubernetes-helm-values-reference#cache-configuration) on the `/health` endpoint you can set the following env variable as part of your Gateway deployment:
To disable the effect of cluster cache health on the `/health` endpoint, set the following environment variable as part of your Gateway deployment:

```yaml Gateway chart
env:
Expand Down
205 changes: 0 additions & 205 deletions docs/Akeyless Gateway/configure-gateway/gateway-caching.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- runtime-caching
- proactive-caching
- cluster-cache-standalone
- cluster-cache-ha
Loading
Loading