awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
kubernetes avatar

kubernetes/ingress-gce

0
View on GitHub↗
1,301 stars·326 forks·Go·Apache-2.0·20 views

Ingress Gce

This project is a Kubernetes ingress controller that manages external traffic routing by integrating directly with Google Cloud load balancing infrastructure. It functions as a controller that continuously reconciles the desired state of cluster ingress definitions with the actual configuration of cloud-native load balancers.

The controller automates the provisioning of static or ephemeral IP addresses and configures load balancers to distribute network requests across multiple availability zones. It employs declarative mapping to translate abstract service definitions into concrete cloud infrastructure, ensuring that incoming traffic is directed to the appropriate services within the cluster.

To support environments where multiple clusters share a single cloud project, the system implements resource namespacing. By appending unique identifiers to managed cloud assets, it prevents naming collisions and maintains isolation between different cluster deployments.

Features

  • Ingress Gateways - Manages external entry points into clusters by directing traffic to specific services.
  • Infrastructure Reconciliation Controllers - Continuously synchronizes live infrastructure state with declarative configuration manifests.
  • Ingress Controllers - Manages external access to services in a cluster, providing load balancing and virtual hosting.
  • Cloud Infrastructure Automation - Automates the management of cloud resources and IP address allocation.
  • Elastic Load Balancers - Configures cloud-native load balancing services to automatically scale traffic distribution.
  • Declarative Infrastructure Definitions - Uses declarative syntax to define desired infrastructure states for traffic routing.
  • Multi-Zone Distribution - Provisions instance groups across multiple availability zones to ensure high availability.
  • Cloud-Native - Provides high-performance routing for dynamic, containerized infrastructure.
  • Traffic Routing - Directs network traffic to specific services using proxy configurations.

Star history

Star history chart for kubernetes/ingress-gceStar history chart for kubernetes/ingress-gce

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Ingress Gce

These projects share indexed features with Ingress Gce. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • kubernetes/ingress-nginxkubernetes avatar

    kubernetes/ingress-nginx

    19,492View on GitHub↗

    This project is a Kubernetes Ingress Controller that functions as a layer 7 traffic router and NGINX reverse proxy. It serves as a secure network gateway, directing external HTTP and HTTPS traffic to backend services within a cluster based on declarative routing rules. The controller acts as a TLS termination gateway to secure traffic and integrates with Prometheus to expose request metrics and latency data for cluster monitoring. It supports canary deployment workflows by implementing weight-based traffic splitting between different versions of a service. The system manages external access

    Goingress-controllerkubernetesnginx
    View on GitHub↗19,492
  • encoredev/encoreencoredev avatar

    encoredev/encore

    12,049View on GitHub↗

    Encore is a distributed systems framework designed to unify backend development, infrastructure provisioning, and observability. It functions as an infrastructure-as-code platform that allows developers to define cloud resources, databases, and messaging topics directly within their application code. By analyzing these declarations at compile-time, the system automatically manages the deployment of cloud resources and security policies, ensuring parity between local development and production environments. The platform distinguishes itself through its integrated development experience, which

    Goapiawsbackend
    View on GitHub↗12,049
  • fosrl/pangolinfosrl avatar

    fosrl/pangolin

    21,255View on GitHub↗

    Pangolin is a zero-trust remote access platform designed to provide secure, identity-aware connectivity to private network resources. It functions as a cloud-native network controller that orchestrates encrypted tunnels, traffic routing, and access policies across distributed environments. By leveraging WireGuard for secure data transport, the platform enables authenticated access to internal web applications, terminal sessions, and remote desktops without exposing services to the public internet. The platform distinguishes itself through a declarative infrastructure model that synchronizes n

    TypeScriptcrowdsecdockerhome-lab
    View on GitHub↗21,255
  • alibaba/higressalibaba avatar

    alibaba/higress

    7,558View on GitHub↗

    Higress is an AI API gateway and cloud-native traffic manager that functions as a Kubernetes ingress controller. It provides a centralized system for routing, securing, and optimizing traffic directed toward large language models, AI agents, and microservice architectures. The project distinguishes itself through deep AI orchestration, including the ability to host and manage Model Context Protocol servers that transform REST APIs into tools for AI agents. It features specialized AI infrastructure for model request proxying, protocol translation across multiple providers, and semantic-based c

    Goai-gatewayai-nativeapi-gateway
    View on GitHub↗7,558
Compare all 30 related projects→

Frequently asked questions

What does kubernetes/ingress-gce do?

This project is a Kubernetes ingress controller that manages external traffic routing by integrating directly with Google Cloud load balancing infrastructure. It functions as a controller that continuously reconciles the desired state of cluster ingress definitions with the actual configuration of cloud-native load balancers.

What are the main features of kubernetes/ingress-gce?

The main features of kubernetes/ingress-gce are: Ingress Gateways, Infrastructure Reconciliation Controllers, Ingress Controllers, Cloud Infrastructure Automation, Elastic Load Balancers, Declarative Infrastructure Definitions, Multi-Zone Distribution, Cloud-Native.

Which projects share features with kubernetes/ingress-gce?

Projects with overlapping indexed features include: kubernetes/ingress-nginx — This project is a Kubernetes Ingress Controller that functions as a layer 7 traffic router and NGINX reverse proxy. It… encoredev/encore — Encore is a distributed systems framework designed to unify backend development, infrastructure provisioning, and… fosrl/pangolin — Pangolin is a zero-trust remote access platform designed to provide secure, identity-aware connectivity to private… alibaba/higress — Higress is an AI API gateway and cloud-native traffic manager that functions as a Kubernetes ingress controller. It… apache/apisix-ingress-controller — This project is a Kubernetes ingress controller that functions as an API gateway and traffic manager for containerized… projectcontour/contour — Contour is a Kubernetes ingress controller that manages external HTTP and TCP traffic by orchestrating Envoy proxy…

Curated searches featuring Ingress Gce

Hand-picked collections where Ingress Gce appears.
  • Kubernetes Ingress Controllers