equinix-labs / terraform-equinix-metal-k3s

Manage K3s (k3s.io) region clusters on Equinix Metal
https://registry.terraform.io/modules/equinix/k3s/metal/latest?tab=readme
Apache License 2.0
46 stars 15 forks source link

GLB Example #10

Closed jmarhee closed 5 years ago

jmarhee commented 5 years ago

My primary concern for use-case here is how to make effective use of edge region-behavior. I'd like to demonstrate this by federating-down from a primary cluster CRDs for a FaaS suite (Fission.io, OpenFaaS, etc.), syncronizing jobs, and using something like this:

https://medium.com/@atoonk/building-a-high-available-anycast-application-in-5-minutes-on-packet-198c82eaabc

(Not this exact implementation, but the thinking behind this) to demonstrate serving responses from edge clusters using the FaaS-suite ingress (in the case of Fission, this is a standard type: LoadBalancer Kubernetes Service resource--I believe this is the same behavior as OpenFaaS in this context) as backends.

Other example:

jmarhee commented 5 years ago

done