Skip to content

JAgostoni/pghdotnet-containers

Repository files navigation

Containerize your .NET microservices with Kubernetes and Docker

Learn a little bit about the history and design around micro-services and containers and container orchestration using Kubernetes. Next, learn how to configure and deploy an ASP.NET Core service using Docker, Azure Kubernetes Service and VSTS Team Build.

Head over the the Wiki to get started!

Code Examples

amq - Deployment instructions and artifacts for setting up an Active MQ container

redis - Deployment instructions and artifacts for setting up a Redis container

publisher-api - First stop, use this API to drop in some new products

products-receiver - Next, run this to pop new products off the queue and toss them into Redis

portal-api - Run a search or product lookup against the Redis database

test-data-gen - Run this command line to generate 3000 "uniquely" names products in your database

chaos - Test your Kubernetes engine by playing a little "Kill A Pod" game