Public clouds are great.  They offer great elasticity and cost savings, and in the case of a PaaS like Bluemix, allows us (developers) to forget about maintaining any infrastructure and focus in on our code.  However we all realize that public cloud can’t be used for everything.  There are some applications and services that must remain in our own data centers on private networks.  The reasons why vary, maybe it is too much work to move the resource to the cloud, or maybe the data in the resource is too sensitive to risk exposing outside of your firewall.  Whatever the reason may be, you are bound to come across a scenario where you need to access private resources in your public cloud applications.  What are your options?  One option is to try to setup some type of VPN and create a secure connection between the public cloud and your private network.  This is probably the route to take if you are using an IaaS provider like SoftLayer to run your application.  With a PaaS this is not possible, you don’t have access to the machine your application is running on or the network it is using, so if you choose Bluemix to deploy your application what are your options?

Luckily Bluemix has a solution for this problem and it is called Cloud Integration.  The Cloud Integration service uses something called secure connectors to talk securely to your applications running behind the firewall.  These secure connectors run behind your firewall and establish a tunnel to the Cloud Integrations service (or Cast Iron Live).  The key here is that it is the secure connector is establishing the connection to the Cloud Integration service in Bluemix and not the other way around (this works on the premise that your servers running behind the firewall can talk to servers running in the cloud while servers in the cloud cannot talk to servers running behind your firewall.)  Once the Cloud Integration service knows about your server via the secure connector and a tunnel is established, your Bluemix app can use the Cloud Integration service to access data from your server behind the firewall.  Out of the box the Cloud Integration service has secure connectors for DB2, Oracle, and SAP, however you can use Cast Iron Live to connect to a wide range of services on a private network.

I make it sound very simple above, and it is, but your need to understand how everything works to make it click :) Below is a number of videos walking through how you can use the Cloud Integration service to expose REST APIs behind your firewall to an app running in Bluemix.  I chose REST APIs because it is something almost every developer is familiar with and has not ties to a specific language or stack.  Anyone can write REST APIs in their favorite language to expose the data the need to their cloud based applications.

Creating A Secure Connector

Creating Your Orchestrations

Using Your Cloud Integration APIs In A Bluemix App

 


Ryan J Baxter

Husband, Father, Software Engineer