12 Factors for micro service applications
We talk about the 12 factors to create a successful micro service application deployment.
We look at creating self signed certificates and get them working with your docker image. We talk about different encryption and authentication algorithms and other configuration options.
We look into how to setup kubernetes easily on one machine and then get cephfs mounted into a pod. Using ceph you could balance workloads or share resources easily in your kubernetes cluster. Git repository ceph-kubernetes An example of how to setup ceph mounting on a kubernetes cluster. Ceph Packages First up after you have…
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
We talk about building a package. We start with binutils that is required to build all other packages in the system.
I’m trying to solve all the Advent of Code puzzles in this video series.
We solve the day 12 challenges for the Advent of Code.