SlideShare uma empresa Scribd logo
Drew Moseley
Embedded Solutions Architect
Mender.io
1. Challenges and motivations
2. Requirements
a. Non-functional
b. Installer strategies
3. Mender
a. Demo and explanations
b. Device integration
c. Testing
d. Community overview
Session overview
About me
Drew Moseley
○ 10 years in Embedded Linux/Yocto development.
○ Longer than that in general Embedded Software.
○ Project Lead and Solutions Architect.
drew.moseley@mender.io
https://twitter.com/drewmoseley
https://www.linkedin.com/in/drewmoseley/
https://twitter.com/mender_io
Mender.io
○ Over-the-air update manager for
embedded Linux
○ Open source (Apache License, v2)
○ System updates with dual A/B rootfs layout
(client)
○ Application updates (docker, deb, files, etc.)
○ Remote deployment management (server)
The Challenge without OTA updates
The update process was:
● Insecure: No authenticity checks
● Manually-intensive: No remote updates
Vehicles had to be updated by one of two ways:
● Bringing the car into the dealership
● Customers mailed a USB drive
A secure and robust OTA update manager for
the entire fleet can automate this
The Challenge with OTA updates
The endless reboot issue affected cars equipped
with the 2017 and 2018 versions of UConnect
Customers lost access to:
● Audio controls
● Heat and A/C
● Heated seats
● Rear-view cameras
Customers reported car batteries were drained
due to the endless reboot
No rollback option or sanity checking to ensure
the successful installation of an update
The Challenge with OTA updates
An open source community with more eyes
reduces the number of vulnerabilities
The embedded environment
● Remote
○ Expensive to reach physically
● Power
○ Battery
○ Unclean shutdown
● Hostile deployment environment
● Product lifetime
○ Some markets 5 - 10 years
● Network
○ Intermittent connectivity
○ Low bandwidth
○ Insecure
Requirements
1. Robust and secure
a. Rollback
b. Signed/trusted images
c. Integrity/compatibility checks
2. Atomic updates
3. Support kernel, apps, libraries, DTBs
4. Integrates with existing environments
a. Easy to get started
5. Bandwidth consumption
6. Downtime during update
Installer strategies
1. In-place
2. Maintenance mode
3. Dual A/B
4. Proxy
Bootloader
Kernel, initramfs
User space
Updater
1. In-place
2. Maintenance mode
3. Dual A/B
4. Proxy
Bootloader
Kernel, initramfs
User space
Updater
Installer strategies
1. In-place
2. Maintenance mode
3. Dual A/B
4. Proxy
Bootloader
Kernel,
initramfs A
User space A
Updater A
User space B
Kernel,
initramfs B
Updater B
Installer strategies
1. In-place
2. Maintenance mode
3. Dual A/B
4. Proxy
Gateway
Remote device
(sensor, ECU, etc.)
Updater
Installer strategies
What is Mender?
Robust and secure end-to-end
over-the-air (OTA) software
update manager for embedded IoT devices
Mender Customers
Company and Team
● Company behind Mender.io (Northern.tech) was founded in 2008
● Extensive experience ensuring security of embedded systems at scale
● Dedicated to bringing a secure best-in-class OTA manager to world’s connected devices
● Highly technical team dedicated in solving customers’ problems in the IoT space
● Relationships with the world’s largest brands
● Offices in San Francisco, USA and Oslo, Norway
Who we are
Mender Partners
Mender is Open Source
Most companies write their own homegrown updater from scratch (!)
Existing free and open source tools can help you
Save time and avoid stress (where you can)
○ Initial development
■ It looks so easy! Is it easy?
○ Ongoing maintenance
■ 5 years? 10? 20?
■ 1 product? 5? 10?
Key Features and Benefits - System Updates
Atomic rollback support with a dual A/B partitioning layout
Allows recovery and keeping device operational when updates fail for any reason
Consistent full image atomic updates  
Avoids inconsistencies from partial updates caused by interrupted package installations
Secure TLS client-server communication with code signing
Ensures security with end-to-end signing and verification of artifacts for
authenticity and integrity
Increased fleet robustness
Reproducible deployments means your fleet is running identical code to your test
systems. Reduced testing matrix due to package combinatorics.
Key Features and Benefits - Application Updates
IoT Device
type = deb
file = web1.2.deb
Management Server
Software
Operating System
Update Manager
Update Module: deb
Mender Client
Match package type to
correct Update Module
Application
Install
Application updates
Mender supports “all” kinds of updates
● Packages
● Containers
● Files and directories
● Proxy device deployment
● Full control and customizability
It is very easy to install application-based updates on Debian, Ubuntu
and Raspbian OSes with Mender
Challenges with Applications updates
Managing individual packages quickly
becomes a logistical nightmare
○ Testing of many combinations of
installed packages
○ Installation order not strictly
enforced.
○ Partially-installed packages can
block installs of new fixed
packages
Generic embedded update workflow
Detect update
(secure channel)
Download
(secure channel)
Integrity
(e.g. checksum)
Authenticate
(e.g. signature)
DecryptExtract
Install Failure recovery
(e.g. roll back)
Compatibility
check
Sanity checks
Post-install
actions
Pre-install
actions
Must-have
Environment-specific
(Re)Start*
*E.g. reboot, restart service, start container
Why Mender
Mender is the only end-to-end open source OTA manager with
both management server and client
○ No vendor lock-in
○ Permissive Apache 2.0 license
○ A healthy peer review mechanism with more eyes on the code to
increase its security
Less reliance on tribal knowledge; less expensive than a
homegrown system
○ Homegrown systems have unpredictable scope, which leads to more
cost and time
○ Reliance on tribal knowledge: if a key person leaves, could cause
serious issues
Mender Hub is the only online community dedicated to enable
OTA on any device and OS
○ Future-proof your product roadmap
Mender Devices
Users
API Gateway
TCP 443
DeviceAuth
UserAdm
Inventory
Deployments
GUI
Workflows
Storage
Proxy
TCP 9000
Minio (optional)
MongoDB
ElasticSearch
Redis
Filesystem
external clients stateless application layer persistent storage
● Microservices
● Only port 443 and 9000
● RESTful API
○ Device API
○ Management API
/api/management/v2/devauth
/api/management/v1/inventory
/api/management/v1/deployments
….
https://docs.mender.io/apis/overview
Mender Server Architecture
Managed mode vs standalone mode
Update types:
○ Full image, and delta of full image
○ Incremental (package, file, tarball, container)
○ Proxy
○ others
Partitions: Boot (optional), Rootfs A, Rootfs B, Data, others
Bootloader integration:
○ Controls boot process, A or B
○ Grub (BIOS/UEFI)
○ U-boot w/ auto patching
○ U-boot w/ manual patching
Linux runtime integration:
○ Supports eMMC/SD/block device & UBI volumes
○ Mender client application (as daemon for managed mode)
Target OSes supported:
○ Yocto/OpenEmbedded (OOB)
○ Debian, Raspbian, Ubuntu and other binary distros
○ Buildroot (somewhat)
○ OpenWRT (somewhat)
https://docs.mender.io/devices
Mender | System Integration Requirements
Automatic Rollback With A/B Image Update
Bootloader
Kernel
Persistent data
Application
Device
OS A (active) OS B (inactive)
Kernel
Application
Mender Architecture With Update Modules
● Any type of update
● Update actions implemented in
modules
Mender
Artifact
Mender
Client
2.x
File system
Image
File(s)
Containers
Update
Module
Proxy
firmware
OS A/B
image
● Popular application update types
supported out-of-the-box
Mender - State Scripts
Mender - State Scripts
Mender - State Scripts
Mender - State Scripts
Demo time
Mender is built to scale
Designed for low
infrastructure load
default: update check
every 30 min per device
exponential backoff
separate storage service
for transferring updates
Microservices architecture
for horizontal scaling
application and storage layer
separation
scale individual services
native support for docker and
Kubernetes
Tested with more than
120,000 devices
3 machines, 2 CPUs, 8 GB RAM
demo available online
Open source and commercial offering
● Mender will always support the open source edition
● Follows the “open core” business model
● Basic features relating to adoption and basic usage will always be open source
○ E.g. Board support, OS support, end-to-end update process, client customizability
● Scalability, risk management and security features are commercial offerings
○ E.g. Phased rollout, schedule deployment, permissions, user account management
Mender Plans
Professional Services
Mender-specific
- Integrating the Mender client with your device
- Design of device partition layouts
- Guidance on a scalable Mender backend setup
- Integrate Mender with CI/CD pipeline
- Develop custom use-case specific update scripts
Embedded Linux/Yocto project consulting
- Embedded Linux system design architecture
- Yocto build customizations
- Yocto platform layer development
- Yocto recipe development
- Custom automated build setup
Learn More
Get started now:
https://docs.mender.io/2.0/getting-started
Join the Mender Hub community:
https://hub.mender.io
Mender on Github:
https://github.com/mendersoftware/
contact@mender.io @mender_io /company/mender.iohttps://mender.io/
Questions?
Thank you!
@drewmoseley
https://mender.io
drew.moseley@mender.io

Mais conteúdo relacionado

Mais procurados

Introduction to Tor
Introduction to TorIntroduction to Tor
Introduction to Tor
Jaskaran Narula
 
iOS Development - A Beginner Guide
iOS Development - A Beginner GuideiOS Development - A Beginner Guide
iOS Development - A Beginner Guide
Andri Yadi
 
Android workShop
Android workShopAndroid workShop
Android workShop
Srinivas Devarapalli
 
IDS,SNORT ET SÉCURITÉ RESEAU
IDS,SNORT ET SÉCURITÉ RESEAUIDS,SNORT ET SÉCURITÉ RESEAU
IDS,SNORT ET SÉCURITÉ RESEAU
CHAOUACHI marwen
 
Tizen Operating System
Tizen Operating SystemTizen Operating System
Tizen Operating System
Bhagyesh Patel
 
Network scanning
Network scanningNetwork scanning
Network scanning
oceanofwebs
 
Network Security ppt
Network Security pptNetwork Security ppt
Network Security ppt
SAIKAT BISWAS
 
Introduction to IOT security
Introduction to IOT securityIntroduction to IOT security
Introduction to IOT security
Priyab Satoshi
 
Honey Pot
Honey PotHoney Pot
Honey Pot
iradarji
 
ETUDE ET MISE EN PLACE D’UNE SOLUTION DE GESTION DE LA SECURITE DU RESEAU : C...
ETUDE ET MISE EN PLACE D’UNE SOLUTION DE GESTION DE LA SECURITE DU RESEAU : C...ETUDE ET MISE EN PLACE D’UNE SOLUTION DE GESTION DE LA SECURITE DU RESEAU : C...
ETUDE ET MISE EN PLACE D’UNE SOLUTION DE GESTION DE LA SECURITE DU RESEAU : C...
Tidiane Sylla
 
Android architecture
Android architectureAndroid architecture
Android architecture
Kartik Kalpande Patil
 
Mobile Applications
Mobile ApplicationsMobile Applications
Mobile Applications
Shweta Jain
 
Port Scanning
Port ScanningPort Scanning
Port Scanning
amiable_indian
 
Tenable Solutions for Enterprise Cloud Security
Tenable Solutions for Enterprise Cloud SecurityTenable Solutions for Enterprise Cloud Security
Tenable Solutions for Enterprise Cloud Security
MarketingArrowECS_CZ
 
USAT : USIM Application Toolkit
USAT : USIM Application ToolkitUSAT : USIM Application Toolkit
USAT : USIM Application Toolkit
Byeongweon Moon
 
Introduction Network Monitoring and Management Solution
Introduction Network Monitoring and Management SolutionIntroduction Network Monitoring and Management Solution
Introduction Network Monitoring and Management Solution
Tien Nguyen Duc
 
Cours NFC 2019
Cours NFC 2019Cours NFC 2019
Cours NFC 2019
Anne-Marie Lesas
 
IoT Platforms and Architecture
IoT Platforms and ArchitectureIoT Platforms and Architecture
IoT Platforms and Architecture
Lee House
 
Presentation ibm info sphere guardium enterprise-wide database protection a...
Presentation   ibm info sphere guardium enterprise-wide database protection a...Presentation   ibm info sphere guardium enterprise-wide database protection a...
Presentation ibm info sphere guardium enterprise-wide database protection a...
solarisyougood
 
Lorawan: What you need to know
Lorawan: What you need to knowLorawan: What you need to know
Lorawan: What you need to know
Paul Coomans
 

Mais procurados (20)

Introduction to Tor
Introduction to TorIntroduction to Tor
Introduction to Tor
 
iOS Development - A Beginner Guide
iOS Development - A Beginner GuideiOS Development - A Beginner Guide
iOS Development - A Beginner Guide
 
Android workShop
Android workShopAndroid workShop
Android workShop
 
IDS,SNORT ET SÉCURITÉ RESEAU
IDS,SNORT ET SÉCURITÉ RESEAUIDS,SNORT ET SÉCURITÉ RESEAU
IDS,SNORT ET SÉCURITÉ RESEAU
 
Tizen Operating System
Tizen Operating SystemTizen Operating System
Tizen Operating System
 
Network scanning
Network scanningNetwork scanning
Network scanning
 
Network Security ppt
Network Security pptNetwork Security ppt
Network Security ppt
 
Introduction to IOT security
Introduction to IOT securityIntroduction to IOT security
Introduction to IOT security
 
Honey Pot
Honey PotHoney Pot
Honey Pot
 
ETUDE ET MISE EN PLACE D’UNE SOLUTION DE GESTION DE LA SECURITE DU RESEAU : C...
ETUDE ET MISE EN PLACE D’UNE SOLUTION DE GESTION DE LA SECURITE DU RESEAU : C...ETUDE ET MISE EN PLACE D’UNE SOLUTION DE GESTION DE LA SECURITE DU RESEAU : C...
ETUDE ET MISE EN PLACE D’UNE SOLUTION DE GESTION DE LA SECURITE DU RESEAU : C...
 
Android architecture
Android architectureAndroid architecture
Android architecture
 
Mobile Applications
Mobile ApplicationsMobile Applications
Mobile Applications
 
Port Scanning
Port ScanningPort Scanning
Port Scanning
 
Tenable Solutions for Enterprise Cloud Security
Tenable Solutions for Enterprise Cloud SecurityTenable Solutions for Enterprise Cloud Security
Tenable Solutions for Enterprise Cloud Security
 
USAT : USIM Application Toolkit
USAT : USIM Application ToolkitUSAT : USIM Application Toolkit
USAT : USIM Application Toolkit
 
Introduction Network Monitoring and Management Solution
Introduction Network Monitoring and Management SolutionIntroduction Network Monitoring and Management Solution
Introduction Network Monitoring and Management Solution
 
Cours NFC 2019
Cours NFC 2019Cours NFC 2019
Cours NFC 2019
 
IoT Platforms and Architecture
IoT Platforms and ArchitectureIoT Platforms and Architecture
IoT Platforms and Architecture
 
Presentation ibm info sphere guardium enterprise-wide database protection a...
Presentation   ibm info sphere guardium enterprise-wide database protection a...Presentation   ibm info sphere guardium enterprise-wide database protection a...
Presentation ibm info sphere guardium enterprise-wide database protection a...
 
Lorawan: What you need to know
Lorawan: What you need to knowLorawan: What you need to know
Lorawan: What you need to know
 

Semelhante a Mender: The open-source software update solution

Mender; the open-source software update solution
Mender; the open-source software update solutionMender; the open-source software update solution
Mender; the open-source software update solution
Mender.io
 
The ultimate guide to software updates on embedded linux devices
The ultimate guide to software updates on embedded linux devicesThe ultimate guide to software updates on embedded linux devices
The ultimate guide to software updates on embedded linux devices
Mender.io
 
Software Update Mechanisms: Selecting the Best Solutin for Your Embedded Linu...
Software Update Mechanisms: Selecting the Best Solutin for Your Embedded Linu...Software Update Mechanisms: Selecting the Best Solutin for Your Embedded Linu...
Software Update Mechanisms: Selecting the Best Solutin for Your Embedded Linu...
ICS
 
Software Updates for Connected Devices - OSCON 2018
Software Updates for Connected Devices - OSCON 2018Software Updates for Connected Devices - OSCON 2018
Software Updates for Connected Devices - OSCON 2018
Mender.io
 
TDC2017 - Embedded Linux - Deploy Software Update for Linux Devices
TDC2017 - Embedded Linux - Deploy Software Update for Linux DevicesTDC2017 - Embedded Linux - Deploy Software Update for Linux Devices
TDC2017 - Embedded Linux - Deploy Software Update for Linux Devices
Caio Pereira
 
Software update for IoT Embedded World 2017
Software update for IoT Embedded World 2017Software update for IoT Embedded World 2017
Software update for IoT Embedded World 2017
Chris Simmonds
 
Software update for IoT: the current state of play
Software update for IoT: the current state of playSoftware update for IoT: the current state of play
Software update for IoT: the current state of play
Chris Simmonds
 
Containers: DevOp Enablers of Technical Solutions
Containers: DevOp Enablers of Technical SolutionsContainers: DevOp Enablers of Technical Solutions
Containers: DevOp Enablers of Technical Solutions
Jules Pierre-Louis
 
Demystifying Containerization Principles for Data Scientists
Demystifying Containerization Principles for Data ScientistsDemystifying Containerization Principles for Data Scientists
Demystifying Containerization Principles for Data Scientists
Dr Ganesh Iyer
 
Twelve-Factor App: Software Application Architecture
Twelve-Factor App: Software Application ArchitectureTwelve-Factor App: Software Application Architecture
Twelve-Factor App: Software Application Architecture
Sigfred Balatan Jr.
 
Docker dev ops for cd meetup 12-14
Docker dev ops for cd meetup 12-14Docker dev ops for cd meetup 12-14
Docker dev ops for cd meetup 12-14
Simon Storm
 
Adopting agile in an embedded platform Suryakiran Kasturi & Akhil Kumar
Adopting agile in an embedded platform  Suryakiran Kasturi & Akhil KumarAdopting agile in an embedded platform  Suryakiran Kasturi & Akhil Kumar
Adopting agile in an embedded platform Suryakiran Kasturi & Akhil Kumar
XP Conference India
 
Migrating to Windows 7 or 8 with Lenovo's Deployment Optimization Solutions
Migrating to Windows 7 or 8 with Lenovo's Deployment Optimization SolutionsMigrating to Windows 7 or 8 with Lenovo's Deployment Optimization Solutions
Migrating to Windows 7 or 8 with Lenovo's Deployment Optimization Solutions
Lenovo Business
 
Slide DevSecOps Microservices
Slide DevSecOps Microservices Slide DevSecOps Microservices
Slide DevSecOps Microservices
Hendri Karisma
 
Exam Microsoft 70-696 Managing Enterprise Devices and Apps Exam
Exam Microsoft 70-696 Managing Enterprise Devices and Apps ExamExam Microsoft 70-696 Managing Enterprise Devices and Apps Exam
Exam Microsoft 70-696 Managing Enterprise Devices and Apps Exam
laura beckman
 
Using Docker EE in a CI/CD Workflow
Using Docker EE in a CI/CD WorkflowUsing Docker EE in a CI/CD Workflow
Using Docker EE in a CI/CD Workflow
Ashnikbiz
 
Application cloudification with liberty and urban code deploy - UCD
Application cloudification with liberty and urban code deploy - UCDApplication cloudification with liberty and urban code deploy - UCD
Application cloudification with liberty and urban code deploy - UCD
Davide Veronese
 
DCSF19 How Docker Simplifies Kubernetes for the Masses
DCSF19 How Docker Simplifies Kubernetes for the Masses  DCSF19 How Docker Simplifies Kubernetes for the Masses
DCSF19 How Docker Simplifies Kubernetes for the Masses
Docker, Inc.
 
Net Pipeline on Windows Kubernetes
Net Pipeline on Windows KubernetesNet Pipeline on Windows Kubernetes
Net Pipeline on Windows Kubernetes
Codefresh
 
Kubernetes 101 - an Introduction to Containers, Kubernetes, and OpenShift
Kubernetes 101 - an Introduction to Containers, Kubernetes, and OpenShiftKubernetes 101 - an Introduction to Containers, Kubernetes, and OpenShift
Kubernetes 101 - an Introduction to Containers, Kubernetes, and OpenShift
DevOps.com
 

Semelhante a Mender: The open-source software update solution (20)

Mender; the open-source software update solution
Mender; the open-source software update solutionMender; the open-source software update solution
Mender; the open-source software update solution
 
The ultimate guide to software updates on embedded linux devices
The ultimate guide to software updates on embedded linux devicesThe ultimate guide to software updates on embedded linux devices
The ultimate guide to software updates on embedded linux devices
 
Software Update Mechanisms: Selecting the Best Solutin for Your Embedded Linu...
Software Update Mechanisms: Selecting the Best Solutin for Your Embedded Linu...Software Update Mechanisms: Selecting the Best Solutin for Your Embedded Linu...
Software Update Mechanisms: Selecting the Best Solutin for Your Embedded Linu...
 
Software Updates for Connected Devices - OSCON 2018
Software Updates for Connected Devices - OSCON 2018Software Updates for Connected Devices - OSCON 2018
Software Updates for Connected Devices - OSCON 2018
 
TDC2017 - Embedded Linux - Deploy Software Update for Linux Devices
TDC2017 - Embedded Linux - Deploy Software Update for Linux DevicesTDC2017 - Embedded Linux - Deploy Software Update for Linux Devices
TDC2017 - Embedded Linux - Deploy Software Update for Linux Devices
 
Software update for IoT Embedded World 2017
Software update for IoT Embedded World 2017Software update for IoT Embedded World 2017
Software update for IoT Embedded World 2017
 
Software update for IoT: the current state of play
Software update for IoT: the current state of playSoftware update for IoT: the current state of play
Software update for IoT: the current state of play
 
Containers: DevOp Enablers of Technical Solutions
Containers: DevOp Enablers of Technical SolutionsContainers: DevOp Enablers of Technical Solutions
Containers: DevOp Enablers of Technical Solutions
 
Demystifying Containerization Principles for Data Scientists
Demystifying Containerization Principles for Data ScientistsDemystifying Containerization Principles for Data Scientists
Demystifying Containerization Principles for Data Scientists
 
Twelve-Factor App: Software Application Architecture
Twelve-Factor App: Software Application ArchitectureTwelve-Factor App: Software Application Architecture
Twelve-Factor App: Software Application Architecture
 
Docker dev ops for cd meetup 12-14
Docker dev ops for cd meetup 12-14Docker dev ops for cd meetup 12-14
Docker dev ops for cd meetup 12-14
 
Adopting agile in an embedded platform Suryakiran Kasturi & Akhil Kumar
Adopting agile in an embedded platform  Suryakiran Kasturi & Akhil KumarAdopting agile in an embedded platform  Suryakiran Kasturi & Akhil Kumar
Adopting agile in an embedded platform Suryakiran Kasturi & Akhil Kumar
 
Migrating to Windows 7 or 8 with Lenovo's Deployment Optimization Solutions
Migrating to Windows 7 or 8 with Lenovo's Deployment Optimization SolutionsMigrating to Windows 7 or 8 with Lenovo's Deployment Optimization Solutions
Migrating to Windows 7 or 8 with Lenovo's Deployment Optimization Solutions
 
Slide DevSecOps Microservices
Slide DevSecOps Microservices Slide DevSecOps Microservices
Slide DevSecOps Microservices
 
Exam Microsoft 70-696 Managing Enterprise Devices and Apps Exam
Exam Microsoft 70-696 Managing Enterprise Devices and Apps ExamExam Microsoft 70-696 Managing Enterprise Devices and Apps Exam
Exam Microsoft 70-696 Managing Enterprise Devices and Apps Exam
 
Using Docker EE in a CI/CD Workflow
Using Docker EE in a CI/CD WorkflowUsing Docker EE in a CI/CD Workflow
Using Docker EE in a CI/CD Workflow
 
Application cloudification with liberty and urban code deploy - UCD
Application cloudification with liberty and urban code deploy - UCDApplication cloudification with liberty and urban code deploy - UCD
Application cloudification with liberty and urban code deploy - UCD
 
DCSF19 How Docker Simplifies Kubernetes for the Masses
DCSF19 How Docker Simplifies Kubernetes for the Masses  DCSF19 How Docker Simplifies Kubernetes for the Masses
DCSF19 How Docker Simplifies Kubernetes for the Masses
 
Net Pipeline on Windows Kubernetes
Net Pipeline on Windows KubernetesNet Pipeline on Windows Kubernetes
Net Pipeline on Windows Kubernetes
 
Kubernetes 101 - an Introduction to Containers, Kubernetes, and OpenShift
Kubernetes 101 - an Introduction to Containers, Kubernetes, and OpenShiftKubernetes 101 - an Introduction to Containers, Kubernetes, and OpenShift
Kubernetes 101 - an Introduction to Containers, Kubernetes, and OpenShift
 

Mais de Mender.io

IoT: Contrasting Yocto/Buildroot to binary OSes
IoT: Contrasting Yocto/Buildroot to binary OSesIoT: Contrasting Yocto/Buildroot to binary OSes
IoT: Contrasting Yocto/Buildroot to binary OSes
Mender.io
 
A million ways to provision embedded linux devices
A million ways to provision embedded linux devicesA million ways to provision embedded linux devices
A million ways to provision embedded linux devices
Mender.io
 
Embedded linux build systems
Embedded linux build systems  Embedded linux build systems
Embedded linux build systems
Mender.io
 
Integrate IoT cloud analytics and over the-air (ota) updates with google and ...
Integrate IoT cloud analytics and over the-air (ota) updates with google and ...Integrate IoT cloud analytics and over the-air (ota) updates with google and ...
Integrate IoT cloud analytics and over the-air (ota) updates with google and ...
Mender.io
 
Configuring wifi in open embedded builds
Configuring wifi in open embedded buildsConfiguring wifi in open embedded builds
Configuring wifi in open embedded builds
Mender.io
 
IoT Prototyping using BBB and Debian
IoT Prototyping using BBB and DebianIoT Prototyping using BBB and Debian
IoT Prototyping using BBB and Debian
Mender.io
 
Why the yocto project for my io t project elc_edinburgh_2018
Why the yocto project for my io t project elc_edinburgh_2018Why the yocto project for my io t project elc_edinburgh_2018
Why the yocto project for my io t project elc_edinburgh_2018
Mender.io
 
Strategies for developing and deploying your embedded applications and images
Strategies for developing and deploying your embedded applications and imagesStrategies for developing and deploying your embedded applications and images
Strategies for developing and deploying your embedded applications and images
Mender.io
 
IoT Development from Prototype to Production
IoT Development from Prototype to ProductionIoT Development from Prototype to Production
IoT Development from Prototype to Production
Mender.io
 
Linux IOT Botnet Wars and the Lack of Basic Security Hardening - OSCON 2018
Linux IOT Botnet Wars and the Lack of Basic Security Hardening - OSCON 2018Linux IOT Botnet Wars and the Lack of Basic Security Hardening - OSCON 2018
Linux IOT Botnet Wars and the Lack of Basic Security Hardening - OSCON 2018
Mender.io
 
Embedded Linux Build Systems - Texas Linux Fest 2018
Embedded Linux Build Systems - Texas Linux Fest 2018Embedded Linux Build Systems - Texas Linux Fest 2018
Embedded Linux Build Systems - Texas Linux Fest 2018
Mender.io
 
Iot development from prototype to production
Iot development from prototype to productionIot development from prototype to production
Iot development from prototype to production
Mender.io
 
Linux IoT Botnet Wars - ESC Boston 2018
Linux IoT Botnet Wars - ESC Boston 2018Linux IoT Botnet Wars - ESC Boston 2018
Linux IoT Botnet Wars - ESC Boston 2018
Mender.io
 
Securing the Connected Car - SCaLE 2018
Securing the Connected Car - SCaLE 2018Securing the Connected Car - SCaLE 2018
Securing the Connected Car - SCaLE 2018
Mender.io
 
Mender.io | Securing the Connected Car
Mender.io | Securing the Connected CarMender.io | Securing the Connected Car
Mender.io | Securing the Connected Car
Mender.io
 
Linux IoT Botnet Wars and the lack of basic security hardening
Linux IoT Botnet Wars and the lack of basic security hardeningLinux IoT Botnet Wars and the lack of basic security hardening
Linux IoT Botnet Wars and the lack of basic security hardening
Mender.io
 
Mender.io | Develop embedded applications faster | Comparing C and Golang
Mender.io | Develop embedded applications faster | Comparing C and GolangMender.io | Develop embedded applications faster | Comparing C and Golang
Mender.io | Develop embedded applications faster | Comparing C and Golang
Mender.io
 

Mais de Mender.io (17)

IoT: Contrasting Yocto/Buildroot to binary OSes
IoT: Contrasting Yocto/Buildroot to binary OSesIoT: Contrasting Yocto/Buildroot to binary OSes
IoT: Contrasting Yocto/Buildroot to binary OSes
 
A million ways to provision embedded linux devices
A million ways to provision embedded linux devicesA million ways to provision embedded linux devices
A million ways to provision embedded linux devices
 
Embedded linux build systems
Embedded linux build systems  Embedded linux build systems
Embedded linux build systems
 
Integrate IoT cloud analytics and over the-air (ota) updates with google and ...
Integrate IoT cloud analytics and over the-air (ota) updates with google and ...Integrate IoT cloud analytics and over the-air (ota) updates with google and ...
Integrate IoT cloud analytics and over the-air (ota) updates with google and ...
 
Configuring wifi in open embedded builds
Configuring wifi in open embedded buildsConfiguring wifi in open embedded builds
Configuring wifi in open embedded builds
 
IoT Prototyping using BBB and Debian
IoT Prototyping using BBB and DebianIoT Prototyping using BBB and Debian
IoT Prototyping using BBB and Debian
 
Why the yocto project for my io t project elc_edinburgh_2018
Why the yocto project for my io t project elc_edinburgh_2018Why the yocto project for my io t project elc_edinburgh_2018
Why the yocto project for my io t project elc_edinburgh_2018
 
Strategies for developing and deploying your embedded applications and images
Strategies for developing and deploying your embedded applications and imagesStrategies for developing and deploying your embedded applications and images
Strategies for developing and deploying your embedded applications and images
 
IoT Development from Prototype to Production
IoT Development from Prototype to ProductionIoT Development from Prototype to Production
IoT Development from Prototype to Production
 
Linux IOT Botnet Wars and the Lack of Basic Security Hardening - OSCON 2018
Linux IOT Botnet Wars and the Lack of Basic Security Hardening - OSCON 2018Linux IOT Botnet Wars and the Lack of Basic Security Hardening - OSCON 2018
Linux IOT Botnet Wars and the Lack of Basic Security Hardening - OSCON 2018
 
Embedded Linux Build Systems - Texas Linux Fest 2018
Embedded Linux Build Systems - Texas Linux Fest 2018Embedded Linux Build Systems - Texas Linux Fest 2018
Embedded Linux Build Systems - Texas Linux Fest 2018
 
Iot development from prototype to production
Iot development from prototype to productionIot development from prototype to production
Iot development from prototype to production
 
Linux IoT Botnet Wars - ESC Boston 2018
Linux IoT Botnet Wars - ESC Boston 2018Linux IoT Botnet Wars - ESC Boston 2018
Linux IoT Botnet Wars - ESC Boston 2018
 
Securing the Connected Car - SCaLE 2018
Securing the Connected Car - SCaLE 2018Securing the Connected Car - SCaLE 2018
Securing the Connected Car - SCaLE 2018
 
Mender.io | Securing the Connected Car
Mender.io | Securing the Connected CarMender.io | Securing the Connected Car
Mender.io | Securing the Connected Car
 
Linux IoT Botnet Wars and the lack of basic security hardening
Linux IoT Botnet Wars and the lack of basic security hardeningLinux IoT Botnet Wars and the lack of basic security hardening
Linux IoT Botnet Wars and the lack of basic security hardening
 
Mender.io | Develop embedded applications faster | Comparing C and Golang
Mender.io | Develop embedded applications faster | Comparing C and GolangMender.io | Develop embedded applications faster | Comparing C and Golang
Mender.io | Develop embedded applications faster | Comparing C and Golang
 

Último

20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
fredae14
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
David Brossard
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
Postman
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Wask
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
Mariano Tinti
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 

Último (20)

20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 

Mender: The open-source software update solution

  • 1. Drew Moseley Embedded Solutions Architect Mender.io
  • 2. 1. Challenges and motivations 2. Requirements a. Non-functional b. Installer strategies 3. Mender a. Demo and explanations b. Device integration c. Testing d. Community overview Session overview
  • 3. About me Drew Moseley ○ 10 years in Embedded Linux/Yocto development. ○ Longer than that in general Embedded Software. ○ Project Lead and Solutions Architect. drew.moseley@mender.io https://twitter.com/drewmoseley https://www.linkedin.com/in/drewmoseley/ https://twitter.com/mender_io Mender.io ○ Over-the-air update manager for embedded Linux ○ Open source (Apache License, v2) ○ System updates with dual A/B rootfs layout (client) ○ Application updates (docker, deb, files, etc.) ○ Remote deployment management (server)
  • 4. The Challenge without OTA updates The update process was: ● Insecure: No authenticity checks ● Manually-intensive: No remote updates Vehicles had to be updated by one of two ways: ● Bringing the car into the dealership ● Customers mailed a USB drive A secure and robust OTA update manager for the entire fleet can automate this
  • 5. The Challenge with OTA updates The endless reboot issue affected cars equipped with the 2017 and 2018 versions of UConnect Customers lost access to: ● Audio controls ● Heat and A/C ● Heated seats ● Rear-view cameras Customers reported car batteries were drained due to the endless reboot No rollback option or sanity checking to ensure the successful installation of an update
  • 6. The Challenge with OTA updates An open source community with more eyes reduces the number of vulnerabilities
  • 7. The embedded environment ● Remote ○ Expensive to reach physically ● Power ○ Battery ○ Unclean shutdown ● Hostile deployment environment ● Product lifetime ○ Some markets 5 - 10 years ● Network ○ Intermittent connectivity ○ Low bandwidth ○ Insecure
  • 8. Requirements 1. Robust and secure a. Rollback b. Signed/trusted images c. Integrity/compatibility checks 2. Atomic updates 3. Support kernel, apps, libraries, DTBs 4. Integrates with existing environments a. Easy to get started 5. Bandwidth consumption 6. Downtime during update
  • 9. Installer strategies 1. In-place 2. Maintenance mode 3. Dual A/B 4. Proxy Bootloader Kernel, initramfs User space Updater
  • 10. 1. In-place 2. Maintenance mode 3. Dual A/B 4. Proxy Bootloader Kernel, initramfs User space Updater Installer strategies
  • 11. 1. In-place 2. Maintenance mode 3. Dual A/B 4. Proxy Bootloader Kernel, initramfs A User space A Updater A User space B Kernel, initramfs B Updater B Installer strategies
  • 12. 1. In-place 2. Maintenance mode 3. Dual A/B 4. Proxy Gateway Remote device (sensor, ECU, etc.) Updater Installer strategies
  • 13. What is Mender? Robust and secure end-to-end over-the-air (OTA) software update manager for embedded IoT devices
  • 14. Mender Customers Company and Team ● Company behind Mender.io (Northern.tech) was founded in 2008 ● Extensive experience ensuring security of embedded systems at scale ● Dedicated to bringing a secure best-in-class OTA manager to world’s connected devices ● Highly technical team dedicated in solving customers’ problems in the IoT space ● Relationships with the world’s largest brands ● Offices in San Francisco, USA and Oslo, Norway Who we are Mender Partners
  • 15. Mender is Open Source Most companies write their own homegrown updater from scratch (!) Existing free and open source tools can help you Save time and avoid stress (where you can) ○ Initial development ■ It looks so easy! Is it easy? ○ Ongoing maintenance ■ 5 years? 10? 20? ■ 1 product? 5? 10?
  • 16. Key Features and Benefits - System Updates Atomic rollback support with a dual A/B partitioning layout Allows recovery and keeping device operational when updates fail for any reason Consistent full image atomic updates   Avoids inconsistencies from partial updates caused by interrupted package installations Secure TLS client-server communication with code signing Ensures security with end-to-end signing and verification of artifacts for authenticity and integrity Increased fleet robustness Reproducible deployments means your fleet is running identical code to your test systems. Reduced testing matrix due to package combinatorics.
  • 17. Key Features and Benefits - Application Updates IoT Device type = deb file = web1.2.deb Management Server Software Operating System Update Manager Update Module: deb Mender Client Match package type to correct Update Module Application Install Application updates Mender supports “all” kinds of updates ● Packages ● Containers ● Files and directories ● Proxy device deployment ● Full control and customizability It is very easy to install application-based updates on Debian, Ubuntu and Raspbian OSes with Mender
  • 18. Challenges with Applications updates Managing individual packages quickly becomes a logistical nightmare ○ Testing of many combinations of installed packages ○ Installation order not strictly enforced. ○ Partially-installed packages can block installs of new fixed packages
  • 19. Generic embedded update workflow Detect update (secure channel) Download (secure channel) Integrity (e.g. checksum) Authenticate (e.g. signature) DecryptExtract Install Failure recovery (e.g. roll back) Compatibility check Sanity checks Post-install actions Pre-install actions Must-have Environment-specific (Re)Start* *E.g. reboot, restart service, start container
  • 20. Why Mender Mender is the only end-to-end open source OTA manager with both management server and client ○ No vendor lock-in ○ Permissive Apache 2.0 license ○ A healthy peer review mechanism with more eyes on the code to increase its security Less reliance on tribal knowledge; less expensive than a homegrown system ○ Homegrown systems have unpredictable scope, which leads to more cost and time ○ Reliance on tribal knowledge: if a key person leaves, could cause serious issues Mender Hub is the only online community dedicated to enable OTA on any device and OS ○ Future-proof your product roadmap
  • 21. Mender Devices Users API Gateway TCP 443 DeviceAuth UserAdm Inventory Deployments GUI Workflows Storage Proxy TCP 9000 Minio (optional) MongoDB ElasticSearch Redis Filesystem external clients stateless application layer persistent storage ● Microservices ● Only port 443 and 9000 ● RESTful API ○ Device API ○ Management API /api/management/v2/devauth /api/management/v1/inventory /api/management/v1/deployments …. https://docs.mender.io/apis/overview Mender Server Architecture
  • 22. Managed mode vs standalone mode Update types: ○ Full image, and delta of full image ○ Incremental (package, file, tarball, container) ○ Proxy ○ others Partitions: Boot (optional), Rootfs A, Rootfs B, Data, others Bootloader integration: ○ Controls boot process, A or B ○ Grub (BIOS/UEFI) ○ U-boot w/ auto patching ○ U-boot w/ manual patching Linux runtime integration: ○ Supports eMMC/SD/block device & UBI volumes ○ Mender client application (as daemon for managed mode) Target OSes supported: ○ Yocto/OpenEmbedded (OOB) ○ Debian, Raspbian, Ubuntu and other binary distros ○ Buildroot (somewhat) ○ OpenWRT (somewhat) https://docs.mender.io/devices Mender | System Integration Requirements
  • 23. Automatic Rollback With A/B Image Update Bootloader Kernel Persistent data Application Device OS A (active) OS B (inactive) Kernel Application
  • 24. Mender Architecture With Update Modules ● Any type of update ● Update actions implemented in modules Mender Artifact Mender Client 2.x File system Image File(s) Containers Update Module Proxy firmware OS A/B image ● Popular application update types supported out-of-the-box
  • 25. Mender - State Scripts
  • 26. Mender - State Scripts
  • 27. Mender - State Scripts
  • 28. Mender - State Scripts
  • 30. Mender is built to scale Designed for low infrastructure load default: update check every 30 min per device exponential backoff separate storage service for transferring updates Microservices architecture for horizontal scaling application and storage layer separation scale individual services native support for docker and Kubernetes Tested with more than 120,000 devices 3 machines, 2 CPUs, 8 GB RAM demo available online
  • 31. Open source and commercial offering ● Mender will always support the open source edition ● Follows the “open core” business model ● Basic features relating to adoption and basic usage will always be open source ○ E.g. Board support, OS support, end-to-end update process, client customizability ● Scalability, risk management and security features are commercial offerings ○ E.g. Phased rollout, schedule deployment, permissions, user account management
  • 33. Professional Services Mender-specific - Integrating the Mender client with your device - Design of device partition layouts - Guidance on a scalable Mender backend setup - Integrate Mender with CI/CD pipeline - Develop custom use-case specific update scripts Embedded Linux/Yocto project consulting - Embedded Linux system design architecture - Yocto build customizations - Yocto platform layer development - Yocto recipe development - Custom automated build setup
  • 34. Learn More Get started now: https://docs.mender.io/2.0/getting-started Join the Mender Hub community: https://hub.mender.io Mender on Github: https://github.com/mendersoftware/ contact@mender.io @mender_io /company/mender.iohttps://mender.io/