Should I deploy rule processors using Jenkins or direct deployment in Kubernetes?
Should I deploy rule processors using Jenkins or direct deployment in Kubernetes?
Both approaches work. Jenkins was the original pipeline for building and publishing processor images, but direct deployment (pointing to DockerHub images via deployment.yaml) is simpler and faster. In your deployment.yaml, set the image to match the DockerHub image, for example tazamaorg/tms-service:3.0.0. Community members recommend comparing the tazama-stack Docker Compose setup with the Helm charts and updating the charts to pull DockerHub images directly, reducing the need for a Jenkins build pipeline.