Forums

Full Version: What are the two deployment types in pipeline
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The main two deployment types in pipeline are:
       Docker
       Spark

Spark mainly consists of two pods
          Driver : Driver instructs executor what should be done
          Executor : Executor performs the task given.

Docker has limit and request.