Explanation
The explanatory guides in this section introduce you to the concepts used in LXD and help you understand how things fit together.
Important concepts
Before you start working with LXD, you need to be familiar with some important concepts about LXD and the instance types it provides.
Entities in LXD
When working with LXD, you should have a basic understanding of the different entities that are used in LXD. See the How-to guides for instructions on how to work with these entities, and the following guides to understand the concepts behind them.
- Local and remote images
- Storage pools, volumes, and buckets
- Networking setups
- The LXD Dqlite database
lxc
show
andinfo
Access management
In LXD, access to the API is controlled through TLS or OpenID Connect authentication. When using OpenID Connect, you can grant permissions to access specific entities to different clients. You can also restrict access to LXD entities by confining them to specific projects.
Production setup
When you’re ready to move your LXD setup to production, you should read up on the concepts that are important for providing a scalable, reliable, and secure environment.