spec
spec copied to clipboard
Open Application Model (OAM).
As mentioned before, I have been collecting **dependency** use cases from our users and trying to summarize them in an organized and clarified manner. Here's the final work of my...
In the operational (application) configuration, it's not specified how the applicationScopes are referenced: https://github.com/microsoft/hydra-spec/blob/master/6.application_configuration.md#component Suggesting that we follow the schema defined for traits: https://github.com/microsoft/hydra-spec/blob/master/6.application_configuration.md#trait Follow-up to #119
Following up on #42 and PR #105 looks like at least the non-core app scopes have not been moved. Suggest moving the non-core app scopes: https://github.com/microsoft/hydra-spec/blob/master/4.application_scopes.md#extended-application-scope-type-definitions. I would also suggest...
This adds an Application Model top-level object. This is currently a WIP, and is not complete. However, comments at this early phase are welcome. Signed-off-by: Matt Butcher
It seems to be gaps for non-K8s implementations due to they may not work in declarative way (i.e. unable to handle YAML files as input out-of-box). I know some teams...
We should define the schema for the two core application scopes: Network and Health, so that it's not left to the individual implementation to define what can and cannot be...
Since we have configfile[https://github.com/microsoft/hydra-spec/blob/master/3.component_model.md#configfile] now, when data was mounted into container, default file accessMode is readonly. Should we give write permission or accessMode option to user? related with: https://github.com/microsoft/hydra-spec/pull/114 ,...
An app usually needs some volume of storage, and the storage could be on host (hostPath) or remote (NAS, EBS). This is usually provided in the app configuration. I would...
Oddly enough, we never specified any way for an operator to specify what should be for the _inbound_ port for a service. A `ComponentSchematic` lets a developer say what port...
Current we have a Component Schema CRD. But when we actually instantiate a component, we would need to expose its status, dependency status here. Additionally, we would need to reference...