You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I figure having a terraform module which spins up a kubernetes cluster and then deploys the components will be useful for testing purposes. Willing to start writing for whatever cloud is most useful to team currently, and then expanding to modules for others.
Use Case
Standardizing benchmarking setup for consistent runs of benchmarks
Giving users an easy way to test stack themselves
Proposed Solution
Cloud provider to deploy their flavor of kubernetes. Kubernetes provider to deploy AIBrix resources. /deployment/terraform/{cloud} for path to modules
The text was updated successfully, but these errors were encountered:
jolfr
changed the title
Terraform module for stack
(deployment) Terraform module for stack
Feb 25, 2025
@jolfr Simplifying the deployment experience would be super helpful. I actually do not have preference at this moment, I personally use GCP/AWS and our company use volcano engine cloud for internal testing. You can pick up the cloud.
The only difference in this case between clouds is how they expose external load balancer. AWS expose hostname ({.status.loadBalancer.ingress[0].hostname) and GCP ({.status.loadBalancer.ingress[0].ip}) etc use elastic up.
🚀 Feature Description and Motivation
I figure having a terraform module which spins up a kubernetes cluster and then deploys the components will be useful for testing purposes. Willing to start writing for whatever cloud is most useful to team currently, and then expanding to modules for others.
Use Case
Proposed Solution
Cloud provider to deploy their flavor of kubernetes. Kubernetes provider to deploy AIBrix resources.
/deployment/terraform/{cloud}
for path to modulesThe text was updated successfully, but these errors were encountered: