ingress

Top 23 ingress Open-Source Projects

  • external-dns

    Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services

  • Project mention: Upgrading Hundreds of Kubernetes Clusters | dev.to | 2024-04-03

    The second one is a combination of tools: External DNS, cert-manager, and NGINX ingress. Using these as a stack, you can quickly deploy an application, making it available through a DNS with a TLS without much effort via simple annotations. When I first discovered External DNS, I was amazed at its quality.

  • kubernetes-ingress

    NGINX and NGINX Plus Ingress Controllers for Kubernetes

  • Project mention: ☸️ Kubernetes NGINX Ingress Controller: 10+ Complementary Configurations for Web Applications | dev.to | 2023-10-16

    Everything in the YAML snippets below — except for ingress configuration — relates to configuring the NGINX ingress controller. This includes customizing the default configuration.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • aws-load-balancer-controller

    A Kubernetes controller for Elastic Load Balancers

  • Project mention: Does AWS Load Balancer have a cert-manager within? | /r/aws | 2023-11-29

    I thought at the beginning that such certificate would then expire, but I have seen cert-manager is within ALB code https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/main/config/certmanager/certificate.yaml so that makes me hesitate about it.

  • higress

    Cloud Native API Gateway | 云原生API网关

  • kubernetes-ingress-controller

    :gorilla: Kong for Kubernetes: The official Ingress Controller for Kubernetes.

  • Project mention: Kubernetes releases ingress2gateway tool for upcoming GA of Gateway API | news.ycombinator.com | 2023-10-29
  • ingress-gce

    Ingress controller for Google Cloud

  • Project mention: Server Name Indication (SNI) | dev.to | 2023-05-15

    You would first need to ensure you have an Ingress controller running. There are several available, such as nginx, Traefik, or the one provided by a cloud provider like GKE's Ingress-GCE or AWS's ALB Ingress Controller.

  • apisix-ingress-controller

    APISIX Ingress Controller for Kubernetes

  • Project mention: Apache APISIX: A dynamic, real-time, high-performance API gateway | news.ycombinator.com | 2024-04-25
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • pipy

    Pipy is a programmable proxy for the cloud, edge and IoT.

  • Project mention: PIPY: New programmable network proxy general available | news.ycombinator.com | 2024-03-13
  • application-gateway-kubernetes-ingress

    This is an ingress controller that can be run on Azure Kubernetes Service (AKS) to allow an Azure Application Gateway to act as the ingress for an AKS cluster.

  • Project mention: AKS ingress - internal LB + App Gateway vs. public LB + Ingress/Gateway API | /r/AZURE | 2023-07-04

    Unfortunately in some cases it works poorly. For more insights, read this - https://github.com/Azure/application-gateway-kubernetes-ingress/issues/1124

  • consul-k8s

    First-class support for Consul Service Mesh on Kubernetes

  • ingress

    WIP Caddy 2 ingress controller for Kubernetes (by caddyserver)

  • IngressMonitorController

    A Kubernetes controller to watch ingresses and create liveness alerts for your apps/microservices in UptimeRobot, StatusCake, Pingdom, etc. – [✩Star] if you're using it!

  • cloudflare-tunnel-ingress-controller

    🚀 Expose the website directly into the internet! The Kuberntes Ingress Controller based on Cloudflare Tunnel.

  • Project mention: Expose Kubernetes Ingress directly to the Internet with Cloudflare Tunnel | /r/selfhosted | 2023-06-19
  • k8s-bigip-ctlr

    Repository for F5 Container Ingress Services for Kubernetes & OpenShift.

  • ingress-intel-total-conversion

    intel.ingress.com total conversion user script with some new features. Should allow easier extension of the intel map.

  • Project mention: Under what circumstances do accepted Wayspots become Gyms in Pokémon Go? | /r/NianticWayfarer | 2023-12-06

    You may not find the mentioned app IITC in Play store. Go to this website for download: https://iitc.app/

  • kusk-gateway

    Kusk-gateway is an OpenAPI-driven API Gateway for Kubernetes

  • gke-managed-certs

    Managed Certificates for Kubernetes clusters using GCLB

  • terraform-aws-ecs-web-app

    Terraform module that implements a web app on ECS and supports autoscaling, CI/CD, monitoring, ALB integration, and much more.

  • kubernetes-pfsense-controller

    Integrate Kubernetes and pfSense

  • Project mention: Browsing like it's 1994: Integrating a Mac SE, ImageWriter II into a modern LAN | news.ycombinator.com | 2023-09-17

    It's over-engineered, but I wanted to try running k8s in my homelab to continue learning about networking; deploying a blog seemed like a perfect test case. The cluster uses Traefik, https://github.com/travisghansen/kubernetes-pfsense-controll... to sync service definitions to HAProxy, and MetalLB. The k8s service IPs are routable from my local network, as well as the MetalLB IPs, and MetalLB handles syncing them to pfSense using BGP. pfSense sends DNS for any *.k8s.home.arpa to k8s, so I can resolve e.g. blog.default.svc.k8s.home.arpa on my local network.

    One interesting hiccup: I had to introduce a NAT at pfSense because MacBooks don't listen to ICMP redirects, the packet would go laptop -> router -> k8s and then k8s -> laptop. Since the MacBook ignored the ICMP redirect, it drops the reply packet.

  • iwnet

    Pure C Asynchronous HTTP/IO library providing websockets, SSL, routing, reverse proxy.

  • dokku-scheduler-kubernetes

    Scheduler plugin for deploying applications to kubernetes

  • ingress-merge

    Merge Ingress Controller for Kubernetes

  • gotway

    ☸️ Cloud native API Gateway powered with in-redis cache

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

ingress related posts

  • Apache APISIX: A dynamic, real-time, high-performance API gateway

    1 project | news.ycombinator.com | 25 Apr 2024
  • Implementing the Idempotency-Key specification on Apache APISIX

    1 project | dev.to | 11 Apr 2024
  • 3 Tips for Deploying APISIX in Kubernetes (Part 1)

    1 project | dev.to | 14 Mar 2024
  • Hardening Apache APISIX with the OWASP's Coraza and Core Ruleset

    6 projects | dev.to | 8 Feb 2024
  • Mastering APISIX Health Checks: Active and Passive Monitoring Strategies

    1 project | dev.to | 11 Jan 2024
  • 2023 in retrospective

    1 project | dev.to | 11 Jan 2024
  • Under what circumstances do accepted Wayspots become Gyms in Pokémon Go?

    1 project | /r/NianticWayfarer | 6 Dec 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 7 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com