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.

GitOps on a Laptop with K3D and ArgoCD

By Fabrice Vergnenègre. Photo by David Marcu on Unsplash — TL;DR Who said practising GitOps always requires complex tooling and expensive infrastructure, even for simple scenarios ? In this article, we will demonstrate how to setup (and run) a GitOps environment with K3D and Argo CD for local development. Operating an application the GitOps way […]

20 février 2023

En savoir plus

Kubernetes – tips for your CKAD exam by CNCF

By Sébastien Féré. A few days ago, I passed the CKAD exam – the Certified Kubernetes Application Developer – and scored a respectable 95% and also got rewarded with the CKAD badge! I hope my story will help you either in getting your certification or in giving you the desire to pass one of the CNCF […]

20 février 2023

En savoir plus

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

Faster, Lower, Better with Quarkus in k8s

By Yann Albou. This blog post was originally published on Medium Why having a very fast startup, low memory footprint, native compilation with standard frameworks fit perfectly in Docker and Kubernetes improving scalability, resiliency and security. Photo by Guillaume Jaillet on Unsplash  TL;DR; In this blog post, I show you how Quarkus can run a […]

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