
Similar Posts

Advent of Code 2021 – Day 19 – Solved
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…

Setting up an on prem function as a service
Using openfaas and minikube we will create a function as a service on prem. Function as a service is available for larger kubernetes systems and can be deployed in the cloud but being able to test locally can be benificial. Git repository: https://ift.tt/2WZVqqn Please follow me on twitter Tweets by kalaspuffar Or visit my blog…

Contributing to Open Source
We will discuss how to contribute and be a good citizen of a open source community. We talk about guidelines and licenses. We also look into code style and pull requests. Please follow me on twitter Tweets by kalaspuffar Music: purple-planet.com Outro music: Sanaas Scylla

How to install OpenStack with Kayobe
We look into installing OpenStack using Kayobe. OpenStack is a compute cluster solution with a lot of different services that could handle many task such as storage, network, compute and orchestration.

Looking at logrotate in debian and timers in general.
We look into logrotate on Debian and figure out how timers actually work with a system with cron installed and configured. This was a bit of a gotcha for me, so hopefully, this will help you when you configure logrotate and want to use the timers in Debian to set a correct time. Please follow…

My journey to gracefully shut down a docker image in Kubernetes
In this video I talk about the different iterations I went through the last weeks in order to shut down a docker image in Kubernetes with workloads without missing any jobs. Please follow me on twitter Tweets by kalaspuffar Learn the basics of Java programming and software development in 5 online courses from Duke University….