Deploying Your Cluster
You can deploy a TDengine cluster manually, by using Docker, or by using Kubernetes. For Kubernetes deployments, you can use kubectl or Helm.
📄️ Manual Deployment
You can deploy TDengine manually on a physical or virtual machine.
📄️ Docker Deployment
You can deploy TDengine services in Docker containers and use environment variables in the docker run command line or docker-compose file to control the behavior of services in the container.
📄️ Kubernetes Deployment
You can use kubectl or Helm to deploy TDengine in Kubernetes.