Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 1.67 KB

File metadata and controls

32 lines (16 loc) · 1.67 KB

Kubernetes Deployment

Note - this tutorial is primarily for use with legacy Control Hub 3.x. Users of StreamSets Platform now enjoy top-level Kubernetes deployment support and no longer need to manually configure the majority of aspects covered by this Tutorial.

This tutorial provides examples and guidance for deploying custom configurations of StreamSets Data Collector on Kubernetes using Control Hub. Please see the note about Environment Variables.

Prerequisites

Examples

  1. How to set Java Heap Size and other Java Options

  2. Baked-in Stage Libs and Configuration

  3. Loading Stage Libs from a pre-populated Volume

  4. Loading Stage Libs from a Persistent Volume

  5. Loading sdc.properties from a ConfigMap

  6. Loading static and dynamic sdc.properties from separate ConfigMaps

  7. Loading credential-stores.properties from a Secret

  8. Ingress