Software Alternatives, Accelerators & Startups

Build microservices with Dapr in Kubernetes

Redis kubernetes-deploy Dapr
  1. 1
    Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.
    Pricing:
    • Open Source
    To see how Dapr works, let's build a simple Order service with a REST endpoint for creating new orders. The service stores the orders into a Redis database.

    #Key-Value Database #NoSQL Databases #Databases 185 social mentions

  2. #Kubernetes: open source production-grade container orchestration management. #CNCF #K8s
    Let's write a Deployment file for our Order service. You can see I use three annotations, dapr.io/enabled, apr.io/app-id and dapr.io/app-port in the file below. These annotations let the Dapr control plane knows that it should deploy a sidecar to our Order service Pod.

    #Developer Tools #DevOps Tools #Monitoring Tools 48 social mentions

  3. 3
    Application and Data, Build, Test, Deploy, and Microservices Tools
    Pricing:
    • Open Source
    Dapr is a Cloud Native Computing Foundation project currently at the Incubating stage. It was created to help us as developers build microservices quickly with ease.

    #Monitoring Tools #Web And Application Servers #Data Integration 46 social mentions

Discuss: Build microservices with Dapr in Kubernetes

Log in or Post with