support Multi-service with dependencies in separate pod #1125
Labels
area/library
Common devfile library for interacting with devfiles
lifecycle/rotten
Rotten items. These items have been stale for 60 days and are now closed.
lifecycle/stale
Stale items. These items have not been updated for 90 days.
student
Identified work that the students can work on
Which area this feature is related to?
/area library
Which functionality do you think we should add?
Why is this needed? Is your feature request related to a problem?
Detailed description:
The services need to be deployed in expected order, i.e. will be defined by depend_on in the docker-compose file
Targets:
The containers will be built and deployed in order. MUST guarantee dependency services have been started before starting a dependent service
The services will be linked.
Implementation:
Can use service binding to connect services, see https://docs.openshift.com/container-platform/4.9/applications/connecting_applications_to_services/understanding-service-binding-operator.html
Ensure the commands for execution and deployment are in order.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: