Orchestration de conteneurs
Orchestration et automatisation de conteneurs permettant d'éliminer plusieurs processus manuels associés au déploiement et à la mise à l'échelle des applications conteneurisées.
Articles associés

Local development environments with Terraform + LXD
Catégories : Containers Orchestration, DevOps & SRE | Tags : Automation, DevOps, KVM, LXD, Virtualization, VM, Terraform, Vagrant
As a Big Data Solutions Architect and InfraOps, I need development environments to install and test software. They have to be configurable, flexible, and performant. Working with distributed systems…
Par Gauthier LEONARD
1 juin 2023

Operating Kafka in Kubernetes with Strimzi
Catégories : Big Data, Containers Orchestration, Infrastructure | Tags : Kafka, Big Data, Kubernetes, Open source, Streaming
Kubernetes is not the first platform that comes to mind to run Apache Kafka clusters. Indeed, Kafka’s strong dependency on storage might be a pain point regarding Kubernetes’ way of doing things when…
Par Leo SCHOUKROUN
7 mars 2023

Kubernetes: debugging with ephemeral containers
Catégories : Containers Orchestration, Tech Radar | Tags : Debug, Kubernetes
Anyone who has ever had to manipulate Kubernetes has found himself confronted with the resolution of pod errors. The methods provided for this purpose are efficient, and allow to overcome the most…
Par Pierre BERLAND
7 févr. 2023

How to build your OCI images using Buildpacks
Catégories : Containers Orchestration, DevOps & SRE | Tags : CI/CD, CNCF, Docker, Kubernetes, OCI
Docker has become the new standard for building your application. In a Docker image we place our source code, its dependencies, some configurations and our application is almost ready to be deployed…
9 janv. 2023

Traefik, Docker and dnsmasq to simplify container networking
Catégories : Containers Orchestration, Infrastructure, Tech Radar | Tags : DNS, Gatsby, JAMstack, Linux, Docker, Network
Good tech adventures start with some frustration, a need, or a requirement. This is the story of how I simplified the management and access of my local web applications with the help of Traefik and…
Par David WORMS
17 nov. 2022

WasmEdge: WebAssembly runtimes are coming for the edge
Catégories : Containers Orchestration, Adaltas Summit 2021, Infrastructure, Tech Radar | Tags : JAMstack, Linux, Docker, Rust Lang, WebAssembly
With many security challenges solved by design in its core conception, lots of projects benefit from using WebAssembly. WasmEdge runtime is an efficient Virtual Machine optimized for edge computing…
Par Guillaume BOUTRY
29 sept. 2022

Ingresses and Load Balancers in Kubernetes with MetalLB and nginx-ingress
Catégories : Containers Orchestration, Infrastructure, Tech Radar | Tags : Kubeadm, Cluster, Deployment, Ingress, Kubernetes
When it comes to exposing services from a Kubernetes cluster and making it accessible from outside the cluster, the recommended option is to use a load-balancer type service to redirect incoming…
Par Kellian COTTART
8 sept. 2022

Deploy your containerized AI applications with nvidia-docker
Catégories : Containers Orchestration, Data Science | Tags : containerd, DevOps, Learning and tutorial, NVIDIA, Docker, Keras, TensorFlow
More and more products and services are taking advantage of the modeling and prediction capabilities of AI. This article presents the nvidia-docker tool for integrating AI (Artificial Intelligence…
24 mars 2022

GitOps in practice, deploy Kubernetes applications with ArgoCD
Catégories : Containers Orchestration, DevOps & SRE, Adaltas Summit 2021 | Tags : Argo CD, CI/CD, Git, GitOps, IaC, Kubernetes
GitOps is a set of practices to deploy applications using Git. Application definitions, configurations, and connectivity are to be stored in a version control software such as Git. Git then serves as…
16 déc. 2021

Desacralizing the Linux overlay filesystem in Docker
Catégories : Containers Orchestration, Infrastructure | Tags : DevOps, File system, Linux, Docker
Overlay filesystems (also called union filesystems) is a fundamental technology in Docker to create images and containers. They allow creating a union of directories to create a filesystem. Multiple…
Par David WORMS
3 juin 2021

Apache Liminal: when MLOps meets GitOps
Catégories : Big Data, Containers Orchestration, Data Engineering, Data Science, Tech Radar | Tags : Data Engineering, CI/CD, Data Science, Deep Learning, Deployment, Docker, GitOps, Kubernetes, Machine Learning, MLOps, Open source, Python, TensorFlow
Apache Liminal is an open-source software which proposes a solution to deploy end-to-end Machine Learning pipelines. Indeed it permits to centralize all the steps needed to construct Machine Learning…
Par Aargan COINTEPAS
31 mars 2021

OAuth2 and OpenID Connect for microservices and public applications (Part 2)
Catégories : Containers Orchestration, Cyber Security | Tags : LDAP, Micro Services, CNCF, JavaScript Object Notation (JSON), OAuth2, OpenID Connect
Using OAuth2 and OpenID Connect, it is important to understand how the authorization flow is taking place, who shall call the Authorization Server, how to store the tokens. Moreover, microservices and…
Par David WORMS
20 nov. 2020

OAuth2 and OpenID Connect, a gentle and working introduction (Part 1)
Catégories : Containers Orchestration, Cyber Security | Tags : Go Lang, JAMstack, LDAP, CNCF, Kubernetes, OAuth2, OpenID Connect
Understanding OAuth2, OpenID and OpenID Connect (OIDC), how they relate, how the communications are established, and how to architecture your application with the given access, refresh and id tokens…
Par David WORMS
17 nov. 2020

Automate a Spark routine workflow from GitLab to GCP
Catégories : Big Data, Cloud Computing, Containers Orchestration | Tags :