Search Results for: environment variable
How to Deploy MuleSoft Flex Gateway on Google Cloud Run
Anypoint Flex Gateway is a fast, lightweight API gateway designed to manage and secure APIs running anywhere. One option for deployment is Google Cloud Run, Google’s serverless container environment. Reasons to use Google Cloud Run as your deployment environment: Reasons you might not want to use Cloud Run: Step-by-step deployment guide for MuleSoft Flex Gateway […]
Automate CI/CD Pipelines With GitHub Actions and Anypoint CLI
Learn how to use the Anypoint CLI from GitHub Actions to automate your CI/CD pipelines even further, including CloudHub, API Manager, and Exchange.
Running Anypoint Flex Gateway Serverless on Amazon ECS
Learn how to run Anypoint Flex Gateway on Amazon Elastic Container Service and AWS Fargate.
How to automate the Jenkins developer pipeline
In previous posts, we’ve built a Maven foundation that allows us to standardize our Mule projects and deployment processes. Next, we’ll work on automating the build and deployment processes. The goal is to make it easier to support organization-wide processes and procedures with developer-focused automations during code development. The automated process should provide a consistent […]
How to deploy Anypoint Runtime Fabric in Oracle Cloud
Anypoint Runtime Fabric is a container service that automates the deployment and orchestration of Mule applications and API gateways. Runtime Fabric runs within a customer-managed infrastructure on AWS, Azure, virtual machines (VMs), and bare-metal servers. Some of the capabilities of Anypoint Runtime Fabric include: Current deployment options Current Runtime Fabric deployment instructions for public clouds […]
Installing Runtime Fabric on a local PC
Anypoint Runtime Fabric is a container service that automates the deployment and orchestration of Mule applications and API gateways. Runtime Fabric runs within a customer-managed infrastructure on Amazon Web Services (AWS), Microsoft Azure, virtual machines (VMs), and bare-metal servers.
Getting started with MuleSoft Platform APIs and Postman automation in 15 minutes
They are known by many names: Anypoint Platform APIs, public APIs, MuleSoft’s Platform APIs, but what exactly are PlatformAPIs? Every time you login into Anypoint Platform, you are implicitly calling a set of APIs that are invoked by the UI, which are the PlatformAPIs! And here is the golden lingot: you can make these HTTP […]
JSON logging in Mule 4: Getting the most out of your logs
This is a sequel to my previous blog post about JSON logging for Mule 3. In this blogpost, I’ll touch upon the re-architected version of the JSON logger for our awesome Mule 4 release while leveraging the (just as awesome) SDK!
How to deploy a Mule application with a Maven and Jenkins pipeline
Mule applications and deployments can be fully managed using Maven. In the development phase, Anypoint Studio makes it easy to manage your application dependencies using Maven. For Deployment tasks, Mule provides a Maven plugin that helps automate the application deployment to different target runtime environments such as Standalone, CloudHub, ARM, Cluster, and more.
Continuous Integration with Mule and Gradle
We use automated build systems not only because they make our lives easier by taking care of building our apps, but because they can run our automated tests and deploy what we build to the target platform. One of our options for building applications (especially Mule applications) is Gradle. The Gradle plugin for Mule apps […]