When we talk about containers, it’s prevalent to talk about Docker
. Docker used to be the most popular container platform.
It has changed, and we can use other platforms that improve some features. In this case, we will talk about Podman
.
When we talk about containers, it’s prevalent to talk about Docker
. Docker used to be the most popular container platform.
It has changed, and we can use other platforms that improve some features. In this case, we will talk about Podman
.
A cheap way to deploy a Kubernetes cluster is using Kops which supply all we need.
In this workshop, I will show how we can deploy a little dev cluster.
[Read More]We will see how to expose metrics in Prometheus original format as Open Source monitoring tool, scalable and Cloud Native.
[Read More]Nowadays, we have to configure many configuration parameters in our applications. These parameters sometimes depend on the execution environment.
We need to build a maintainable code whose configuration should be externalised. This way, we can run the same package in different environments. More information here
[Read More]Working with Python we have a lot of libraries or dependencies.
Our projects use just a version of each dependency. It’s very important to decouple the list of dependencies between projects. Otherwise, our applications could have an undesired behaviour.
[Read More]