1. Deploying a containerized application

Deploying a containerized application

Home Forums FABRIC General Questions and Discussion Deploying a containerized application

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3975

    Hi, I was wondering if it would be possible to deploy a containerized application that contains a Flask server and an API on a node in some slice and generate a shareable URL link.
    If so what would be the necessary steps.

    #3987
    Paul Ruth
    Keymaster

      You should be able to install just about any software you want in a FABRIC VM.   I don’t know anything about Flask, but you should be able to set it up.

      Can you describe what you have tried and where you are stuck?

      #3995

      I was able to get my docker application that contains the flask service and api service in the node just fine. Specifically, I’m asking whether it’s possible to obtain a URL that can be shared with others to access these services. What I have already done is, setup a reverse proxy with nginx but beyond that, I am unsure what would be the necessary steps to get a shareable URL if possible.

      #4002
      Paul Ruth
      Keymaster

        Are you asking to expose services to the public Internet? In general, we don’t want to expose internal FABRIC slices to the Internet. Our experience running testbeds has taught us that its too easy for slices to become compromised.

        This is why we have the bastion host and are requiring you to use ssh tunnels or a proxy to intentionally expose internals.  If a reverse proxy works for you then you can keep using it. If you do need to have a service exposed more generally, we can support that too, however, we will need to know more about what want to do and how you plan to keep it secure.

         

      Viewing 4 posts - 1 through 4 (of 4 total)
      • You must be logged in to reply to this topic.