25
Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019

Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

  • Upload
    others

  • View
    36

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

Meetup: Azure

Azure IoT Edge

Maximilian Bischoff Karlsruhe, 12 March 2019

Page 2: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

● Team ITO since 2018● Kubernetes stuff● Cloud technologies● Been a little on edge recently

Maximilian BischoffCloud Platform Engineer

2

Page 3: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

What about you?

5

Page 4: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

Motivation

6

Page 7: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

https://virtualizationreview.com/articles/2018/03/05/aws-outage.aspx 10

Page 8: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

● Bandwidth usage○ expensive○ slow/limited

● Latency● Connectivity

○ Moving devices

Issues with IoT + Centralized Cloud

11

Page 9: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

Edge Computing

12

Page 10: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

Solution

13

Device CloudEdgeNode

EdgeNode

LAN MAN WAN

Page 11: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

14

Page 12: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

● Smart Factory -> Edge Node / Building instead of permanent cloud connectivity, compute power does not have to be in devices

● Connected cars -> sharing alerts about hazards with low latency (no peer-to-peer & on-car-computing requried)

● Aggregating data from multiple dumb sensors that only speak Bluetooth, send only important data to the cloud

Use Cases

16

Page 13: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

Wait, That already exists! Cloudflare does it since forever...

17

Page 14: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

18

Page 15: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

19

Page 16: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

Azure IoT EdgeAbout

● Extension of Azure IoT Framework● Management of Modules (Docker images / containers)● Communication Proxy for IoT Hub

20

Page 17: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

IoT Device

21

Hardware

OS

IoT SDKAPP

AzureIoT Hub

Backend Services

Page 18: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

IoT Edge Device

22

Hardware

OS

Edge HubEdge Agent

AzureIoT Hub

Backend Services

Docker

Page 19: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

Docker bridge network: azure

23

IoT Edge Module

IoT Edge SDK

App

Edge Hub Edge Agent

Azure

Docker

Communication (Cloud & Module),Authentication

Starting, stopping & reporting status of modules

Page 20: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

Azure

24

IoT Hub

IoT Edge Device

IoT Device IoT DeviceIoT Device

Cloud

Edge NodesIoT Edge Device

Edge Devices

Page 21: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

Security

● Standards (e.g. MQTT/AMQP with TLS)● Authentication (Certificate based for Edge nodes,

tokens/certificates for devices)● Authorization -> Privileges for devices/modules must be

explicitly granted● Support for hardware security (e.g. TPM)

26

Page 22: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

Integrationsas advertised

● Azure Stream Analytics on IoT Edge● Custom Vision (preview)● Azure Functions● Azure SQL Database

-> Some integrations for Container based services

27

Page 23: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

https://azure.microsoft.com/en-us/pricing/details/iot-edge/

Pricing

28

Iot Hubedition type

price per unit (per month)

total number of messages/day per unit

Free Free 8,000

S1 $25 400,000

S2 $250 6,000,000

S3 $2,500 300,000,000

Page 24: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

Azure IoT EdgeStrengths & Weaknesses

+ Easy deployment onto remote devices+ Built-in security+ Support for MQTT & AMQP -> Open standards+ Offline functionality (preview)

- No module to module (downstream) communication- HTTPS not supported atm, still under development- Deployments must be complete, no built-in patching

29

Page 25: Meetup: Azure Azure IoT Edge - inovex...2019/12/03  · Meetup: Azure Azure IoT Edge Maximilian Bischoff Karlsruhe, 12 March 2019 Team ITO since 2018 Kubernetes stuff Cloud technologies

Thank you

Maximilian BischoffIT Engineering & Operations

inovex GmbHLudwig-Erhard-Allee 676131 Karlsruhe

[email protected]