From 0bed0a10b91b42e13d8a08de03c25c77f51c0677 Mon Sep 17 00:00:00 2001 From: sayedppqq Date: Thu, 12 Dec 2024 17:05:11 +0600 Subject: [PATCH] fix link Signed-off-by: sayedppqq --- docs/guides/ferretdb/concepts/appbinding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/ferretdb/concepts/appbinding.md b/docs/guides/ferretdb/concepts/appbinding.md index 77c6731c5a..f835ad66da 100644 --- a/docs/guides/ferretdb/concepts/appbinding.md +++ b/docs/guides/ferretdb/concepts/appbinding.md @@ -18,7 +18,7 @@ section_menu_id: guides An `AppBinding` is a Kubernetes `CustomResourceDefinition`(CRD) which points to an application using either its URL (usually for a non-Kubernetes resident service instance) or a Kubernetes service object (if self-hosted in a Kubernetes cluster), some optional parameters and a credential secret. To learn more about AppBinding and the problems it solves, please read this blog post: [The case for AppBinding](https://appscode.com/blog/post/the-case-for-appbinding). -If you deploy a database using [KubeDB](https://kubedb.com/docs/0.11.0/concepts/), `AppBinding` object will be created automatically for it. Otherwise, you have to create an `AppBinding` object manually pointing to your desired database. +If you deploy a database using [KubeDB](https://kubedb.com/), `AppBinding` object will be created automatically for it. Otherwise, you have to create an `AppBinding` object manually pointing to your desired database. KubeDB uses [Stash](https://appscode.com/products/stash/) to perform backup/recovery of databases. Stash needs to know how to connect with a target database and the credentials necessary to access it. This is done via an `AppBinding`.