Lei Zhang (Harry)

Results 151 comments of Lei Zhang (Harry)

@mnbf9rca Actually both Alibaba and MSFT are now more focus on the OAM k8s implementation rather than spec, we intended to keep spec stable and less frequent change. For example,...

@mnbf9rca Yeah, with OAM v1alpha2 released, we now collaborated on [oam-k8s-runtime in Crossplane](https://github.com/crossplane/oam-kubernetes-runtime) as default k8s implementation. We dicuss k8s related detail in its [community meeting](https://github.com/crossplane/crossplane#get-involved) as well.

/cc @ryanzhang-oss @wonderflow

@dhiguero It's great to see this idea! A quick question is what will be the main purpose of this catalog? Is it for GitOps layout to deploy the app? Or...

> the operator would in best position to determine the scale of the workload and the environment. @iyyappam Ops will use a "Resource" or "Scaler" Trait to achieve this. I'd...

Currently, CD projects are evolving to declarative workflow (e.g. Tekton, Spinnaker and Jenkins-X) so theoretically using OAM to model them should work. But I agree the tricky part is about...

@krmayankk we talked with team from Microsoft recently and the proposal is generating a Argo workflow from `Application` entity (modeled with `dependsOn`). Also, @hongchaodeng once implemented a datainput/output DAG in...

@bericoberin Yes, we fully agree! While note that users can use `secretKeyRef` in [OAM Kubernetes runtime.](https://github.com/crossplane/oam-kubernetes-runtime). For example, feel free to define a component like below: ```yaml apiVersion: core.oam.dev/v1alpha2 kind:...

> with OAM, how about mapping ConfigMaps and Secrets to the filesystem @bericoberin So the idea is defining a `ConfigureFile` or `ConfigureStore` object in OAM and allow it to have...