Skip to content

Commit

Permalink
docs: link to supported CAPI providers
Browse files Browse the repository at this point in the history
  • Loading branch information
bsctl authored Aug 22, 2023
1 parent e34fc18 commit a996803
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/content/guides/alternative-datastore.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Use alternative datastores
# Use Alternative Datastores

Kamaji offers the possibility of having a different storage system than `etcd` thanks to [kine](https://github.com/k3s-io/kine) integration. One of the implementations is [PostgreSQL](https://www.postgresql.org/).

Expand Down
2 changes: 1 addition & 1 deletion docs/content/guides/backup-and-restore.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Backup and restore
# Backup and Restore

As mentioned in the introduction, Kamaji “tenant clusters” are just regular pods scheduled on top of a choosn admin cluster; as such, you can take advantage of the same backup and restore methods that you would use to maintain the standard workload.

Expand Down
2 changes: 1 addition & 1 deletion docs/content/guides/certs-lifecycle.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Certificates lifecycle
# Certificates Lifecycle

Kamaji is responsible for creating the required certificates, such as:

Expand Down
6 changes: 6 additions & 0 deletions docs/content/guides/cluster-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Cluster APIs Support

The [Cluster API](https://github.com/kubernetes-sigs/cluster-api) brings declarative, Kubernetes-style APIs to creation of Kubernetes clusters, including configuration and management.

Kamaji offers seamless integration with the most popular Cluster API Infrastructure Providers. Check the currently supported providers and the roadmap on the related [reposistory](https://github.com/clastix/cluster-api-control-plane-provider-kamaji).

2 changes: 1 addition & 1 deletion docs/content/guides/kamaji-gitops-flux.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Manage tenant resources GitOps-way from the admin cluster
# Manage Tenant Control Planes with GitOps

This guide describe a declarative way to deploy Kubernetes add-ons across multiple Tenant Clusters, the GitOps-way. An admin may need to apply a specific workload into Tenant Clusters and ensure is constantly reconciled, no matter what the tenants will do in their clusters. Examples include installing monitoring agents, ensuring specific policies, installing infrastructure operators like Cert Manager and so on.

Expand Down
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ nav:
- guides/datastore-migration.md
- guides/backup-and-restore.md
- guides/certs-lifecycle.md
- guides/cluster-api.md
- 'Use Cases': use-cases.md
- 'Reference':
- reference/index.md
Expand Down

0 comments on commit a996803

Please sign in to comment.