Skip to content

Releases: kaidyth/lexa

0.1.1

08 Dec 22:13
0.1.1

Choose a tag to compare

Bug fixes, adds support for bind templating

0.1.0 - Initial Release

01 Dec 21:45
0.1.0

Choose a tag to compare

Pre-release

Initial Release

This is the initial release of Lexa - a tool to provide instance and service discovery for LXD containers running on your servers.

For details on how to use Lexa, please checkout the README for more details.

Supported Features

This release of Lexa supports the server, and agent commands.

Known Issues

  • agent p2p connections can't cross double NAT boundaries. It's recommended that if you need double NAT, you setup a VPN such as Wireguard, or other overlay network.
  • Packages depend upon a user named lexa, and a group of lexa with appropriate permissions for /etc/lexa, but does not set these up. useradd -UMrs /bin/false lexa to set one up.
  • Alpine packages don't provide rc0 scripts. Please create your own.
  • Certain log levels aren't processed correctly. Use TRACE for consistent results. Logger will be migrated in a future release.
  • Configuration hot reloaded is considered unstable. Enable with feature flag defined in README for testing.
  • No support is provided for LXD clusters. lexa cluster will supplant this functionality.
  • You must use the LXD socket connection. HTTP support to LXD is not yet implemented.