App Connect

 View Only
Expand all | Collapse all

shared library deploy to multiple pods

  • 1.  shared library deploy to multiple pods

    Posted Tue April 12, 2022 03:09 PM
    Hi ,

    we plan to migrate from iibv10 to Ace12 running on openshift along with cp4i. if the applications running on different pods  referring to same shared library . if any changes in shared library  what is best deployment approach or strategy to deploy shared library to all pods?

    ------------------------------
    santhoshkumar surisetty
    ------------------------------


  • 2.  RE: shared library deploy to multiple pods

    Posted Thu April 28, 2022 10:24 AM
    Hello,
    When you run in pods, it is the same as running in different integration servers (literally).  As you have on IIB or ACE on-prem, shared libraries are only shared within on integration server.  Updates in one server will not impact another server.  Thus you will need to redeploy in all pods where the library exists.
    If you want to put more work into this, you could turn the library into a callable API.  This would then be deployed by itself to its own pod.  Other services in other pods would then call this API.  This way only one update is needed to impact all the pods.

    ------------------------------
    MATTHEW SEGALL
    ------------------------------