Author: Kim Lehtinen

Kim Lehtinen is a Software Engineer based in Finland, working mainly in the energy and industrial sector. He has helped design and develop several cloud-based systems and tools, all aimed at helping companies within the energy sector to succeed and gain a competitive advantage. His expertise lies in Software Engineering & Cloud Computing.
Python Flask Dependency Injection

Python Flask Dependency Injection

One the best features of Flask is that it’s a “microframework”, meaning it’s easy to get started and to extend as the project grows. However, sometimes projects grow so large that it becomes hard to maintain all the dependencies and coupling between components. This is where dependency injection can help, by decoupling components and dependencies….

Local Kubernetes cluster using kubeadm and Weave Ignite
| |

Local Kubernetes cluster using kubeadm and Weave Ignite

As someone who is just learning Kubernetes, I want a local cluster where I can learn the basics of Kubernetes by testing and breaking things! I have lately been testing different tools for creating local kubernets clusters, and there are many good tools for doing so. However, many of them only spin up a single…