attu_install-kubernetes.md 1.4 KB


id: attu_install-kubernetes.md label: Install attu with Kubernetes order: 2 group: attu related_key: attu summary: Learn how to install Attu with Kubernetes to manage your Milvus service.


Install Attu

This topic describes how to install Attu with Kubernetes, an efficient open-source management tool for Milvus.

{{tab}}

Prerequisites

Attu only supports Milvus 2.x.

Start a Attu instance

  1. Run the command to satrt a Attu instance

    kubectl apply -f https://github.com/zilliztech/attu/blob/main/attu-k8s-deploy.yaml
    
  2. Check the established Ingress.

    kubectl get ingress
    

Get the following output:

NAME              CLASS    HOSTS               ADDRESS                               PORTS     AGE
my-attu-ingress   <none>   my-attu.local       10.100.32.1,10.100.32.2,10.100.32.3   80        19h
  1. Configure DNS on the device that requires the Attu service

mapping the path my-attu.local onto any of the addresses returned above in the system file /etc/hosts.

10.100.32.1  my-attu.local
  1. Visit http://my-attu.local in the browser, and enter the address of the Milvus service.