Repository to learn about writing Microservices in GoLang & DotNET and running them as Docker Containers on Kubernetes using DAPR
- C# and ASP.NET
- GoLang
- YAML
- DAPR (Distributed Application Runtime)
- Microsoft's Project Tye
- Docker
- Kubernetes
- Azure Kubernetes Service (AKS)
- Azure Container Registry (ACR)
- Basic Concepts of Azure (Resource Groups, VNets, VM Scale Sets, RBAC , Storage, Redis, Cosmos)
Follow : DAPR's Website https://dapr.io/ and DAPR's Repositories for more details https://github.com/dapr
As per DAPR's official Documentation :
- Hard to incrementally migrate from existing code to a microservices architecture.
- Many programming model runtimes have narrow language support and tightly controlled feature sets.
- Event-driven architectures and state handling are complicated making them difficult to scale.
- Many runtimes only target specific infrastructure platforms with limited code portability across clouds and edge.
- Dapr enables developers using any language or framework to easily write microservices, providing industry best practices to solve distributed systems problems.
- Dapr provides consistency and portability through open APIs and extensible components that are community-driven.
- Dapr handles state, resource bindings and pub/sub messaging, which enable event-driven, resilient architectures that scale.
- Dapr is platform agnostic and runs on any infrastructure, including public clouds and edge devices with its open APIs.
Read More about DAPR here https://github.com/dapr/docs
Dapr Dashboard provides information about Dapr applications, components, configurations, and control plane services. Users can view metadata, manifests and deployment files, actors, logs, and more on both Kubernetes and self-hosted platforms.
Read More about DAPR Dashboard here https://github.com/dapr/dashboard
-
Installation Steps of DAPR and Kubernetes (AKS) ✔️ Link -> 1-InstallationSteps.md
-
Simple ASP.NET Web App and run it on Kubernetes (AKS) using DAPR ✔️ Link -> 2-ASPNetAppOnDAPR.md
-
Simple GoLang Web App and run it on Kubernetes (AKS) using DAPR ✔️ Link -> 3-GoLangAppOnDAPR.md
-
Learning Basic Concepts of Docker ✔️ Link -> 4-BasicConceptsOfDocker.md
-
Learning Basic Concepts of Kubernetes (via AKS) 🚧 Link -> 5-BasicConceptsOfKubernetes.md
-
Learning Advance Concepts of Kubernetes (via AKS) 🚧 Link -> 6-AdvanceConceptsOfKubernetes.md