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.
This topic describes how to install Attu with Kubernetes, an efficient open-source management tool for Milvus.
{{tab}}
Run the command to satrt a Attu instance
kubectl apply -f https://github.com/zilliztech/attu/blob/main/attu-k8s-deploy.yaml
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
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
http://my-attu.local
in the browser, and enter the address of the Milvus service.