devfile / api

Kube-native API for cloud development workspaces specification
Apache License 2.0
257 stars 61 forks source link

support Multi-service with dependencies in separate pod #1125

Open yangcao77 opened 1 year ago

yangcao77 commented 1 year ago

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

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days.

maysunfaisal commented 1 year ago

@yangcao77 do we want to track this on our board?

github-actions[bot] commented 5 days ago

This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days.