Kubernetes

Prerequisites

  • Kubernetes 1.10+
  • Helm 3.0+
  • InLong Helm Chart
  • A dynamic provisioner for the PersistentVolumes(production environment)

Install

  1. kubectl create namespace inlong
  2. helm upgrade inlong --install -n inlong ./

Configuration

Uninstall

  1. helm uninstall inlong -n inlong

You can delete all PVC if any persistent volume claims used, it will lose all data.

  1. kubectl delete pvc -n inlong --all