fix(docs): Remove references to obsolete Kubernetes signaling backend

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2025-01-02 00:50:31 +01:00
parent 5d76f829f6
commit 06509eebba
2 changed files with 0 additions and 4 deletions

View File

@@ -16,8 +16,6 @@ sidebar_position: 20
- Plug-able signaling backends:
- gRPC
- Kubernetes API-server
- WebSocket
- Support [Trickle ICE][rfc8838]

View File

@@ -67,9 +67,7 @@ cunīcu can support multiple backends for signaling session information such as
### Available backends
- gRPC
- Kubernetes API server
For the use within a Kubernetes cluster also a dedicated backend using the Kubernetes api-server is available.
Checkout the [`Backend`](https://github.com/cunicu/cunicu/blob/main/pkg/signaling/backend.go) interface for implementing your own backend.
### Semantics