Kubernetes 部署
准备条件
- Kubernetes 1.10+
- Helm 3.0+
- InLong Helm Chart
- A dynamic provisioner for the PersistentVolumes(
production environment
)
安装
kubectl create namespace inlong
helm upgrade inlong --install -n inlong ./
配置
卸载
helm uninstall inlong -n inlong
You can delete all PVC
if any persistent volume claims used, it will lose all data.
kubectl delete pvc -n inlong --all