Interconnect aeriOS service components within an isolated network overlay.
This component enhances security and connectivity between two or more aeriOS service components, whether they reside within the same domain or are distributed across the aeriOS continuum.
By collaborating with the HLO-orchestrator and aeros-k8s-shim components, it establishes an encrypted network overlay, ensuring a secure and isolated communication channel for aeriOS services.
Additionally, integrated DNS resolution simplifies service discovery, enabling seamless interaction between those components.
git clone https://github.com/eclipse-aerios/service-overlay-network.gitcd aerios-orchestrator-overlay/helm/aerios-orchestrator-overlayEnsure that the values in values.yaml are set correctly before deploying.
Replace <deployment-name> with your desired name:
helm install <deployment-name> .If you want to add files and push an existing repository, use the following commands:
cd existing_repo
git remote add origin https://github.com/eclipse-aerios/service-overlay-network.git
git branch -M main
git push -uf origin mainFor contributing, refer to the Installation and Deployment section above, which contains all necessary information for development and collaboration.
Developed by:
- Vasilis Pitsilis
- Andreas Sakelaropoulos
