Introduction
ZIETrans applications can be containerized using Docker.ZIETrans supports deployments on Docker and popular Kubernetes platforms. ZIETrans users can package their code into one cohesive container image, which can be run on any computer hosting a container platform. Once the ZIETrans docker image is created, Kubernetes can be used for automated deployment, coordination, scaling, and management of containerized ZIETrans applications. This can be performed using HELM, which is a tool for managing Kubernetes applications and deployments. It allows packaging all required ZIETrans resource definitions into a single package, called a Helm Chart.