This guide walks you through deploying Dapr on Kubernetes using the Hello Kubernetes quickstart.Prerequisites: Docker, kubectl, Dapr CLI, and a Kubernetes cluster (Minikube, Docker Desktop, AKS, etc.).Step 1: Clone the Repository: git clone https://github.com/dapr/quickstarts.gitStep 2: Initialize Dapr on Kubernetes: dapr init -k --devStep 3: Deploy the Sample Applications: kubectl apply -f deploy/