Below is an interactive infographic about the basics of CloudHub Networking. Not sure how to tackle VPC? Where fits shared load balancer or dedicated load balancer? You will find your answers here. Do you like it? Leave the comment and share it with the Community 🙂 If you like it, you can find here new…
How to map your API version using DLB?
In the last article, I described two scenarios of API versioning for the CloudHub environment. I recommended embedding the API version in the application name to allow easily deploying multiple versions of the API at the same time. Did you know that we can even improve that approach? We can use a feature of Dedicated…
How to version an API to easily deploy many versions?
We version the APIs to track the changes we made to them. Most of the time, it is sufficient to host just a single, major version of the API. However, there are cases when we need to host the previous version for backward compatibility reasons. In this article, I decided to share my thoughts on…
Why Salesforce can’t connect to my API over DLB?
Last time I described connectivity scenario when Salesforce was reaching MuleSoft API exposed via Shared Load Balancer. What do we need to take into consideration when we slightly change our infrastructure and purchase a Dedicated Load Balancer? There are some vital changes that we should be aware of. In this article, I point out at…