salaboy

Results 58 issues of salaboy

- [x] Main Index - [x] Chapter 1 -> https://github.com/salaboy/platforms-on-k8s/pull/44 - [x] Chapter 2 -> https://github.com/salaboy/platforms-on-k8s/blob/main/chapter-2/README-es.md - [x] Chapter 3 by @fredpena - [ ] Chapter 4 by @BrayanMnz -...

Similar to : https://github.com/salaboy/from-monolith-to-k8s/tree/main/dapr

It will be great if we forward the `api` subdomain of the Dapr.io website to this repository GitHub Pages: https://dapr.github.io/sig-api/www/ @artursouza @yaron2 any idea who should I reach out to...

Add required headers and metadata schemas supported by the state API to the OpenAPI defintion, following the reference documentation: https://docs.dapr.io/reference/api/state_api/#examples

Adding example bodies to the spec will add examples available to the Swagger UI, but it will also create tests into the generated Postman collection defined in the GitHub actions....

Add example bodies to generate automated tests

Following the reference documentation add missing endpoints for state transactions: https://docs.dapr.io/reference/api/state_api/#state-transactions

Looking at this tutorial: https://github.com/dapr/quickstarts/tree/master/tutorials/hello-kubernetes , as a Kubernetes user I get scared of using a new CLI to install tools. I recommend switching to installing Dapr using Helm, a...