Skip to content

Instantly share code, notes, and snippets.

@kurokobo
kurokobo / edgex-app-service-mqtt-google-iot.md
Last active October 16, 2021 15:38
Example for export to Google IoT Core using app-service-configurable (insecure mode)

[EdgeX Foundry] Export to Google IoT Core using app-service-configurable (insecure mode)

  • EdgeX Foundry Geneva / Hanoi / Ireland release
    • Using edgexfoundry/docker-app-service-configurable:1.3.1 for Geneva / Hanoi
    • Using edgexfoundry/app-service-configurable:2.0.1 for Ireland
  • Insecure mode (without Secret Store)

Table of Contents

@kurokobo
kurokobo / docker-compose-installer-for-container-optimized-os-on-gce.md
Last active March 29, 2024 17:50
Simple Installer for Docker Compose on Container-Optimized OS on Google Computing Engine

Simple Installer for Docker Compose on Container-Optimized OS on Google Computing Engine

The easiest way to make Docker Compose available on Container-Optimized OS on Google Compute Engine (GCE) on Google Cloud Platform (GCP).

This is minimal Bash script version of Community Tutorial.

How to use

Simply, download installer.sh, run it, and then reload bash by source ~/.bashrc or re-login.

@kurokobo
kurokobo / automuteus-over-ssl.md
Last active March 11, 2021 01:54
AutoMuteUs over SSL: All-in-One Docker Compose file with Nginx/Caddy reverse proxy with Let's Encrypt SSL certificate
@kurokobo
kurokobo / edgex-geneva-auto-discovery-mqtt-sample.md
Last active August 28, 2021 05:56
EdgeX Foundry: Sample implementation for Auto-Discovery for MQTT Device Service

My working sample to export to MQTTS topic using app-service-configurable insecure mode for EdgeX Foundry Geneva release

  • EdgeX Foundry Geneva release.
  • Using docker-app-service-configurable:1.2.0 in insecure mode (without Secret Store).
    • A bit of a special method to get around the bug.
  • Export to MQTTS topic using client certificate authentication.

Prepare Cert Files

In this case, use test.mosquitto.org for testing purposes.

My working sample for MQTT Device Service for EdgeX Foundry Geneva release

Directory structure

Same as official tutorial.

- device-service-demo
  |- docker-compose.yml
  |- mqtt
@kurokobo
kurokobo / edgex-hol-requirements-fuji.md
Last active April 30, 2020 09:30
EdgeX Foundry のハンズオンラボの環境要件(Fuji リリース向け)

EdgeX Foundry ハンズオン環境要件

2020 年 5 月 12 日(火)の EdgeX Foundry Tokyo Meetup で実施するハンズオンの環境要件です。

当日は、ハンズオンガイドに従って操作する様子を、発表者の解説を含めて配信する予定です。参加者のみなさまがお手元の環境で実際に操作したい場合は、環境の用意をお願いします。

環境の構築自体はハンズオンガイドでは取り扱わないので、それぞれのドキュメントなどを参考に導入してください。

環境要件

@kurokobo
kurokobo / edgex-app-service-mqtt-azure-iot.md
Last active April 17, 2023 02:46
Example for export to Azure IoT Hub using app-service-configurable (insecure mode)

[EdgeX Foundry] Export to Azure IoT Hub using app-service-configurable (insecure mode)

  • EdgeX Foundry Geneva / Hanoi / Ireland release
    • Using edgexfoundry/docker-app-service-configurable:1.3.1 for Geneva / Hanoi
    • Using edgexfoundry/app-service-configurable:2.0.1 for Ireland
  • Insecure mode (without Secret Store)

Table of Contents