dapr-runtime

Automate Dapr sidecar and component configuration for Kubernetes deployments.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/SaiyedMuhammadAnasMaududi/Full_stack_Todo_App_Hackathon --skill dapr-runtime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dapr-runtime
Source: https://github.com/SaiyedMuhammadAnasMaududi/Full_stack_Todo_App_Hackathon/tree/main/.claude/skills/dapr-runtime
Command: npx skills add https://github.com/SaiyedMuhammadAnasMaududi/Full_stack_Todo_App_Hackathon --skill dapr-runtime

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dapr configuration across multiple services can be error-prone and hard to standardize; this skill guides you to configure sidecars, components (pubsub, state, secrets, jobs), and infrastructure patterns for secure, observable, production-ready microservices.

Core Features & Use Cases

  • Sidecar injection and configuration: manage automatic/manual injection, annotations, and app-channel settings for HTTP/gRPC.
  • Component configuration: define and deploy pubsub, state stores, secrets, and workflow jobs with proper retry, encryption, and access controls.
  • Security and observability: enforce mTLS, tracing, metrics, RBAC, and secure secret handling across environments.
  • Kubernetes-friendly patterns: integrate with Helm, Kubernetes secrets, and cloud-native deployment practices.

Quick Start

Define your Dapr configuration and deploy sidecars to your Kubernetes-based microservices.

Frequently Asked Questions about dapr-runtime

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Dapr sidecars for microservices on Kubernetes?

Dapr sidecar configuration on Kubernetes involves managing automatic or manual injection via annotations and app-channel settings for HTTP and gRPC. This standardizes sidecar deployment across microservices-based applications to ensure scalable, observable apps.

How do I securely manage state stores and pubsub components in Dapr?

Securely managing Dapr state stores and pubsub components requires defining configurations with proper retry policies, encryption, and access controls. You must also enforce secure secret handling and RBAC across your cloud-native environments.

Does Dapr runtime configuration support mTLS and tracing for microservices?

Yes, Dapr runtime configuration supports enforcing mTLS, tracing, and metrics for microservices. These security and observability features are enforced across environments to meet production-grade requirements for resilient applications.

What is the best way to standardize Dapr configuration across multiple microservices?

The best way to standardize Dapr configuration across multiple microservices is to automate sidecar, pubsub, state, and secret component deployment. Enforcing infrastructure patterns like Helm and Kubernetes secrets ensures secure, observable, production-ready applications.

Can I use Helm to deploy Dapr components and workflow jobs in Kubernetes?

Yes, you can use Helm to deploy Dapr components and workflow jobs in Kubernetes. This Kubernetes-friendly pattern integrates with cloud-native deployment practices to manage scalable microservices infrastructure effectively.