Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ongoing architecture to switch/map/port to. #12

Open
Adron opened this issue Oct 18, 2019 · 0 comments
Open

Ongoing architecture to switch/map/port to. #12

Adron opened this issue Oct 18, 2019 · 0 comments
Assignees

Comments

@Adron
Copy link

Adron commented Oct 18, 2019

  1. Implement Dapr to more closely isolate and run the independent services as actual microservices in individual .NET projects/solutions.

  2. Remove IoC in the core project and have it actually inter-operate with the individual microservices via GRPC. Each microservice could/can then implement IoC or DI as necessary.

  3. Be able to run and test each individual microservice idempotently and autonomously of the bootstrap "host" project solution.

Next Steps

  1. Create a standalone harness to test each of the services.
  2. Implement a baseline dapr project for deployment to k8s.
  3. Implement a host that can manage the domain/abstraction appropriately for the services within K8s.
@Adron Adron self-assigned this Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant