• Introduction
  • Getting started
    • Quickstart
    • Flogo Web UI
    • Flogo CLI
  • Labs
  • Configuration
    • Environment variables
  • Development
    • Apps
      • App structure
      • App Model
      • Application Configuration Provider
      • Best practices for app development
    • Flows
      • TensorFlow
        • Getting Started
        • Inferencing
      • Accumulate Activity Output for All Iterations
      • App Audit Events
      • App Properties
      • Flow Input/Output Params
      • Iterator
      • Mappings
      • Repeat on True(dowhile)
      • Retry On Error
    • Web UI
      • Activities
        • Reply
        • Return
        • Channel
        • Counter
        • Error
        • Log
        • No-Op
        • XML2JSON
        • AppData
        • JSExec
        • Kafka
        • Mapper
        • SQL Query
        • UpdObject
        • REST
      • Functionss
        • Coerce
        • HTTP
        • JSON
        • Number
        • String
      • Triggers
        • CLI
        • Kafka
        • TCP/UDP
        • APP
        • Channel
        • LoadTester
        • REST
        • Timer
  • Flogo CLI Tools
    • flogo
    • plugins
  • Cloud Deployments
  • IoT
  • FaaS
    • Flogo and Lambda
  • Contribute
    • Contributing to Project Flogo
    • Building the docs website
    • Contributing to the Showcase
  • Glossary

  • Github repo
  • Community
  • Showcase
Star Fork
The icons on this website are made by Freepik from www.flaticon.com is licensed by CC 3.0 BY
Edit this page
> Cloud Deployments

Deploy to all the clouds

Flogo can be deployed to pretty much any cloud platform that exists today, whether it is a FaaS platform or a more traditional cloud platform.

Share


Kubernetes is probably the most wellknown container orchestration platform out there. In this demo you explore how to run Flogo apps on Kubernetes. The demo will walk you thro

Share


Flogo apps are ultralight, so building docker images is not only really easy, because it can embed all dependencies it can also run inside of super small containers. Check out

Share


Cloud Foundry is an open-source platform as a service (PaaS) that provides you with a choice of clouds, developer frameworks, and application services. The most awesome thing?

After you’re done with these samples, why not check out the other labs we have for you!