Skip to main content

🚀 Deployment

The Metad analytics cloud provides two local installation methods: Docker Cluster installation and Kubernetes (K8s) installation.

  • Docker Cluster Installation: Docker Cluster installation builds and manages the environment of the Metad analytics cloud using Docker container technology. This installation method is suitable for users who need to run the Metad analytics cloud in a local or private cloud environment. You can use Docker Compose to configure and manage multiple Docker containers, including various components of the Metad analytics cloud such as the Web application, database, Doris cluster, etc. Docker Cluster installation provides a flexible and scalable way to deploy and manage the Metad analytics cloud, adapting to deployment environments of different scales and requirements.
  • Kubernetes (K8s) Installation: Kubernetes (K8s) installation deploys and manages the environment of the Metad analytics cloud using the Kubernetes container orchestration system. Kubernetes is an open-source container orchestration tool that enables highly automated and scalable deployment and management of containerized applications. With K8s installation, you can use Kubernetes clusters to manage various components of the Metad analytics cloud, achieving functionalities such as automated scheduling, load balancing, and elastic scaling of containers. Kubernetes installation is suitable for users who need to run the Metad analytics cloud in distributed and elastic production environments, effectively managing and scaling instances and resources of the Metad analytics cloud.