
House of Logic
Welcome to the House of Logic Technology Blog
Lemmy from Motorhead was once asked what they brought to heavy rock, to which he replied 'Nothing, nada, zero. We brought nothing, we took it away...And what we left was real.' The House of Logic blog is intended to take this approach - cut to the chase, skip the dead air, and take away the nonsense and hype on actually how to use tech for what you want to get done.
Featured Posts
-
Proxmox Cloud-Init
Cloud-Init offers a standardised way for users to rapidly stand up VMs, and is supported by many Linux operating systems. It is often used behind the scenes by cloud providers, but can also be used locally by the end user - and can be a useful building block in larger automation projects. Using Cloud-Init with Proxmox To use cloud-init on Proxmox, you need to download the cloud-init image of the OS you wish to use.
-
Proxmox API
Whether you are working in the cloud or on-prem, APIs and their usage has become standard practice in the IT world in recent years, with more and more services providing them and IT professionals becoming accustomed to their usage. Proxmox is no different - it provides a well documented API, which can be used to drive the functionality in the Proxmox web interface. How to Access the API There are two approaches to using the API - you can either create an API token, or use your username and password.
-
Proxmox LXC
The primary usage for Proxmox Virtualisation Environment is, unsurprisingly given the name, virtualisation - running virtual machines on host nodes, to make best use of the available resources. However, for those looking for something more lightweight than VMs, Proxmox does include an additional feature set in the form of LXC - Linux Containers. Whilst Docker container storage is immutable, with only mounted files, folders and volumes changing and persisting between container runs, LXC’s storage differs, and consists of one or more mounted volumes which can change and be updated in the same way that a Virtual Machine’s storage can be updated.