EdwinVW / pitstop

This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.
Apache License 2.0
1.08k stars 471 forks source link

Any Kubernetes talk? #34

Closed endeffects closed 5 years ago

endeffects commented 5 years ago

Hi Edwin, i saw your dotnext docker talk and like to know if there is something similar where you explain kubernetes too for your pitstop sample?

https://www.youtube.com/watch?v=-AfZxdXa7yc

EdwinVW commented 5 years ago

Hi @endeffects. Thanks for your interest in my sample application!

To answer your question: this year I did a talk on DotNext St. Petersburg about implementing a service mesh for Pitstop with K8S and Istio. In this session I explain how K8S works and how I use it to run Pitstop: https://youtu.be/qWUINCZHs6E

I also described how to run Pitstop on K8S. You can find this in the Wiki: https://github.com/EdwinVW/pitstop/wiki/Run%20the%20application%20using%20Kubernetes

All K8S scripts are part of the repo.

I hope this will help to get you started!

endeffects commented 5 years ago

Oh thanks alot. Keep up the great work.