Install Softing EdgeAggregator in the UMH

Tutorial on using the proprietary software Softing EdgeAggregator with the United Manufacturing Hub
  1. Connect the UMH-Stack with Lens (OpenLens or UMHLens).

  2. Press “+” next to the terminal tab and click “add resource”.

    softing_create.jpg

  3. Paste in the following:

apiVersion: apps/v1
kind: Deployment
metadata:
  name: softing-edgeaggregator-deployment
  namespace: united-manufacturing-hub
  labels:
    app: softing-edgeaggregator-deployment
spec:
  replicas: 1
  selector:
    matchLabels:
      app: softing-edgeaggregator-deployment
  template:
    metadata:
      labels:
        app: softing-edgeaggregator-deployment
    spec:
      containers:
      - name: edgeaggregator
        image: softingindustrial/edgeaggregator
        ports:
          - containerPort: 443
          - containerPort: 8099
          - containerPort: 4897
  1. Press “Create&Close”.

  2. Click on the “united-manufacturing-hub-softing-deployment”-Pod and forward the 8099-Port.

    softing_forwading.jpg

  3. Now a window in your browser should open, and you can login with the user name and password, both being admin.

Last modified February 17, 2023: update (#208) (ea731fc)