eclipse / packages

IoT Packages project
https://eclipse.org/packages
Eclipse Public License 2.0
46 stars 66 forks source link

[#433] Use consistent LB/NodePort setting in c2e chart, fix c2e docs. #504

Closed calohmn closed 1 year ago

calohmn commented 1 year ago

This fixes #433.

I've restored the original service-type NodePort as default for the cloud2edge chart and adapted the "helm install" command for using service-type LoadBalancer.

I've also revised the "Prerequisites" page, replacing outdated links there and changing the MicroK8s chapter. The general "Loadbalancing and Ingress" in that chapter seemed out-of-place there to me. It also contained specific cloud2edge package information, which should rather go in the cloud2edge package installation instructions. The "Ingress LoadBalancing" section contained outdated information regarding the Ambassador component. I've therefore removed the "Loadbalancing and Ingress" chapter there.

calohmn commented 1 year ago

@sophokles73 Yes, I successfully tested with both NodePort and LoadBalancer configurations, using the Hono CLI to connect a consumer.

The documentation on how to get the Kafka IP/port and the ca file content could be improved here though. Will look into updating the c2e chart NOTES.txt and c2e tour as part of the fix for #505.