Howdy folks, maybe covered somewhere already but i...
# general
r
Howdy folks, maybe covered somewhere already but interested in the thinking/vision around deploying whole docker applications as code, into different clouds AWS/Azure with support for Kubernetes and Azure Service Fabric orchestrators?
w
Generally, we believe it can be much easier to deploy containerized applications to any of these environments. We have a few solutions already today, but we will be building on these in the coming weeks, and we believe the building blocks in Pulumi can enable others to build other exciting offerings in this area. You can author entire Kubernetes applications, including dependencies on managed services and between Kubernetes resources, in Pulumi using
@pulumi/kubernetes
. There is also a high level library for deploying containerized services -
cloud.Service
, which we have used ourselves and with early customers as a framework for managing deployments on top of AWS ECS. It is designed to be deployable on top of other cloud providers as well, and as part of our work to bring
@pulumi/cloud
to other cloud providers, we will be lighting up this same framework to be able to target those clouds as well.
r
Any plans for Azure Service Fabric / Mesh?
Hi @white-balloon-205 @big-piano-35669 I see terraform have released support for Azure Service Fabric Clusters: https://www.terraform.io/docs/providers/azurerm/r/service_fabric_cluster.html and wonder if this might now be on the roadmap 🙂 Thx
w
Absolutely. Planning on bringing this into the
@pulumi/azure
package very soon.
👍 1