Find all our news through our articles, case studies …

 

Discover our blog

We are excited to share our latest blog posts with you.

Whether you are looking for interviews, analysis or technological advances, we have something for you!

We hope you enjoy reading all our articles as much as we enjoyed creating them for you!

Read on to find out how the Cloud Native can expand your development horizons.

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 February 2023

More info

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 February 2023

More info

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 February 2023

More info

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 February 2023

More info

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 February 2023

More info

k3d + k3s = k8s :perfect match for dev and testing

k3d is a wrapper to easily launch a Kubernetes cluster using the very lightweight Rancher k3s distribution. It fits particularly well in a development environnement when you want to test your application with the k8s manifests in real condition or as an administrator to validate behaviours or evaluate new k8s features.

20 February 2023

More info