Microsoft and Docker team up to make packaging cloud-native applications easier
1–10 of 83 posts
Re: Microsoft and Docker team up to make packaging cloud-native applications easier
#2Re: Microsoft and Docker team up to make packaging cloud-native applications easier
#3I’m an avid user of both docker compose and kubernetes/helm, and have been very frustrated by the lack of interoperability between them. This looks like it might get us there, which makes me very happy. Nice work Microsoft and Docker.
Re: Microsoft and Docker team up to make packaging cloud-native applications easier
#4- https://open.microsoft.com/2018/12/04/announcing-cnab-cloud-...
Re: Microsoft and Docker team up to make packaging cloud-native applications easier
#5Gabe from Microsoft here. Happy to answer any questions. A few links to help you explore the spec and tooling: - https://cnab.io - https://duffle.sh/ - https://open.microsoft.com/2018/12/04/announcing-cnab-cloud-...
EDIT: As a cloud systems architect, I view participation in CNCF as a positive signal.
Re: Microsoft and Docker team up to make packaging cloud-native applications easier
#6Gabe from Microsoft here. Happy to answer any questions. A few links to help you explore the spec and tooling: - https://cnab.io - https://duffle.sh/ - https://open.microsoft.com/2018/12/04/announcing-cnab-cloud-...
Are there plans to work with CNCF on this spec to gain a broader consensus? EDIT: As a cloud systems architect, I view participation in CNCF as a positive signal.
Re: Microsoft and Docker team up to make packaging cloud-native applications easier
#7Gabe from Microsoft here. Happy to answer any questions. A few links to help you explore the spec and tooling: - https://cnab.io - https://duffle.sh/ - https://open.microsoft.com/2018/12/04/announcing-cnab-cloud-...
I'm not very familiar with Ansible, etc., so maybe tools like that have strategies for building deterministic environments, but I can see a lot of people putting `apt-get` or `yum` commands in an install script.
Re: Microsoft and Docker team up to make packaging cloud-native applications easier
#8Gabe from Microsoft here. Happy to answer any questions. A few links to help you explore the spec and tooling: - https://cnab.io - https://duffle.sh/ - https://open.microsoft.com/2018/12/04/announcing-cnab-cloud-...
Currently, we provide developers with lab environments that wire together a small subset of containers under Docker compose for local development because running the full system is impractical. However, most of our lab environments may have important external dependencies (i.e. Slack, SMTP gateways, etc) that require configuration and often secrets.
One challenge of maintaining these lab environments is keeping these external configuration details up to date, so it would be helpful if the CNAB spec allowed configuration of this sort to be provided by an external provider similar to how Docker images themselves are expected to be provided by a container registry.
Have you anticipated this use case? If so, does CNAB have this type of support?
Re: Microsoft and Docker team up to make packaging cloud-native applications easier
#9Gabe from Microsoft here. Happy to answer any questions. A few links to help you explore the spec and tooling: - https://cnab.io - https://duffle.sh/ - https://open.microsoft.com/2018/12/04/announcing-cnab-cloud-...
Re: Microsoft and Docker team up to make packaging cloud-native applications easier
#10Gabe from Microsoft here. Happy to answer any questions. A few links to help you explore the spec and tooling: - https://cnab.io - https://duffle.sh/ - https://open.microsoft.com/2018/12/04/announcing-cnab-cloud-...