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.

Introduction à l approche Design Thinking

By Vincent Loiseau. Le Design Thinking permet de penser l’innovation. Depuis son apparition il y a plus de 50 ans, nombreuses sont les entreprises ayant adopté ce mode de conception dans leurs démarches de création de nouveaux produits ou services. Avec le Design Thinking, la recherche d’idées implique plus d’intervenants en focalisant l’enquête créative sur […]

24 février 2023

En savoir plus

Intégrer une approche Design Thinking à un cadre opérationnel Scrum

By Vincent Loiseau. Avec des marchés de plus en plus réactif et complexe, les entreprises doivent continuer à évoluer sous peine de mettre en risque leur position et leur pérennité. Beaucoup d’entre elles se tournent vers des approches Design Thinking en espérant accélérer le cycle de développement et/ou avoir des solutions logicielles qui collent mieux […]

24 février 2023

En savoir plus

How to speed up Ansible playbooks drastically ?

By Lionel Gurret. Introduction Ansible is a well known open source automation engine which can automate, provision, handle configuration management and orchestration. As it doesn’t need an agent by using SSH protocol, and because you don’t need to write code using simple modules, Ansible eases the deployment and management of your applications ! Before discussing […]

23 février 2023

En savoir plus

Introduction to Kubernetes Operators

By Lionel Gurret. Introduction As you already know, Kubernetes is a great and popular container orchestrator. You can use its features to deploy your applications and it will take care of many things like scaling, rollouts and rollbacks or even self-healing as described below. To do so, you will write manifests in YAML format (deployments, […]

23 février 2023

En savoir plus

Why I use Quarkus rather than Spring-Boot for my CNA apps

By Pascal Libenzi. This post demonstrates the advantages of compiling and running a Java application using Quarkus. As an introduction about what is Quarkus you can read the previous blog post written by Yann Albou. Photo by Shiro Hatori on Unsplash To get the most out of your application in the Cloud and especially in […]

23 février 2023

En savoir plus

AWS + Kubernetes = AWS Elastic Kubernetes Service (EKS)

By Sami Amoura. Amazon Web Services (AWS) offers a service to deploy a fully managed Kubernetes cluster. This service is called Amazon Elastic Kubernetes Service (EKS). Amazon EKS gives you the flexibility to start, run, and scale Kubernetes applications in the AWS cloud or on-premises. Amazon EKS helps you provide highly-available and secure clusters and […]

23 février 2023

En savoir plus

K3S + K3D = K8S a new perfect match for dev and test

By Yann Albou. Working with Kubernetes on a local machine when you are a Dev or an Ops is not as easy as we could think. So, how to easily create a local Kubernetes cluster that would meet these needs ? At SoKube we heavily use k3d and k3s for these purposes. More than a […]

22 février 2023

En savoir plus

Proxy instance for your binaries – a must-have!

By Sébastien Féré. Over the last twenty years, Open Source Software components – powered by a vibrant Open Source community – have radically changed the way we develop software. A "proxy" instance of a Binary Repository can do much more than just caching artifacts. This article details some opportunities from security best practices to advanced […]

20 février 2023

En savoir plus

Lightweight Kubernetes GitOps Secrets

By Fabrice Vergnenègre. Photo by Bharat Patil on Unsplash Every day at Sokube we evangelize GitOps as a way to simplify, improve and accelerate digital operations, and we support our customers on this journey. With the abundance of technology bricks that now compose the "Cloud Native" landscape, something that years ago looked difficult and hazardous […]

20 février 2023

En savoir plus