Retrouvez toutes nos actualités à travers nos articles, études de cas …

 

Découvrez notre blog

Nous sommes ravis de partager avec vous nos derniers articles de blog.

Que vous soyez à la recherche d’interviews, d’analyses ou d’avancées technologiques, nous avons quelque chose à vous proposer !

Nous espérons que vous prendrez autant de plaisir à lire tous nos articles que nous en avons pris à les créer pour vous !

Lisez la suite pour découvrir comment le Cloud Native peut élargir vos horizons de développement.

The Kubernetes Containers runtime jungle

By Yann Albou. This blog post was originally published on Medium Docker, Containerd, CRI-O, are all about containers but what are the differences, the pros and cons and the purpose of having several « docker implementations », are they all kubernetes compatible. The multiplicity of container engines and tools like crictl, podman, buildha, skopeo, kaniko […]

20 février 2023

En savoir plus

How Kubernetes enforces the desired state principle

By Yann Albou. This blog post was originally published on Medium Desired state is one of the core concepts of Kubernetes. Through a declarative or an imperative API (I will come back to this notion later) you describe the state of the objects (Pod, ReplicatSet, Deployment, …) that will run the containers. Kubernetes, via the […]

20 février 2023

En savoir plus

GitOps and the Millefeuille dilemma

By Yann Albou et Sébastien Féré. In this article, co-written with Sébastien Féré, we describe what GitOps is, its impacts in the company and an example of implementation. For french speakers, we did a talk at DevOpsDays Geneva 2020, presenting GitOps as a way to manage enterprise K8s and virtual machines: GitOps, from its inception […]

20 février 2023

En savoir plus

k3d + k3s = k8s :match parfait pour le dev et le test

k3d est un wrapper pour lancer facilement un cluster Kubernetes en utilisant la distribution très légère Rancher k3s. Il s intègre particulièrement bien dans un environnement de développement lorsque vous souhaitez tester votre application avec les manifestes k8s en conditions réelles ou en tant qu administrateur pour valider des comportements ou évaluer de nouvelles fonctionnalités k8s.

20 février 2023

En savoir plus