-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install on local server - Not on google cloud #41
Comments
I think it depends if you still want to leverage Kubernetes. If yes, then you need to adjust the Terraform scripts to use a local infrastructure. This should be relative trivial. @ora0600 or @sbaier1 might be able to add some more thoughts. |
Yes, you are right. The Confluent Operator support different k8s environments (AWS, Google, Azure and also on-prem k8s). |
Thanks a lot for your help. We will work on it and get back to you in case we face any difficulties. |
By the way, in terraform-gcp/main.tf I see some references to the google cloud APIs. I was wondering if change of confluent/gcp.yaml is enough or we something needs to be changed in the "terraform" folder as well? |
In theory, this should do it - as Terraform does all the rest. In practice, there is some other dependencies, e.g. the variables file where you configure your account and region: Also the storage of the TensorFlow model is using a GCP S3 bucket. But if you get until here, you have already set up 98%, so don't worry about it too much. I propose the following:
|
Thanks a lot Kaiwaehner for your explanations. |
Hi all,
Thanks a lot for the great project.
We do not have access to google cloud but want to deploy your project on our server to start learning all the parts. As we are not experts in cloud deployment and tools, we do not know which parts and configuration files should be changed so we can go from the G-cloud deployment to our local server deployment.
Could you please guide what is the easiest way to make such modifications? and possibly do you have the setup instruction and files for such deployment
Thanks a lot
The text was updated successfully, but these errors were encountered: