k8s-multicluster-ingress icon indicating copy to clipboard operation
k8s-multicluster-ingress copied to clipboard

kubemci: Command line tool to configure L7 load balancers using multiple kubernetes clusters

Results 47 k8s-multicluster-ingress issues
Sort by recently updated
recently updated
newest added

Ref https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/issues/124 Steps to repro: * Create an ingress using SSL certs stored in a secret. * Update the SSL cert stored in secret and then run `kubemci create` again...

The default healthcheck settings aren't optimal, and I have to edit the source code to change them, or change them manually through the API. It'd be nice to be able...

It appears active development on this project has stopped. Is Kubefed the new approach?

I've successfully setup mci with this guide: https://cloud.google.com/kubernetes-engine/docs/how-to/multi-cluster-ingress#overview I've also setup Google CDN + Ingress with this guide: https://cloud.google.com/kubernetes-engine/docs/how-to/cdn-backendconfig However, when I try to combine CDN + mci with the...

The capacity parameter on each Backend always is 100% According to GitHub code: https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/blob/master/app/kubemci/pkg/gcp/backendservice/backendservicesyncer.go#L300-L309 Backend service with RATE balancing mode has max rate ``` func desiredBackends(igLinks []string) []*compute.Backend { //...

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...

We're using kubemci for web socket connections so the default timeout of 30s is way too low. Our Service has a `beta.cloud.google.com/backend-config` annotation referencing a `BackendConfig` that specifies `timeoutSec: 3000000`....

I was playing around with setting up kubemci on an existing service I have an ingress for. Before this, I had the service running in two clusters with separate ingresses...

Adds support for multiple pre-shared certificates in Ingress and Load balancer. This addresses https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/issues/120 for pre-shared ssl certificates, but not for secret ssl certificates; the latter would require updating to...

needs-ok-to-test

Hi, I'm having an issue with kubemci trying to create a multi cluster ingress across two clusters that are attached to a sharedvpc. Shared VPC in project A. This is...