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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kubernetes-sigs avatar

kubernetes-sigs/aws-load-balancer-controller

0
View on GitHub↗
4,302 Stars·1,627 Forks·Go·Apache-2.0·4 Aufrufekubernetes-sigs.github.io/aws-load-balancer-controller↗

Aws Load Balancer Controller

Der AWS Load Balancer Controller ist ein Kubernetes-Controller, der die Bereitstellung und den Lebenszyklus von Cloud-nativen Load-Balancing-Ressourcen automatisiert. Er fungiert als Infrastruktur-Orchestrator, der deklarative Cluster-Konfigurationen in spezifische Anfragen für externe Cloud-Dienste übersetzt, um Traffic in containerisierte Workloads zu routen. Durch die Implementierung von Standard-Ingress- und Gateway-Spezifikationen stellt das System sicher, dass das Cluster-Networking offiziellen Industriestandards für HTTP, HTTPS und Transport-Layer-Traffic entspricht.

Der Controller zeichnet sich durch seine tiefe Integration in Cloud-native Infrastrukturen aus und ermöglicht fortgeschrittene Traffic-Management-Funktionen wie globales Traffic-Routing und direktes Target-Group-Binding. Er unterstützt komplexe Routing-Regeln und Listener-Konfigurationen über die Gateway API und verwaltet gleichzeitig die automatisierte Bereitstellung und Erneuerung von TLS-Zertifikaten für sichere Endpunkte. Das System behält eine persistente Abbildung zwischen Cluster-Objekten und Cloud-Ressourcen bei, um eine konsistente Konfiguration über den gesamten Lebenszyklus der Infrastruktur hinweg sicherzustellen.

Über das Core-Routing hinaus bietet der Controller umfassende operative Sichtbarkeit durch den Export interner Systemmetriken und die Einbindung automatisierter Konformitätstest-Suiten. Er ist für Hochverfügbarkeitsumgebungen konzipiert und nutzt Leader-Election und Anti-Affinity-Scheduling, um einen fehlertoleranten Betrieb zu gewährleisten. Der Controller ermöglicht zudem eine strikte Workload-Isolierung durch Beschränkung seiner Ausführung auf spezifische Node-Gruppen innerhalb des Clusters.

Features

  • Ingress Controllers - Implements standard ingress and gateway API specifications to handle HTTP, HTTPS, and transport layer traffic routing.
  • Application Layer Load Balancing - Provisions application load balancers to handle HTTP and HTTPS ingress traffic based on defined routing rules.
  • Cluster State Reconciliation - Continuously reconciles the desired state of cluster resources with the actual state of cloud infrastructure.
  • Elastic Load Balancers - Automates the provisioning and lifecycle management of cloud-native load balancers for Kubernetes services and ingress resources.
  • Ingress Load Balancers - Configures cloud-native load balancers to route external HTTP and HTTPS traffic to cluster services.
  • Gateway API Integrations - Validates Gateway API compliance to ensure adherence to official industry standards for traffic routing.
  • Load Balancer Lifecycles - Automates the lifecycle management of network load balancers for high-performance transport layer traffic routing.
  • TLS Certificate Management - Automates the request, renewal, and application of TLS certificates for secure encrypted traffic endpoints.
  • Cloud Infrastructure Orchestration - Orchestrates the lifecycle of cloud-native load balancing resources for containerized workloads.
  • Custom Resource Definitions - Extends the native cluster API to allow declarative definition of complex load balancing requirements.
  • High Availability Systems - Ensures continuous operation and fault tolerance through leader election and anti-affinity scheduling.
  • Leader Election - Coordinates multiple controller instances through a shared lock to ensure fault-tolerant operation.
  • Infrastructure as Code Engines - Maintains persistent mapping between cluster objects and cloud-native resources to ensure consistent configuration.
  • Cloud Provider Integrations - Translates declarative cluster configurations into specific requests for external cloud infrastructure services.
  • Conformance Test Suites - Provides automated test suites to validate API compliance and troubleshoot load balancer functionality.
  • Target Group Bindings - Enables direct binding of external load balancer target groups to cluster services, bypassing standard ingress resource configuration.
  • Reconciliation Queues - Uses prioritized queues to process resource changes asynchronously and minimize latency during state synchronization.
  • Kubernetes Gateway API Standard - Manages advanced traffic routing rules and gateway resources in adherence to industry standards.
  • Load Balancers - Provisions and maintains high-performance transport layer load balancers for non-HTTP workloads.
  • Global Traffic Steering - Manages global accelerator endpoints to route traffic across multiple geographic regions for improved availability.
  • Metrics Exporters - Exports internal system metrics to external monitoring platforms for infrastructure health and performance visibility.

Star-Verlauf

Star-Verlauf für kubernetes-sigs/aws-load-balancer-controllerStar-Verlauf für kubernetes-sigs/aws-load-balancer-controller

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Kuratierte Suchen mit Aws Load Balancer Controller

Handverlesene Sammlungen, in denen Aws Load Balancer Controller vorkommt.
  • Kubernetes Ingress-Controller
  • API-Gateways und Reverse-Proxies
  • ein Web-Interface zur Verwaltung von Linux-Servern

Open-Source-Alternativen zu Aws Load Balancer Controller

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Aws Load Balancer Controller.
  • jcmoraisjr/haproxy-ingressAvatar von jcmoraisjr

    jcmoraisjr/haproxy-ingress

    1,160Auf GitHub ansehen↗

    This project is a Kubernetes ingress controller that manages external traffic by dynamically configuring the HAProxy load balancer. It functions as a bridge between cluster resources and the network data plane, translating high-level ingress definitions into active proxy configurations to route HTTP, TCP, and UDP traffic into containerized environments. The controller distinguishes itself through a decoupled architecture that separates control plane logic from the proxy process, allowing for independent lifecycle management and versioning. It utilizes template-based configuration generation a

    Gohacktoberfesthaproxyingress-controller
    Auf GitHub ansehen↗1,160
  • alibaba/higressAvatar von alibaba

    alibaba/higress

    7,558Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,558
  • operator-framework/operator-sdkAvatar von operator-framework

    operator-framework/operator-sdk

    7,658Auf GitHub ansehen↗

    The Operator SDK is a framework for building, packaging, and managing custom controllers that extend the Kubernetes API. It serves as a toolset for defining new API types and implementing reconcile loops to automate the lifecycles of complex applications. The project provides specialized support for creating operators based on Helm charts or Ansible playbooks, allowing users to maintain a desired cluster state using existing automation tools. It includes a dedicated system for packaging controllers into standardized container image bundles for distribution via the Operator Lifecycle Manager.

    Gokubernetesoperatorsdk
    Auf GitHub ansehen↗7,658
  • victoriametrics/victoriametricsAvatar von VictoriaMetrics

    VictoriaMetrics/VictoriaMetrics

    16,343Auf GitHub ansehen↗

    VictoriaMetrics is a high-performance, scalable time series database and observability platform designed for long-term storage and analysis of metric, log, and trace data. It functions as a unified backend for monitoring ecosystems, offering full compatibility with industry-standard protocols and query languages. The system is built to handle massive data volumes through a distributed architecture that supports horizontal scaling and efficient data lifecycle management. The platform distinguishes itself through a storage engine that utilizes consistent hashing for data sharding and log-struct

    Godatabasegrafanagraphite
    Auf GitHub ansehen↗16,343
Alle 30 Alternativen zu Aws Load Balancer Controller anzeigen→

Häufig gestellte Fragen

Was macht kubernetes-sigs/aws-load-balancer-controller?

Der AWS Load Balancer Controller ist ein Kubernetes-Controller, der die Bereitstellung und den Lebenszyklus von Cloud-nativen Load-Balancing-Ressourcen automatisiert. Er fungiert als Infrastruktur-Orchestrator, der deklarative Cluster-Konfigurationen in spezifische Anfragen für externe Cloud-Dienste übersetzt, um Traffic in containerisierte Workloads zu routen. Durch die Implementierung von Standard-Ingress- und Gateway-Spezifikationen stellt das System sicher, dass das…

Was sind die Hauptfunktionen von kubernetes-sigs/aws-load-balancer-controller?

Die Hauptfunktionen von kubernetes-sigs/aws-load-balancer-controller sind: Ingress Controllers, Application Layer Load Balancing, Cluster State Reconciliation, Elastic Load Balancers, Ingress Load Balancers, Gateway API Integrations, Load Balancer Lifecycles, TLS Certificate Management.

Welche Open-Source-Alternativen gibt es zu kubernetes-sigs/aws-load-balancer-controller?

Open-Source-Alternativen zu kubernetes-sigs/aws-load-balancer-controller sind unter anderem: jcmoraisjr/haproxy-ingress — This project is a Kubernetes ingress controller that manages external traffic by dynamically configuring the HAProxy… alibaba/higress — Higress is an AI API gateway and cloud-native traffic manager that functions as a Kubernetes ingress controller. It… operator-framework/operator-sdk — The Operator SDK is a framework for building, packaging, and managing custom controllers that extend the Kubernetes… victoriametrics/victoriametrics — VictoriaMetrics is a high-performance, scalable time series database and observability platform designed for long-term… cert-manager/cert-manager — This project is a Kubernetes controller that automates the issuance, renewal, and lifecycle management of TLS… kubernetes-sigs/gateway-api — The Gateway API is a standardized set of resources for routing HTTP, gRPC, and TCP traffic into and within Kubernetes…