Skip to main content

dapr

Interactuando con la IA en el mundo real
·17 words·1 min
dotnet kubernetes dotnet container apps dapr
Talk on how to use .NET, Azure Container Apps and Dapr to build modern and intellignet applications.
Modernizing your applications .NET with containers and serverless
·13 words·1 min
dotnet kubernetes dotnet container apps dapr
Use .NET, Azure Container Apps and Dapr to build modern and intellignet applications.
Meet Azure Container Apps
·63 words·1 min
azure dapr azure container apps
After years talking about Kubernetes, Dapr and KEDA, it’s time to run our microservices and containerized applications on a true serverless platform: Azure Containers Apps. In this session you’ll learn: Basic concepts: environments, containers and revisions. The benefits of built-in support for Dapr & KEDA How to use managed identities. How to secure and monitor your platform Fast Forward the video to: 4:24:00
Overcoming Event-driven Microservices challenges with Dapr
azure dapr
Cloning your world with Azure & Minecraft
azure dapr minecraft
dotNET 2021: Event driven Microservices with Dapr and .NET
·81 words·1 min
azure dotnet dapr
Microservices architectures are inherently distributed and building such solutions always bring interesting challenges to the table: resilient service invocation, distributed transactions, on-demand scaling, idempotent message processing and more. Deploying Microservices on Kubernetes doesn’t solve these problems and Developers need to learn and use SDK’s on top of frameworks such as .NET, while building distributed Microservices architectures.
KCD 2021: Event driven Microservices with Dapr and .NET
·81 words·1 min
azure dotnet dapr
Microservices architectures are inherently distributed and building such solutions always bring interesting challenges to the table: resilient service invocation, distributed transactions, on-demand scaling, idempotent message processing and more. Deploying Microservices on Kubernetes doesn’t solve these problems and Developers need to learn and use SDK’s on top of frameworks such as .NET, while building distributed Microservices architectures.
Extending Azure Functions with Dapr
·50 words·1 min
azure dapr functions
Azure Functions provides you with an event-driven programming model and Dapr a set of essential cloud-native building blocks that you can use together to create great solutions. Joins Carlos and create a solution that reads tweets, stores them in a database, access secrets, uses pub/sub between functions and much more!
Dapr y Azure Functions
·8 words·1 min
azure dotnet dapr functions serverless
A talk (Spanish) on Dapr and Azure Functions
Dapr: Reading local secrets with .NET 5
·308 words·2 mins
dotnet dapr secrets
Now that Dapr is about to hit version 1.0.0 let me show you how easy is to read secrets with a .NET 5 console application. Create a console application # dotnet new console -n DaprSecretSample cd DaprSecretSample Add a reference to the Dapr.Client library # dotnet add package Dapr.Client --prerelease Create a Secret Store component # Create a components folder and inside place a file named secretstore.yaml with the following contents:
Azure Summer Talks Community
·50 words·1 min
azure kubernetes dapr
Como cada año CATzure organiza una mesa redonda con los mejores expertos de Azure de España para conversar sobre el cloud, desarrollo y todo aquello que os aptezca. Esta mesa redonda estuvo compuesta por: Carlos Lande Carlos Mendible Elena Salcedo Pallo Ana Maria Bisbe Nacho Fanjul Fernando Escolar Carles Alonso
Virtual Azure Community Day: Introducción a Dapr
·44 words·1 min
azure kubernetes dapr
Aprende junto a Carlos que es Dapr, y como utilizar este nuevo runtime para desarrollar soluciones basadas en microservicios, entendiendo como resuleve los retos que implican las nuevas arquitecturas, tanto en cloud como en edge: resiliencia, gestión de estado, secretos, eventos, service discovery, etc…
The GitHub Actions Team
·50 words·1 min
azure kubernetes dapr github actions
En noviembre de 2019, algunos de los mejores desarrolladores de GitHub lanzaron la beta de GitHub Actions, la solución para CI/CD de GitHub. No tardo en popularizarse entre los mejores desarrolladores de cualquier entorno… Si te apetece usarlo y puedes permitírtelo, mirate este video donde acompaño a Sergion Navarro Pino:
Interfaz Podcast Episodio 139 – Conociendo Dapr con Carlos Mendible
·4 words·1 min
azure dotnet kubernetes dapr
Check the podcast here
Kubernetes NGINX ingress controller with Dapr
·472 words·3 mins
kubernetes dapr nginx ingress controller
In this post I’ll show you how to expose your “Daprized” applications using and NGINX ingress controller. Prerequistes # A working kubernetes cluster with Dapr installed. If you need instructions please find them here Deploy an application to your Kubernetes cluster # I’ll be using a simple Azure Function I created back in 2017 in the following post: Run a Precompiled .NET Core Azure Function in a Container which exposes a simple validation function.
Reading Kubernetes Secrets with Dapr and .NET Core
·640 words·4 mins
kubernetes dotnet dapr secrets
Dapr is an event-driven, portable runtime for building microservices on cloud and edge. Dapr supports the fundamental features you’ll need such as: service invocation, state management, publish/subscribe messaging and since version 0.5.0 the ability to read from secret stores! This post will show you to read kubernetes secrets using Dapr and .NET Core:
Azure Kubernetes Service: Lessons Learned
·45 words·1 min
azure dotnet dapr keyvault managedidentity secretmanager
This is the perfect session if you want to understand the tools, features and best practices we’ve learned from customer engagements, that will allow your enterprise to deploy, use and operate Azure Kubernetes Service (AKS) with confidence. And here a picture taken during the session:
Introduction to Dapr: a runtime for building microservices
·12 words·1 min
azure dotnet dapr keyvault managedidentity secretmanager
An introduction to Dapr. And we took a picture of the group:
Dapr: Debugging .NET Core with Visual Studio Code
·278 words·2 mins
dotnet azure dapr visual studio code debugging
So you are new to Dapr and you are trying to understand how it works with you .NET Core application. You already tried launching your app with the Dapr CLI and then you find yourself wondering on how to debug the mix with Visual Studio Code. Well, follow this simple steps and you’ll be ready: