kubernetes-ingress VS application-gateway-kubernetes-ingress

Compare kubernetes-ingress vs application-gateway-kubernetes-ingress and see what are their differences.

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. (by Azure)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
kubernetes-ingress application-gateway-kubernetes-ingress
28 9
4,532 662
1.0% 0.8%
9.8 6.0
6 days ago 13 days ago
Go Go
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

kubernetes-ingress

Posts with mentions or reviews of kubernetes-ingress. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-16.
  • ☸️ Kubernetes NGINX Ingress Controller: 10+ Complementary Configurations for Web Applications
    4 projects | dev.to | 16 Oct 2023
    Everything in the YAML snippets below β€” except for ingress configuration β€” relates to configuring the NGINX ingress controller. This includes customizing the default configuration.
  • Breaking Terraform files into composable layers
    2 projects | dev.to | 14 Sep 2023
    In these examples, I assume that users have deployed an nginx-ingress-controller to their cluster through the eks layer. This controller is responsible for creating an nlb and exposing Elasticsearch and Kibana to the internet through their ingresses.
  • Implementing TLS in Kubernetes
    13 projects | dev.to | 1 Aug 2023
    Now, you need to install the Nginx Ingress Controller so that it can redirect incoming requests to your payment app to use HTTPS. Since you've exposed the app using nodePort, you need to install the Ingress using a custom value file that specifies the service type to NodePort.
  • Kubernetes cannot upload files larger than 1MB
    1 project | /r/codehunter | 2 Jul 2023
    Kubernetes We have a kubernetes cluster which has a dropwizard based web application running as a service. This application has a rest uri to upload files. It cannot upload files larger than 1MB. I get the following error: ERROR [2017-07-27 13:32:47,629] io.dropwizard.jersey.errors.LoggingExceptionMapper: Error handling a request: ea812501b414f0d9! com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')! at [Source: ! 413 Request Entity Too Large! ! 413 Request Entity Too Large! nginx/1.11.3! ! Hide resultsI have tried the suggestions given in https://github.com/nginxinc/kubernetes-ingress/issues/21. I have edited the Ingress to set the proxy-body-size annotation. Also, I have tried using the configMap without any success. we are using kubernetes version 1.5. Please let me know if you need additional information. Answer link : https://codehunter.cc/a/kubernetes/kubernetes-cannot-upload-files-larger-than-1mb
  • A Comprehensive Guide to API Gateways, Kubernetes Gateways, and Service Meshes
    9 projects | dev.to | 8 Jun 2023
    The example below shows how to configure a canary deployment using Nginx Ingress. The custom annotations used here are specific to Nginx:
  • Ingress controller for vanilla k8s
    3 projects | /r/kubernetes | 4 May 2023
    This: https://kubernetes.github.io/ingress-nginx/ Not this: https://docs.nginx.com/nginx-ingress-controller/
  • Assign an External IP to a Node
    1 project | /r/codehunter | 15 Mar 2023
    So far, i've been following the example here to set up an nginx Ingress Controller and some test services behind it. However, I am unable to follow Step 6 which displays the external IP for the node that the load balancer is running on as my node does not have an ExternalIP in the addresses section, only a LegacyHostIP and InternalIP.
  • List of template objects &amp; properties to use with templates?
    1 project | /r/nginx | 2 Mar 2023
  • How to use ACM public certificate for Nginx ingress controller?
    3 projects | /r/kubernetes | 26 Jan 2023
    Also, of personal note, I highly recommend you use the "ingress-nginx" controller which has a huge community and is of much higher quality and flexibility than the "nginx-ingress controller by nginx inc". I've had a lot of success with dozens of clients with this controller. It rocks!
  • Questions about Blue/Green &amp; Canary Deployments (Vanilla K8)
    1 project | /r/kubernetes | 16 Jan 2023
    For example, the ingress project from NGINX has its own CRDs that give better control over service versions and blue/green and canary cutovers https://github.com/nginxinc/kubernetes-ingress/tree/v3.0.0/examples/custom-resources/traffic-splitting

application-gateway-kubernetes-ingress

Posts with mentions or reviews of application-gateway-kubernetes-ingress. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-03.
  • AKS ingress - internal LB + App Gateway vs. public LB + Ingress/Gateway API
    1 project | /r/AZURE | 4 Jul 2023
    Unfortunately in some cases it works poorly. For more insights, read this - https://github.com/Azure/application-gateway-kubernetes-ingress/issues/1124
  • What do you think about the AGIC?
    1 project | /r/AZURE | 17 Jan 2023
    My main concern is about zero-downtime deployments - https://github.com/Azure/application-gateway-kubernetes-ingress/blob/master/docs/how-tos/minimize-downtime-during-deployments.md
  • App Gateway cannot reach AKS Service?
    1 project | /r/AZURE | 12 Sep 2022
    However, you better read and understand some specific behaviors of AGIC which are caused by its architecture - https://github.com/Azure/application-gateway-kubernetes-ingress/blob/master/docs/how-tos/minimize-downtime-during-deployments.md & https://github.com/Azure/application-gateway-kubernetes-ingress/issues/1124
  • What are the most popular ingress controllers
    7 projects | /r/kubernetes | 3 Sep 2022
    application-gateway-kubernetes-ingress (Azure only)
  • creating resource "kubernetes_ingress" with Terraform
    3 projects | /r/AZURE | 6 Mar 2022
    Probably something like this https://azure.github.io/application-gateway-kubernetes-ingress/
  • The Kubernetes Ingress Concept and Ingress Controller (Part 1)
    6 projects | dev.to | 23 Feb 2022
    AKS Application Gateway Ingress Controller is an ingress controller that configures the Azure Application Gateway.
  • Aks ingress controller- Nginx+ vs AGIC
    1 project | /r/AZURE | 30 Jan 2022
    AGIC has a lack of annotations that I find nginx+ offers like server snippets and custom headers. granted you can write re-write rules for AGIC with the help of the portal, it resets everything if one pod fails and this is a major showstopper for me. More info about the exact issue I'm talking about is in this issue. Apart from this, like the previous comments, the extra WAF rules and compliances offered makes AGIC a good choice if you don't have any extra header addition requirements like i do.
  • Looking for objective feedback on AKS
    1 project | /r/AZURE | 18 Apr 2021
  • Is there a "delta" post from Kubernetes to Azure Kubernetes (AKS)?
    1 project | /r/devops | 14 Jan 2021
    If you want Azure to manage ingress, you can use Azure application gateway and application gateway ingress controller (agic). However, if you want a public/private combination, fox example if you have 8 microservices out of which you want 6 to have private endpoint and 2 to have public endpoint over https, then it cannot be dones as agic only supports one ip per port. Also one agic can only use one application gateway (With auto management, meaning it automatically manages the listeners, https settings, backendpools, probes etc. on app gateway). If you it as shared gateway, then you need to manage application gateway manually (with az cli). Also, its github page has good how tos (https://github.com/Azure/application-gateway-kubernetes-ingress).

What are some alternatives?

When comparing kubernetes-ingress and application-gateway-kubernetes-ingress you can also consider the following projects:

ingress-nginx - Ingress-NGINX Controller for Kubernetes

amicontained - Container introspection tool. Find out what container runtime is being used as well as features available.

Pulumi - Pulumi - Infrastructure as Code in any programming language. Build infrastructure intuitively on any cloud using familiar languages πŸš€

docker-swarm-ingress - Nginx swarm ingress controller, a minimalistic approach to allow routing into a Docker Swarm based on the public hostnames.

kubernetes-ingress-controller - :gorilla: Kong for Kubernetes: The official Ingress Controller for Kubernetes.

ingress - Ingress-NGINX Controller for Kubernetes [Moved to: https://github.com/kubernetes/ingress-nginx]

devtron - Tool integration platform for Kubernetes

traefik - The Cloud Native Application Proxy [Moved to: https://github.com/traefik/traefik]

envoy - Cloud-native high-performance edge/middle/service proxy

apparmor.d - Full set of AppArmor profiles (~ 1500 profiles)

skipper - An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress