Alternatives to Ocelot logo

Alternatives to Ocelot

Istio, Zuul, Jersey, linkerd, and Azure Service Fabric are the most popular alternatives and competitors to Ocelot.
78
279
+ 1
2

What is Ocelot and what are its top alternatives?

It is aimed at people using .NET running a micro services / service oriented architecture that need a unified point of entry into their system. However it will work with anything that speaks HTTP and run on any platform that ASP.NET Core supports. It manipulates the HttpRequest object into a state specified by its configuration until it reaches a request builder middleware where it creates a HttpRequestMessage object which is used to make a request to a downstream service.
Ocelot is a tool in the Microservices Tools category of a tech stack.
Ocelot is an open source tool with 8.1K GitHub stars and 1.6K GitHub forks. Here’s a link to Ocelot's open source repository on GitHub

Top Alternatives to Ocelot

  • Istio
    Istio

    Istio is an open platform for providing a uniform way to integrate microservices, manage traffic flow across microservices, enforce policies and aggregate telemetry data. Istio's control plane provides an abstraction layer over the underlying cluster management platform, such as Kubernetes, Mesos, etc. ...

  • Zuul
    Zuul

    It is the front door for all requests from devices and websites to the backend of the Netflix streaming application. As an edge service application, It is built to enable dynamic routing, monitoring, resiliency, and security. Routing is an integral part of a microservice architecture. ...

  • Jersey
    Jersey

    It is open source, production quality, framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference Implementation. It provides it’s own API that extend the JAX-RS toolkit with additional features and utilities to further simplify RESTful service and client development. ...

  • linkerd
    linkerd

    linkerd is an out-of-process network stack for microservices. It functions as a transparent RPC proxy, handling everything needed to make inter-service RPC safe and sane--including load-balancing, service discovery, instrumentation, and routing. ...

  • Azure Service Fabric
    Azure Service Fabric

    Azure Service Fabric is a distributed systems platform that makes it easy to package, deploy, and manage scalable and reliable microservices. Service Fabric addresses the significant challenges in developing and managing cloud apps. ...

  • Dapr
    Dapr

    It is a portable, event-driven runtime that makes it easy for developers to build resilient, stateless and stateful microservices that run on the cloud and edge and embraces the diversity of languages and developer frameworks. ...

  • Netflix OSS
    Netflix OSS

    It provides tools and services to get the most out of your (big) data. It also provides runtime containers, libraries and services that power microservices. ...

  • Conductor
    Conductor

    Conductor is an orchestration engine that runs in the cloud.

Ocelot alternatives & related posts

Istio logo

Istio

939
1.5K
54
Open platform to connect, manage, and secure microservices, by Google, IBM, and Lyft
939
1.5K
+ 1
54
PROS OF ISTIO
  • 14
    Zero code for logging and monitoring
  • 9
    Service Mesh
  • 8
    Great flexibility
  • 5
    Resiliency
  • 5
    Powerful authorization mechanisms
  • 5
    Ingress controller
  • 4
    Easy integration with Kubernetes and Docker
  • 4
    Full Security
CONS OF ISTIO
  • 16
    Performance

related Istio posts

Shared insights
on
IstioIstioDaprDapr

At my company, we are trying to move away from a monolith into microservices led architecture. We are now stuck with a problem to establish a communication mechanism between microservices. Since, we are planning to use service meshes and something like Dapr/Istio, we are not sure on how to split services between the two. Service meshes offer Traffic Routing or Splitting whereas, Dapr can offer state management and service-service invocation. At the same time both of them provide mLTS, Metrics, Resiliency and tracing. How to choose who should offer what?

See more
Anas MOKDAD
Shared insights
on
KongKongIstioIstio

As for the new support of service mesh pattern by Kong, I wonder how does it compare to Istio?

See more
Zuul logo

Zuul

247
379
8
An edge service that provides dynamic routing, monitoring, resiliency, security, and more
247
379
+ 1
8
PROS OF ZUUL
  • 8
    Load blancing
CONS OF ZUUL
    Be the first to leave a con

    related Zuul posts

    Jersey logo

    Jersey

    148
    125
    6
    A REST framework that provides a JAX-RS implementation
    148
    125
    + 1
    6
    PROS OF JERSEY
    • 4
      Lightweight
    • 1
      Fast Performance With Microservices
    • 1
      Java standard
    CONS OF JERSEY
      Be the first to leave a con

      related Jersey posts

      linkerd logo

      linkerd

      128
      307
      7
      Twitter-Style Operability for Microservices
      128
      307
      + 1
      7
      PROS OF LINKERD
      • 3
        CNCF Project
      • 1
        Service Mesh
      • 1
        Fast Integration
      • 1
        Pre-check permissions
      • 1
        Light Weight
      CONS OF LINKERD
        Be the first to leave a con

        related linkerd posts

        Azure Service Fabric logo

        Azure Service Fabric

        101
        283
        26
        Distributed systems platform that simplifies build, package, deploy, and management of scalable microservices apps
        101
        283
        + 1
        26
        PROS OF AZURE SERVICE FABRIC
        • 5
          Intelligent, fast, reliable
        • 4
          Runs most of Azure core services
        • 3
          Reliability
        • 3
          Superior programming models
        • 3
          More reliable than Kubernetes
        • 3
          Open source
        • 2
          Quickest recovery and healing in the world
        • 1
          Deploy anywhere
        • 1
          Is data storage technology
        • 1
          Battle hardened in Azure > 10 Years
        CONS OF AZURE SERVICE FABRIC
          Be the first to leave a con

          related Azure Service Fabric posts

          Dapr logo

          Dapr

          93
          331
          9
          An open-source project to make it easier to build microservices
          93
          331
          + 1
          9
          PROS OF DAPR
          • 3
            Manage inter-service state
          • 2
            MTLS "for free"
          • 2
            App dashboard for rapid log overview
          • 2
            Zipkin app tracing "for free"
          CONS OF DAPR
          • 1
            Additional overhead

          related Dapr posts

          Shared insights
          on
          IstioIstioDaprDapr

          At my company, we are trying to move away from a monolith into microservices led architecture. We are now stuck with a problem to establish a communication mechanism between microservices. Since, we are planning to use service meshes and something like Dapr/Istio, we are not sure on how to split services between the two. Service meshes offer Traffic Routing or Splitting whereas, Dapr can offer state management and service-service invocation. At the same time both of them provide mLTS, Metrics, Resiliency and tracing. How to choose who should offer what?

          See more
          Netflix OSS logo

          Netflix OSS

          75
          142
          0
          A set of frameworks and libraries to solve distributed-systems problems at scale
          75
          142
          + 1
          0
          PROS OF NETFLIX OSS
            Be the first to leave a pro
            CONS OF NETFLIX OSS
              Be the first to leave a con

              related Netflix OSS posts

              Conductor logo

              Conductor

              64
              117
              0
              A microservices orchestration engine that runs in the cloud
              64
              117
              + 1
              0
              PROS OF CONDUCTOR
                Be the first to leave a pro
                CONS OF CONDUCTOR
                  Be the first to leave a con

                  related Conductor posts