-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: sayedppqq <[email protected]>
- Loading branch information
Showing
8 changed files
with
724 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
apiVersion: kubedb.com/v1alpha2 | ||
kind: FerretDB | ||
metadata: | ||
name: ferretdb-external | ||
namespace: demo | ||
spec: | ||
version: "1.18.0" | ||
authSecret: | ||
externallyManaged: true | ||
name: ha-postgres-auth | ||
sslMode: disabled | ||
storageType: Durable | ||
storage: | ||
storageClassName: "standard" | ||
accessModes: | ||
- ReadWriteOnce | ||
resources: | ||
requests: | ||
storage: 500Mi | ||
backend: | ||
externallyManaged: true | ||
postgres: | ||
service: | ||
name: ha-postgres | ||
namespace: demo | ||
pgPort: 5432 | ||
terminationPolicy: WipeOut |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
apiVersion: kubedb.com/v1alpha2 | ||
kind: FerretDB | ||
metadata: | ||
name: ferret | ||
namespace: demo | ||
spec: | ||
version: "1.18.0" | ||
authSecret: | ||
externallyManaged: false | ||
sslMode: disabled | ||
storageType: Durable | ||
storage: | ||
accessModes: | ||
- ReadWriteOnce | ||
resources: | ||
requests: | ||
storage: 500Mi | ||
backend: | ||
externallyManaged: false | ||
terminationPolicy: WipeOut |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
title: FerretDB | ||
menu: | ||
docs_{{ .version }}: | ||
identifier: mg-readme-ferretdb | ||
name: FerretDB | ||
parent: mg-ferretdb-guides | ||
weight: 10 | ||
menu_name: docs_{{ .version }} | ||
section_menu_id: guides | ||
url: /docs/{{ .version }}/guides/ferretdb/ | ||
aliases: | ||
- /docs/{{ .version }}/guides/ferretdb/README/ | ||
--- | ||
|
||
> New to KubeDB? Please start [here](/docs/README.md). | ||
# Overview | ||
|
||
FerretDB is an open-source proxy that translates MongoDB wire protocol queries to SQL, with PostgreSQL or SQLite as the database engine. FerretDB was founded to become the true open-source alternative to MongoDB. It uses the same commands, drivers, and tools as MongoDB. | ||
|
||
## Supported FerretDB Features | ||
|
||
| Features | Availability | | ||
|---------------------------------------|:------------:| | ||
| Internally manageable Backend Engine | ✓ | | ||
| Externally manageable Backend Engine | ✓ | | ||
| Authentication & Authorization | ✓ | | ||
| TLS Support | ✓ | | ||
| Monitoring using Prometheus | ✓ | | ||
| Builtin Prometheus Discovery | ✓ | | ||
| Using Prometheus operator | ✓ | | ||
| Reconfigurable Health Checker | ✓ | | ||
| Persistent volume | ✓ | | ||
|
||
## Supported FerretDB Versions | ||
|
||
KubeDB supports the following FerretDB Versions. | ||
- `1.18.0` | ||
|
||
## Life Cycle of a FerretDB Object | ||
|
||
<!--- | ||
ref : https://app.diagrams.net/ | ||
---> | ||
|
||
<p text-align="center"> | ||
<img alt="lifecycle" src="/docs/images/ferretdb/quick-start.png" > | ||
</p> | ||
|
||
## User Guide | ||
|
||
- [Quickstart FerretDB](/docs/guides/ferretdb/quickstart/quickstart.md) with KubeDB Operator. | ||
- Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: FerretDB | ||
menu: | ||
docs_{{ .version }}: | ||
identifier: fr-ferretdb-guides | ||
name: FerretDB | ||
parent: guides | ||
weight: 10 | ||
menu_name: docs_{{ .version }} | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: FerretDB Quickstart | ||
menu: | ||
docs_{{ .version }}: | ||
identifier: fr-quickstart-ferretdb | ||
name: Quickstart | ||
parent: fr-ferretdb-guides | ||
weight: 15 | ||
menu_name: docs_{{ .version }} | ||
--- |
Oops, something went wrong.