Hi I’m currently working through this book and it’s as hands on as they come. You essentially build, and deploy a video streaming micro service application as a dockerized container. I am a python guy and I am still able to Follow the node.js code example as it’s well documented. Give it a shot,
https://www.manning.com/books/bootstrapping-microservices-wi...
Thank you so much! This looks like exactly what I need as well. I'll give it a go. I wonder though if there's something similar available for AWS or GCP.
Hi in that book the author uses Azure, but its easily transferable to GCP/AWS. It uses Terraform IAC, and the whole intent of IAC to deploy Kubernetes is to wean off a particular cloud provider. Good luck!