
News
State of Production Survey 2023
Massdriver is on a mission to make the cloud much simpler and easier for engineers. In order to fulfill that goal, we need your help! We are currently running our State of Production Survey.
Survey respondents will be entered to win one of the following prizes. Prize drawing is March 28th, 2023.
- (1) Moonlander Mark I
- (1) Amazon Gift Card $250
- (1) Massdriver Swag Box (Miir Water bottle, Bella Hoodie, Moleskin Dot Grid Notebook)
Features
Metrics Integration
Visualizing your cloud infrastructure is important but monitoring is even more important. We have been hard at work intgrating metrics and observability right in the graph!
If you are running custom infrastucture or applications using Massdriver, we have open sourced modules which will create alerts and pull metrics in to Massdriver no additional assembly required.
Listed below are the bundles which currently support this feature, with many more on the way.
- azure-cosmosdb-sql
- azure-cosmosdb-mongo
- azure-mysql-flexible-server
- azure-postgresql-flexible-server
- aws-aurora-serverless-mysql
- aws-elasticache-redis
- aws-rds-postgres
- aws-rds-mysql
- aws-aurora-serverless-postgres
Connection Recommendations
Understanding the nitty gritty of cloud infrastructure can be a daunting task, especially when you have an application to deliver. We here at Massdriver understand that and wanted to make it easier to start with your application and work backwards to a complete infrastructure putting the hard work on the platform.
Recommendations will allow engineers to upload an application to Massdriver describing the apps direct dependencies. From there we fill in the rest. Whether it is a new bundle or something that already exists on the canvas, Massdriver will guide you to production excellence!
Container Repositories
At Massdriver we use containers extensively. Docker, Podman, and OCI Compliant containers are a great solutions to ensure that what you have running in dev will run in production. Dealing with registries and repositories on the cloud can be a real headache. We wanted to make that easier by introducing a cloud-agnostic method to push container repositories to Azure, AWS, and GCP.
Using the Massdriver CLI it is as simple as running the following command to
- Build and tag your docker image.
- Make a registry if one does not exist.
- Create a repository if one does not exist
- And finally ship your image for deployment to whatever runtime you choose.
mass image push massdriver/fizzbuzz -r us-west-2 -a {{your_credential_artifact_id}} -t v6
Bundles
We are excited to announce the release of several new bundles for our users! Our team ships open-source best-practice reference architectures to the Massdriver Package Manager each week.
These bundles make it easy for teams to experiment in the cloud and ship new features quickly, helping your organization stay ahead of the competition.
Don’t see what you are looking for? Your team can develop their own bundles to extend the platform to meet your needs.
- azure-communication-service
- azure-cognitive-service-language
- aws-ecs-cluster
- aws-opensearch
- aws-apigateway-rest-api
Application Templates
New Application templates to help get your application into the cloud!
Enabling developer self-service can be difficult. An engineering platform’s specific capabilities depend entirely on its end users’ needs; those end users are your developers.
Organizations’ needs vary wildly, but so can your development teams. Your legacy product might be running on VMs, while your Data Science team is running on cloud-managed services, and your new product is built on serverless.
There must be many ways to build and run applications to deliver an excellent platform for engineers to build upon; Massdriver supports many types of application workloads, including virtual machines, containers, and serverless.
We ship new support for workloads weekly, but your team can also extend Massdriver through application templates.