Kubernetes
Prerequisites
- Kubernetes 1.10+
- Helm 3.0+
- InLong Helm Chart
- A dynamic provisioner for the PersistentVolumes(
production environment
)
Install
kubectl create namespace inlong
helm upgrade inlong --install -n inlong ./
Configuration
Uninstall
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