Install Eclipse Kanto
Run Eclipse Kanto on your edge device.
Before you begin
The containerd
Debian package is required. You can install it manually or run:
curl -fsSL https://github.com/eclipse-kanto/kanto/raw/main/quickstart/install_ctrd.sh | sh
Install Eclipse Kanto
Choose the Eclipse Kanto Debian package for your target device architecture from the ones available at the project’s GitHub Releases page. Download and install it via executing the following (adjusted to your package name):
wget https://github.com/eclipse-kanto/kanto/releases/download/v1.0.0/kanto_1.0.0_linux_x86_64.deb && \
sudo apt install ./kanto_1.0.0_linux_x86_64.deb
Verify
It’s important to check if all the services provided by the Eclipse Kanto package are up and running successfully. You can quickly do that via executing:
systemctl status \
suite-connector.service \
container-management.service \
software-update.service \
file-upload.service \
file-backup.service \
system-metrics.service \
kanto-update-manager.service
All listed services must be in an active running state.
What’s next
Last modified June 17, 2024