What's new in LXD 5.6?

preview_player
Показать описание
Let's go over what's new in the freshly released LXD 5.6!
And then demo every one of them.

Main features:
- Grafana Loki support
- Object storage on local storage pools
- Infiniband support for virtual machines
- Restricted network access in projects
- instance-ready lifecycle event
- Metric for total effective CPUs

RESOURCES:
Рекомендации по теме
Комментарии
Автор

For Loki. I did get it working afterwards by doing:
- lxc launch images:ubuntu/22.04 loki -c security.nesting=true
- lxc exec loki bash
- apt install docker.io docker-compose git
- cd loki/production
- docker-compose pull
- docker-compose up
- lxc config set loki.labels=project
- lxc config set loki.loglevel=info
- lxc config set loki.types=lifecycle, logging

LXD