TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

K8GB – A cloud native Kubernetes Global Balancer

2 pointsby kure2565 months ago

1 comment

kure2565 months ago
A Global Service Load Balancing solution with a focus on having cloud native qualities and work natively in a Kubernetes context.<p>``` apiVersion: k8gb.absa.oss&#x2F;v1beta1 kind: Gslb metadata: name: test-gslb-failover namespace: test-gslb spec: resourceRef: apiVersion: networking.k8s.io&#x2F;v1 kind: Ingress matchLabels: # ingresses.networking.k8s.io resource selector app: test-gslb-failover strategy: type: failover # Global load balancing strategy primaryGeoTag: eu-west-1 # Primary cluster geo tag ```