Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 12 forks source link

Atlas Resource Provider and the New App Package Model #365

Open guibirow opened 5 years ago

guibirow commented 5 years ago

I've watched the build talk given by @ChackDan and @dkkapur and got curious about the insights provided about SF Mesh future. This raised many questions on my mind.

With this new idea of App Package model, does it mean the Resource Model released won't be going forward?

Is this App Package based on K8s YAML definitions? if yes, how much is the expected compatibility with the raw k8s resources?

How do I get access to the early preview?

dkkapur commented 5 years ago

Tagging @suhuruli to give you more info about this and follow up previews.

suhuruli commented 5 years ago

The app package is not based on the K8s YAML definitions directly but is in described in such a way that it should be readable by folks coming from that ecosystem. Our thinking currently is that these definitions should be portable to any K8s cluster.

Please email me at suhuruli@microsoft.com to discuss the private preview access.