This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
Support for backend buckets #214
Comments
MCI does not support this currently. We reuse the single cluster ingress spec and hence we will need to change that to add the bucket params as suggested here. The workarounds you enumerated for using GCP Web UI or gcloud will work. Note that they will be overwritten anytime you run kubemci create again. |
Hello @nikhiljindal , I am planning to add storage bucket storage support to kubemci. The design in my mind is like following:
In addition, BackendConfig can be supported by kubemci to enable CDN for this endpoints. What do you think? |
@cagataygurturk Heya, did you make any progress on this? |
Any updates on this? Thanks |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a way to define a route to a backend bucket on GCP using the MCI yaml file? I know I can edit the Load Balancer to add the route manually using the GCP web UI. I can also manually edit the URL maps file using gcloud and a file editor, but there is no nice way to automate this.
I suggest having
bucketName
andbucketCdn
elements for thebackend
section. We could check for the existence of the cloud storage bucket, and create the backend bucket if it exists or fail if it does not exist.The text was updated successfully, but these errors were encountered: