Datrics can be installed into enterprise infrastructure via
- single instance VM
- kubernetes cluster
Â
The difference between two type of installation is that kuberntes cluster is better for production-grade deployments and big teams.
Single instance VM
Â
Kubernetes EKS cluster
The installation of EKS offers enhanced capabilities, including the facilitation of executing pipelines on distinct worker nodes. This differentiation ensures a clear separation between development and production infrastructures. Furthermore, it provides the flexibility of allocating varying computational resources tailored to individual pipelines. This granularity allows for the deployment of smaller virtual machines for pipelines that manage lesser data volumes.
Â
Â