apisix-go-plugin-runner VS apisix-ingress-controller

Compare apisix-go-plugin-runner vs apisix-ingress-controller and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
apisix-go-plugin-runner apisix-ingress-controller
2 33
161 944
0.6% 1.4%
3.7 8.7
10 days ago 5 days ago
Go Go
Apache License 2.0 Apache License 2.0
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.

apisix-go-plugin-runner

Posts with mentions or reviews of apisix-go-plugin-runner. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-20.
  • 10 Reasons for Choosing API7
    4 projects | dev.to | 20 Nov 2023
    In addition to developing plugins and other features using LuaJIT, Apache APISIX also supports the development of plugins using various languages such as Java, Go, Lua, Python, and Wasm. This broad language support allows developers to leverage their existing skills and choose the most suitable language for their specific plugin requirements. It not only reduces development costs but also improves development efficiency, fostering collaboration and innovation within the APISIX community.
  • The Ultimate Beginner’s Guide to Open Source Contribution
    12 projects | dev.to | 6 Dec 2022
    Apache APISIX Apache APISIX is an open source, dynamic, real-time, high-performance cloud native API gateway. APISIX provides rich traffic management features such as load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, and more. Official website https://apisix.apache.org/ GitHub projects APISIX (the core): https://github.com/apache/apisix GitHub - apache/apisix: The Cloud-Native API Gateway GitHub - apache/apisix-dashboard: Dashboard for Apache APISIX GitHub - apache/apisix-website: Apache APISIX Website GitHub - apache/apisix-docker: the docker for Apache APISIX GitHub - apache/apisix-go-plugin-runner: Go Plugin Runner for APISIX GitHub - apache/apisix-java-plugin-runner: APISIX Plugin Runner in Java GitHub - apache/apisix-python-plugin-runner: Apache APISIX Python plugin runner GitHub - apache/apisix-helm-chart: Apache APISIX Helm Chart GitHub - apache/apisix-ingress-controller: ingress controller for K8s

apisix-ingress-controller

Posts with mentions or reviews of apisix-ingress-controller. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-08.
  • 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
    This post shows how to implement it with Apache APISIX.
  • 3 Tips for Deploying APISIX in Kubernetes (Part 1)
    1 project | dev.to | 14 Mar 2024
    APISIX Ingress Controller is a tool focused on API management, offering high performance and flexible configuration options. If you require more complex routing rules, rate limiting, circuit breaking, and other advanced features, APISIX Ingress Controller may be a better choice. It provides a rich plugin system, allowing integration of plugins through APISIX Ingress CRD using declarative configuration to handle authentication, authorization, monitoring, logging, and other functionalities. This enriches the capabilities of APISIX Ingress Controller and simplifies configuration.
  • Hardening Apache APISIX with the OWASP's Coraza and Core Ruleset
    6 projects | dev.to | 8 Feb 2024
    In this post, I'd like to describe how to fix some of them via the Apache APISIX API Gateway.
  • Mastering APISIX Health Checks: Active and Passive Monitoring Strategies
    1 project | dev.to | 11 Jan 2024
    In the era of digitization, the availability and stability of services are crucial for the success of enterprises. As a key component of microservices architecture, the API gateway plays a significant role. APISIX, an open-source API gateway platform, ensures the continuity and stability of services through its health check mechanism.
  • 2023 in retrospective
    1 project | dev.to | 11 Jan 2024
    Next February will mark the two-year milestone that I'm working for: API7.ai on Apache APISIX. I'm still very pleased about both. It allows me to do things I like a lot, such as writing posts and giving talks.
  • Five Apache projects you probably didn't know about
    8 projects | dev.to | 21 Dec 2023
    In early 2021, I started to work on the Apache APISIX project. I have to admit that I had never heard about it before. In this post, I'd like to introduce some Apache projects that are less well-known than HTTPD or Kafka.
  • Apache APISIX plugin priority, a leaky abstraction?
    2 projects | dev.to | 14 Dec 2023
    Apache APISIX is an API Gateway, which builds upon the OpenResty reverse-proxy to offer a plugin-based architecture. The main benefit of such an architecture is that it brings structure to the configuration of routes. It's a help at scale, when managing hundreds or thousands of routes.
  • Building a starter pack for an API-as-a-Service
    3 projects | news.ycombinator.com | 20 Nov 2023
  • 10 Common API Resilience Design Patterns with API Gateway
    1 project | dev.to | 9 Nov 2023
    API resilience is about building robust APIs that can withstand a variety of challenges, ensuring that they continue to function effectively. API Gateways play a key role in this, acting as the entry point for external requests and managing the communication between different services by taking into account common API resilience patterns. One of the popular open-source API Gateways, Apache APISIX, provides a variety of features to enhance the resilience and robustness of APIs. In this article, we will explore 10 common API resilience design patterns and how they can be implemented using APISIX.