Run a Milvus vector database inside your Amazon EKS (Elastic Kubernetes Service) in cluster mode
If you need a vector database I can recommend Milvus for that, its easy to get up and running on a local environment on Docker or Minikube and when you need it in cluster mode you can easily deploy it to your Amazon EKS (Elastic Kubernetes Cluster)
I will guide you here to deploy a single Amazon EKS (Elastic Kubernetes Service) Cluster with Milvus running in cluster mode, then I will show you how to insert data into your Milvus database and how you can select it again.
Creating an Amazon EKS Cluster using eksctl
Let's create our cluster YAML file for eksctl so we can create our Amazon EKS (Elastic Kubernetes Service) cluster and be ready to deploy our Milvus Vector database into our Amazon EKS (Elastic Kubernetes Service)
When you have created the deployment YAML file for this cluster we are ready to deploy it on your Amazon EKS (Elastic Kubernetes Service) cluster.