Deploys .NET containers. Kubernetes probes, Docker Compose for local dev, CI/CD integration.
Deploying .NET containers to Kubernetes and local development environments. Covers Kubernetes Deployment + Service + probe YAML, Docker Compose for local dev workflows, and CI/CD integration for building and pushing container images.
Cross-references: [skill:dotnet-containers] for Dockerfile and image best practices, [skill:dotnet-observability] for health check endpoint patterns used by Kubernetes probes.
A production-ready Kubernetes Deployment for a .NET API:
apiVersion: apps/v1