Giter Club home page Giter Club logo

dapr-spring-example's Introduction

Context

Playground example of using https://docs.dapr.io/ with Kind cluster. Scenario: two Spring Boot services Dapr1 and Dapr2 - when calling API - call chain: Nginx/Ingress -> Dapr1 -> Dapr2

NOTE: it is not secure / quality setup - only as dev playground

Setup:

  • Install Docker and Kind

  • Create Kind cluster and local docker registry > create-king-with-docker-reg.sh

  • Setup ingress (Nginx) > kubectl apply -f k8-nginx.yml

  • Install Dapr

  • Install Dapr in K8 Kind cluster > create-dapr-k8.sh

  • Build and deploy apps > cd code/dapr1 && make publish && make deploy > cd code/dapr2 && make publish && make deploy

  • Dapr Dashboard at http://localhost:8080/configurations/daprsystem

  • Call service:

    • for normal answer > curl 'localhost:8081/api/value?command=abc'

    • for error > curl 'localhost:8081/api/value?command=throw'

    • for delayed answer > curl 'localhost:8081/api/value?command=wait'

dapr-spring-example's People

Contributors

msledzinskifp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.