aibrix icon indicating copy to clipboard operation
aibrix copied to clipboard

customize the kubebuilder cluster file for more granular testing

Open Jeffwan opened this issue 1 year ago • 2 comments

🚀 Feature Description and Motivation

Currently, we just use kind to provision the cluster and this is too simple. In order to send request to the cluster server etc, we need to expose some endpoints which required more cluster level customization. At the same time, cluster version needed to be specified in the configuration for compatibility purpose.

kind create cluster --name integration-test

Use Case

No response

Proposed Solution

No response

Jeffwan avatar Sep 18 '24 18:09 Jeffwan

Let's also build the necessary setups to make sure we can test aibrix in kind GPU cluster. Ideally, for anyone with GPU VM node, they should be able to test aibrix easily.

  1. Use lambda cloud instance
  2. Follow the guidance here https://github.com/aibrix/aibrix/tree/main/docs/tutorial/distributed
  3. Instance aibrix package etc, make sure we have ports open for most use cases.

Jeffwan avatar Sep 26 '24 04:09 Jeffwan

The new platform should be single node ECS machine, this is good for anyone who want to play with it and also works for workshop purpose.

Jeffwan avatar Nov 19 '24 18:11 Jeffwan

@Jeffwan hi, Jeffwan, https://github.com/aibrix/aibrix/tree/main/docs/tutorial/distributed link is 404, I think should this https://github.com/vllm-project/aibrix/tree/main/development/tutorials/distributed ? about this issue, should according run-e2e-tests.sh to write kind-config.yaml?

justfun8 avatar Jun 10 '25 12:06 justfun8