Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. IBM booth demos:
    1. Workload runtime security (OH + KubeArmor + ???)
    2. Application-centric connectivity (OH + Skupper + ???)
    3. ML deployment automation (OH + TinyLlama? or Yolo v8 or v9?)
  2. LF Edge booth demos:
    1. Handsfree device onboarding (OH + FDO + LF Edge Sandbox + Project EVE)
    2. Realtime workload metrics (OH + EdgeLake + Grafana + optionally KubeArmor)
    3. Dynamic runtime secrets binding (OpenBao

...

    1. with Open Horizon

...

Demonstrate OH managing ML placement/delivery/bi-directional sync

Value prop: Models are trained in the cloud or elsewhere, but don't have the ability to deliver securely to edge devices.  OH can be that last mile delivery solution.

Owner: Jeff Lu 

Todo: Determine which models/framework to show, how to update?

Adopters:

OpenBao is approaching Alpha release and becoming an independent project

Value prop: Open Horizon uses OpenBao for dynamic runtime secrets binding with containerized workloads on both bare Linux hosts and in Kubernetes clusters.

Owner: Nathan Phelps and Troy Fine 

Todo: Get AIO using OpenBao, then demonstrate Hello Secrets World

Adopters: IBM Edge Application Manager, IBM Hybrid Cloud Mesh

KubeArmor is the gold standard for workload runtime security

    1. )

Workload runtime security

Demo landing page link: Reduce attack surfaces on your edge nodes and workloads
Image Added

Value prop: Secure and harden your edge solutions using Security-by-default principles and active mitigation measures from Days 0 - NValue prop: Open Horizon works with KubeArmor on bare Linux and Kubernetes clusters to enforce security at the host and workload levels.

Owner: Prashant Mishra and Sanjeev Gupta 

...

  1. How do we stop, not just detect.  Not post-detect strategies but active mitigation.  Ex. application without hardening has these misconfigurations/access.  KubeArmor will sandbox the application behavior to only allow the specified behavior and nothing else.
  2. Multiple applications on a device.  If one is compromised, the blast radius could impact other running containers.  How do you isolate the workloads to limit the blast radius.
  3. Specific use cases for Vault
  4. ORRA Kamakura demo showing addition of KubeArmor to the running application to enforce network micro-segmentation

Application-centric connectivity

Demo landing page link: Provide application-centric and -directed connectivity
Image Added

Value-prop: Quickly connect deployed applications with remote resources in any location.  Align distributed application connectivity with the applications themselves so both can be deployed and managed together by the same team.

Owner: Jeff Lu  and Sanjeev Gupta?

Todo: Create Skupper service and show how to connect a distributed application to its remote services.  Linux host to start, then Kubernetes example?

Adopters: IBM Hybrid Cloud Mesh with Red Hat Service Interconnect

ML deployment automation

Demo landing page link: Dynamic ML association/placement/delivery/bi-directional sync
Image Added

Value prop: MLOps pipelines 

Owner: Jeff Lu 

Todo: Determine which models/framework to show, how to update?

Adopters:

Handsfree device onboarding

Demo landing page link: Zero-touch device onboarding with FDO is a reality
Image Added

Value prop: Use Open Horizon to host your FDO vouchers and device profiles for a complete FDO onboarding hosting service

...

Adopters: would Zededa be a potential adopter?

Proposed flow:

Image Added

Realtime workload metrics

Demo landing page link: Use EdgeLake to access any edge data on-demand from anywhere
Image Added

Pain points from transferring/streaming data to a central location for aggregation and insights generation:

...

Adopters: (feature sponsor: NS1)

Provide application-centric and -directed connectivity

Value-prop: Align distributed application connectivity with the applications themselves so both can be deployed and managed together by the same team.

Owner: Jeff Lu  and Sanjeev Gupta?

Todo: Create Skupper service and show how to connect a distributed application to its remote services.  Linux host to start, then Kubernetes example?

Dynamic runtime secrets binding

Demo landing page link: OpenBao is approaching Alpha release and becoming an independent project
Image Added

Value prop: Open Horizon uses OpenBao for dynamic runtime secrets binding with containerized workloads on both bare Linux hosts and in Kubernetes clusters.

Owner: Nathan Phelps and Troy Fine 

Todo: Get AIO using OpenBao, then demonstrate Hello Secrets World

Adopters: IBM Edge Application Manager, IBM Hybrid Cloud Mesh

Demo details: 

  1. Create a secret in the OpenBao secrets manager named hw-secret-name
  2. Register an edge node with the helloSecretWorld example service
  3. Show the "<your-node-id> says: Hello <secret-value>!" output of the service in a separate terminal updating every 5 seconds ("<secret-value>" here is the contents of the hw-secret-name secret)
  4. Update the hw-secret-name secret with a new value "<new-secret-value>"
  5. A few seconds later in the still open terminal window being updated live with the service output, observe the output change to "<your-node-id> says: Hello <new-secret-value>!"

...