内容简介:Last year, IBalena.io supports
Last year, I reviewed BalenaOS and BalenaCloud on Raspberry Pi CM3L based BalenaFin hardware . The solution generates OS images with docker support in order to easily manage and update a fleet of devices remotely over a web interface or client program.
Balena.io supports over 60 boards either officially, or thanks to the work of the community, but Pavel Burgr is developing an alternative with DEVICE.FARM supporting close to 100 Arm SBC’s including Raspberry Pi boards, and most Armbian supported Arm SBC’s.
DEVICE.FARM is still beta, but the MVP (Minimum Viable Product) version of the website provides:
- Customized images for supported boards (currently 94 boards)
- Preinstalled docker
- Secure remote access to the device’s docker end-point
- Secure remote access to the device’s services exposed by containers
This is functional, but bugs are likely, and documentation still needs to be finalized. I don’t have a board with me, but I tried to generate an image for Orange Pi Zero SBC.
Once you click on any of the board from the list, you’ll be asked to login with Facebook, Google, Github, or via SSH key.
After login, I could get to the Linux image configuration page, where I gave a name for the device, set a root password (one is also automatically generated), select whether you want to connect through Ethernet or/and WiFi with fields to enter the access point credential. You can also overwrite files from the root file system. Note that Raspberry Pi relies on Raspbian Buster Lite and other SBCs on Armbian headless images. Click on the “ Register device and build the image ” button for the next step.
It will take a few seconds or many a minute to generate the image, which you can then download, or flash with BalenaEtcher or other similar utility.
You’ll also be provided a list of CLI commands to perform several actions including:
- Deploy your first container (busybox httpd webserver)
- Install DEVICE.FARM command-line utility (written with node.js)
- Drop to shell with proxy to docker endpoint
- Local SSH access via root user using mDNS
[ Update
: here’s a screenshot showing several ONLINE/OFFLINE devices and how easy it is to access a container’s service from the internet since once the container is tagged with “farm.device.services” label, DEVICE.FARM creates a HTTP proxy link from URL in form https://
This is achieved by a VPN link (openconnect) initiated by the device. and explains why user authentication is required. This way users can securely access devices remotely such as home automation system, 3D printer’s Octoprint UI, or disk storage…]
Check out the website to give it a try.
Jean-Luc started CNX Software in 2010 as a part-time endeavor, before quitting his job as a software engineering manager, and starting to write daily news, and reviews full time later in 2011.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
The Definitive Guide to MongoDB
Peter Membrey、Wouter Thielen / Apress / 2010-08-26 / USD 44.99
MongoDB, a cross-platform NoSQL database, is the fastest-growing new database in the world. MongoDB provides a rich document orientated structure with dynamic queries that you’ll recognize from RDMBS ......一起来看看 《The Definitive Guide to MongoDB》 这本书的介绍吧!