garage/doc/book
Max Audron 9d44127245
add support for kubernetes service discovery
This commit adds support to discover garage instances running in
kubernetes.

Once enabled by setting `kubernetes_namespace` and
`kubernetes_service_name` garage will create a Custom Resources
`garagenodes.deuxfleurs.fr` with nodes public key as the resource name.
and IP and Port information as spec in the namespace configured by
`kubernetes_namespace`.

For discovering nodes the resources are filtered with the optionally set
`kubernetes_service_name` which sets a label
`garage.deuxfleurs.fr/service` on the resources.

This allows to separate multiple garage deployments in a single
namespace.

the `kubernetes_skip_crd` variable allows to disable the creation of the
CRD by garage itself. The user must deploy this manually.
2022-03-12 13:05:52 +01:00
..
connect Fix anchors in links 2022-02-07 16:01:48 +01:00
cookbook documentation: add mention to install build-essential 2022-02-16 12:18:24 +01:00
design Reorganize documentation for new website (#213) 2022-02-07 11:51:12 +01:00
development Small documentation updates (#237) 2022-02-10 15:58:09 +01:00
quick-start Small documentation updates (#237) 2022-02-10 15:58:09 +01:00
reference-manual add support for kubernetes service discovery 2022-03-12 13:05:52 +01:00
working-documents Improve integration part of the doc 2022-02-07 16:01:45 +01:00
.gitignore Doc skeleton + intro 2021-03-17 14:44:14 +01:00
README Reorganize documentation for new website (#213) 2022-02-07 11:51:12 +01:00
_index.md Reorganize documentation for new website (#213) 2022-02-07 11:51:12 +01:00

README

These are the sources for the documentation but not the whole website.
The website templates and other things are in garage_website, which
uses this as a submodule.