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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
STRRL avatar

STRRL/cloudflare-tunnel-ingress-controller

0
View on GitHub↗
1,152 estrellas·86 forks·Go·MIT·10 vistastunnel.strrl.dev↗

Cloudflare Tunnel Ingress Controller

Este proyecto es un controlador de Kubernetes que automatiza la gestión de recursos de red orientados al público y la conectividad de ingress segura. Funciona observando definiciones de recursos personalizados para reconciliar el estado deseado del tráfico de red con la configuración real de los servicios internos.

El controlador gestiona la conectividad de red estableciendo túneles de salida seguros, lo que elimina el requisito de puertos de firewall de entrada tradicionales o reenvío de puertos. Se integra directamente con interfaces de gestión de nube externas para automatizar el ciclo de vida de estos túneles y sincronizar registros de dominio, asegurando que los servicios internos permanezcan accesibles desde internet.

El sistema proporciona una gestión de tráfico integral y visibilidad operativa al rastrear cambios de configuración y rendimiento del sistema a través de interfaces de registro y métricas estándar. Admite patrones de acceso de confianza cero (zero-trust) manteniendo conexiones seguras desde dentro del clúster a un gateway externo.

Features

  • Cloudflare Tunnels - Automates the lifecycle of secure outbound tunnels to edge networks, eliminating the need for public IP addresses or port forwarding.
  • Declarative Infrastructure Reconciliation - Continuously monitors and enforces the desired network state by reconciling cluster resource definitions with external infrastructure.
  • Ingress Controllers - Acts as a network traffic manager that maps cluster services to public domains without opening inbound firewall ports.
  • Kubernetes Controllers - Implements a control loop that observes cluster resource states and reconciles them to maintain network connectivity.
  • Automated DNS Record Synchronization - Automatically synchronizes cluster resource states with external DNS provider records to keep services reachable.
  • Declarative Infrastructure Provisioning - Automates the creation and updates of cloud network resources using declarative configuration files during the deployment lifecycle.
  • Kubernetes Application Exposers - Exposes internal cluster services to the public web securely without requiring inbound firewall ports.
  • Connection Lifecycle Managers - Automates the lifecycle of network tunnels and domain records to ensure persistent service reachability.
  • Multiplexed - Multiplexes multiple network connections over a single secure outbound tunnel to bypass inbound firewall restrictions.
  • Traffic Tunneling - Directs incoming requests to internal services via secure outbound tunnels, bypassing traditional inbound network exposure.
  • Zero Trust Access - Enables secure access to private services through outbound tunnels, supporting zero-trust connectivity patterns.

Historial de estrellas

Gráfico del historial de estrellas de strrl/cloudflare-tunnel-ingress-controllerGráfico del historial de estrellas de strrl/cloudflare-tunnel-ingress-controller

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace strrl/cloudflare-tunnel-ingress-controller?

Este proyecto es un controlador de Kubernetes que automatiza la gestión de recursos de red orientados al público y la conectividad de ingress segura. Funciona observando definiciones de recursos personalizados para reconciliar el estado deseado del tráfico de red con la configuración real de los servicios internos.

¿Cuáles son las características principales de strrl/cloudflare-tunnel-ingress-controller?

Las características principales de strrl/cloudflare-tunnel-ingress-controller son: Cloudflare Tunnels, Declarative Infrastructure Reconciliation, Ingress Controllers, Kubernetes Controllers, Automated DNS Record Synchronization, Declarative Infrastructure Provisioning, Kubernetes Application Exposers, Connection Lifecycle Managers.

¿Qué alternativas de código abierto existen para strrl/cloudflare-tunnel-ingress-controller?

Las alternativas de código abierto para strrl/cloudflare-tunnel-ingress-controller incluyen: fosrl/pangolin — Pangolin is a zero-trust remote access platform designed to provide secure, identity-aware connectivity to private… jcmoraisjr/haproxy-ingress — This project is a Kubernetes ingress controller that manages external traffic by dynamically configuring the HAProxy… kong/kubernetes-ingress-controller — This project is an API gateway and ingress controller designed to manage traffic, security, and service connectivity… operator-framework/operator-sdk — The Operator SDK is a framework for building, packaging, and managing custom controllers that extend the Kubernetes… cert-manager/cert-manager — This project is a Kubernetes controller that automates the issuance, renewal, and lifecycle management of TLS… apache/apisix-ingress-controller — This project is a Kubernetes ingress controller that functions as an API gateway and traffic manager for containerized…

Alternativas open-source a Cloudflare Tunnel Ingress Controller

Proyectos open-source similares, clasificados según cuántas características comparten con Cloudflare Tunnel Ingress Controller.
  • fosrl/pangolinAvatar de fosrl

    fosrl/pangolin

    21,255Ver en 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
    Ver en GitHub↗21,255
  • jcmoraisjr/haproxy-ingressAvatar de jcmoraisjr

    jcmoraisjr/haproxy-ingress

    1,160Ver en GitHub↗

    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
    Ver en GitHub↗1,160
  • kong/kubernetes-ingress-controllerAvatar de Kong

    Kong/kubernetes-ingress-controller

    2,392Ver en GitHub↗

    This project is an API gateway and ingress controller designed to manage traffic, security, and service connectivity within Kubernetes environments. It operates as a controller that monitors cluster state to reconcile gateway configurations with desired infrastructure definitions, ensuring that network policies and routing rules remain consistent across distributed deployments. The system distinguishes itself through a modular request pipeline that allows for the injection of custom logic to handle transformations, security checks, and logging. It supports declarative infrastructure managemen

    Goapiscrdsingress
    Ver en GitHub↗2,392
  • operator-framework/operator-sdkAvatar de operator-framework

    operator-framework/operator-sdk

    7,658Ver en GitHub↗

    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
    Ver en GitHub↗7,658
Ver las 30 alternativas a Cloudflare Tunnel Ingress Controller→

Colecciones destacadas con Cloudflare Tunnel Ingress Controller

Colecciones seleccionadas manualmente donde aparece Cloudflare Tunnel Ingress Controller.
  • Herramientas de túneles para servicios locales
  • Ingress Controllers para Kubernetes