Forums

Full Version: What is meant by Component Deployment?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Component Deployment means the Deployment on Kubernetes.
 
There are two types of component categories in context to deployment-type (Spark and Docker).
• Spark: Drivers and Executers. When these components gets deployed, we get two pods one is for the component driver and another one is the executor. The number of executors can be increased according to the processing load or the throughput required by the user.
• Docker: a single pod gets deployed in this case.