Kubernetes Series : How to choose between VMs and Containers ?

Introduction As discussed several times through my articles (i.e Docker), containers are now very popular and a lot of development and programs are moved to them. You can see on this graph Docker popularity over yeards : However, in some case, using VM still makes sense ! We will try to compare both technologies and find …

Kubernetes Series : How to choose between VMs and Containers ? Read More »

Management Fundamentals : Follow-up Interviews

Introduction In the usual vocabulary, the word control is synonymous with verification, inspection, criticism, comparison. We also often tend to add this notion to certain bad memories of childhood, and thus experience control as an act of mistrust or humiliation. The employee often experiences it as a difficult moment to spend with his direct hierarchical …

Management Fundamentals : Follow-up Interviews Read More »

Kubernetes Series : Network Policies

Introduction In this new article we discuss about Network Policies. What is a Network Policy ? A network policy is a specification of how groups of pods are allowed to communicate with each other and other network endpoints. NetworkPolicy resources use labels to select pods and define rules which specify what traffic is allowed to the selected pods. How …

Kubernetes Series : Network Policies Read More »