Deployment of ZIETrans applications on Kubernetes Cluster
Deploying ZIETrans applications in a cluster environment enhances flexibility and scalability while reducing costs and simplifying infrastructure management. This also reduces operational overhead, allowing you to invest more time and resources in growing your business. Here we used Kubernetes clusters through Helm chart to deploy ZIETrans applications.
Kubernetes:
Kubernetes is a container orchestration platform, which allows orchestration features for automated deployment, coordination, scaling, and management of containerized applications. For more details on Kubernetes refer https://kubernetes.io/docs/concepts/overview/
Helm:
Helm is a packaging manager for Kubernetes, which manages Kubernetes based application deployments. It allows packaging for all required resource definitions into a single package called Helm Chart. Helm Charts provide a convenient way to define application deployments with a predefined set of configurable items.
Supported Kubernetes Cluster Platforms:
-
On-premises Kubernetes Environment (e.g., Docker Desktop with built-in Kubernetes, Minikube, and other local Kubernetes deployment options
-
Azure Kubernetes Service (AKS)