less than a minute
Connect the UMH-Stack with Lens (OpenLens or UMHLens).
Press “+” next to the terminal tab and click “add resource”.
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
Press “Create&Close”.
Click on the “united-manufacturing-hub-softing-deployment”-Pod and forward the 8099-Port.
Now a window in your browser should open, and you can login with the user name and password, both being admin.