...
https://github.com/epics-base/epics-base/issues/488.
...
Metallb configuration
For further EPIK8s installation is important to take note of
loadbalancer IP configured in the install process.
...
Some of this IP should be used to access internal EPIK8s service like cagateway and pvagateway.
To check the addresses already in use see the EXTERNAL-IP column:
kubectl get svc -o wide -A
Expose K8s Dashboard
You can expose the Dashboard using a NodePort, Ingress, or LoadBalancer service, depending on your setup. By default, it uses a ClusterIP
, which is not accessible externally.
...