Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jan 7, 2018
1 parent e62cb48 commit ad1b370
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions docs/concepts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,15 @@ aliases:
# Concepts

Concepts help you learn about the different parts of the CLI and the abstractions it uses.

- What is KubeDB
- [Overview](/docs/concepts/what-is-kubedb/overview.md). Provides a conceptual introduction to KubeDB, including the problems it solves and its high-level architecture.
- Databases
- [Elasticsearch](/docs/concepts/databases/elasticsearch.md). Introduces the concept of `Elasticsearch` to manage Elasticsearch using KubeDB.
- [Memcached](/docs/concepts/databases/memcached.md). Introduces the concept of `Memcached` to manage Memcached using KubeDB.
- [MongoDB](/docs/concepts/databases/mongodb.md). Introduces the concept of `MongoDB` to manage MongoDB using KubeDB.
- [MySQL](/docs/concepts/databases/mysql.md). Introduces the concept of `MySQL` to manage MySQL using KubeDB.
- [PostgreSQL](/docs/concepts/databases/postgres.md). Introduces the concept of `PostgreSQL` to manage PostgreSQL using KubeDB.
- [Redis](/docs/concepts/databases/redis.md). Introduces the concept of `Redis` to manage Redis using KubeDB.
- [Monitoring](/docs/concepts/monitoring.md). Introduces various aspects of KubeDB's support for monitoring via Prometheus.
- [Snapshot](/docs/concepts/snapshot.md). Introduces the concept of `Snapshot` to take backups of a KubeDB managed database.
4 changes: 2 additions & 2 deletions docs/concepts/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ spec:
| `spec.monitor.prometheus.labels` | map | `Required`. Indicates labels applied to service monitor. |
| `spec.monitor.prometheus.interval` | string | `Optional`. Indicates the scrape interval for database exporter endpoint (eg, '10s') |

__Known Limitations:__ If the databse password is updated, exporter must be restarted to use the new credentials. This issue is tracked [here](https://github.com/kubedb/operator/issues/63).
__Known Limitations:__ If the databse password is updated, exporter must be restarted to use the new credentials. This issue is tracked [here](https://github.com/kubedb/project/issues/53).


## Next Steps
- Thinking about monitoring your database? KubeDB works [out-of-the-box with Prometheus](/docs/guides/monitoring.md).
- Learn how to use KubeDB to run a PostgreSQL database [here](/docs/guides/postgres/overview.md).
- Learn how to use KubeDB to run an Elasticsearch database [here](/docs/guides/elasticsearch/overview.md).
- Wondering what features are coming next? Please visit [here](/docs/roadmap.md).
- Wondering what features are coming next? Please visit [here](/docs/roadmap.md).
- Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion docs/guides/elasticsearch/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ If you would like to uninstall KubeDB operator, please follow the steps [here](/


## Next Steps
- Learn about the details of Elasticsearch object [here](/docs/concepts/elasticsearch.md).
- Learn about the details of Elasticsearch object [here](/docs/concepts/databases/elasticsearch.md).
- See the list of supported storage providers for snapshots [here](/docs/concepts/snapshot.md).
- Thinking about monitoring your database? KubeDB works [out-of-the-box with Prometheus](/docs/guides/monitoring.md).
- Learn how to use KubeDB in a [RBAC](/docs/guides/rbac.md) enabled cluster.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/memcached/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ If you would like to uninstall KubeDB operator, please follow the steps [here](/


## Next Steps
- Learn about the details of Memcached crd [here](/docs/concepts/memcached.md).
- Learn about the details of Memcached crd [here](/docs/concepts/databases/memcached.md).
- Thinking about monitoring your database? KubeDB works [out-of-the-box with Prometheus](/docs/guides/monitoring.md).
- Learn how to use KubeDB in a [RBAC](/docs/guides/rbac.md) enabled cluster.
- Wondering what features are coming next? Please visit [here](/docs/roadmap.md).
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/mongodb/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ If you would like to uninstall KubeDB operator, please follow the steps [here](/


## Next Steps
- Learn about the details of MongoDB object [here](/docs/concepts/mongodb.md).
- Learn about the details of MongoDB object [here](/docs/concepts/databases/mongodb.md).
- See the list of supported storage providers for snapshots [here](/docs/concepts/snapshot.md).
- Thinking about monitoring your database? KubeDB works [out-of-the-box with Prometheus](/docs/guides/monitoring.md).
- Learn how to use KubeDB in a [RBAC](/docs/guides/rbac.md) enabled cluster.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/mysql/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ If you would like to uninstall KubeDB operator, please follow the steps [here](/


## Next Steps
- Learn about the details of MySQL object [here](/docs/concepts/mysql.md).
- Learn about the details of MySQL object [here](/docs/concepts/databases/mysql.md).
- See the list of supported storage providers for snapshots [here](/docs/concepts/snapshot.md).
- Thinking about monitoring your database? KubeDB works [out-of-the-box with Prometheus](/docs/guides/monitoring.md).
- Learn how to use KubeDB in a [RBAC](/docs/guides/rbac.md) enabled cluster.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/postgres/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ If you would like to uninstall KubeDB operator, please follow the steps [here](/


## Next Steps
- Learn about the details of Postgres object [here](/docs/concepts/postgres.md).
- Learn about the details of Postgres object [here](/docs/concepts/databases/postgres.md).
- See the list of supported storage providers for snapshots [here](/docs/concepts/snapshot.md).
- Thinking about monitoring your database? KubeDB works [out-of-the-box with Prometheus](/docs/guides/monitoring.md).
- Learn how to use KubeDB in a [RBAC](/docs/guides/rbac.md) enabled cluster.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/redis/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ If you would like to uninstall KubeDB operator, please follow the steps [here](/


## Next Steps
- Learn about the details of Redis object [here](/docs/concepts/redis.md).
- Learn about the details of Redis object [here](/docs/concepts/databases/redis.md).
- Thinking about monitoring your database? KubeDB works [out-of-the-box with Prometheus](/docs/guides/monitoring.md).
- Learn how to use KubeDB in a [RBAC](/docs/guides/rbac.md) enabled cluster.
- Wondering what features are coming next? Please visit [here](/docs/roadmap.md).
Expand Down

0 comments on commit ad1b370

Please sign in to comment.