A Kubernetes-ready .NET application that demonstrates structured logging, metrics, and tracing with the LGTM observability stack.
- Kubernetes cluster (K3s, Minikube, or any K8s 1.24+)
- Helm installed and configured
kubectlconfigured to access your cluster- PowerShell (Windows) or PowerShell Core (cross-platform)
Deploy the LGTM stack and the .NET logging app:
.\install.ps1Remove all deployed components:
.\uninstall.ps1