As I brought in today's TSC meeting, any decent IT app nowadays has a helm chart to quickly install in K8s.
Looking at some open source example: https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus It seems like we need to hold some helm definitions in our code repo for folks to perform: helm repo add odl https://opendaylight.github.io/helm-charts Also we need to publish docker containers somewhere so they can be used in a K8s Deployment file like this: spec: containers: - name: odl image: quay.io/opendaylight/netconf:v0.13.0 ... I am not an expert in K8s so let me know if I miss anything. Anil, do you see any problem in existing ODL infra to achieve the above? BR/Luis
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8697): https://lists.opendaylight.org/g/Discuss/message/8697 Mute This Topic: https://lists.opendaylight.org/mt/81610658/21656 Group Owner: [email protected] Unsubscribe: https://lists.opendaylight.org/g/Discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
