garage/src
Max Audron 9d44127245
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
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
..
api More permissive OPTIONS on S3 API 2022-03-01 11:15:16 +01:00
garage Functional tests for admin commands 2022-03-07 17:32:07 +01:00
model Implement {Put,Get,Delete}BucketCors and CORS in general 2022-01-24 11:58:00 +01:00
rpc add support for kubernetes service discovery 2022-03-12 13:05:52 +01:00
table Fix a bug when a migration is followed by a rebalance 2022-02-10 17:38:27 +01:00
util add support for kubernetes service discovery 2022-03-12 13:05:52 +01:00
web More permissive OPTIONS on S3 API 2022-03-01 11:15:16 +01:00