[{"data":1,"prerenderedAt":882},["ShallowReactive",2],{"/fr-fr/topics/ci-cd/cloud-native-continuous-integration":3,"navigation-fr-fr":149,"banner-fr-fr":566,"footer-fr-fr":579,"next-steps-fr-fr":790,"footer-source-/fr-fr/topics/ci-cd/cloud-native-continuous-integration/":805},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":11,"_id":143,"_type":144,"title":7,"_source":145,"_file":146,"_stem":147,"_extension":148},"/fr-fr/topics/ci-cd/cloud-native-continuous-integration","ci-cd",false,"",{"title":9,"description":10},"Qu'est-ce que l'intégration continue cloud-native ?","GitLab Topics | What is cloud native continuous integration?",[12,26,32,76,141],{"type":13,"componentName":13,"componentContent":14},"CommonBreadcrumbs",{"crumbs":15},[16,20,24],{"title":17,"config":18},"Industry topics",{"href":19},"/topics/",{"title":21,"config":22},"CI/CD",{"href":23},"/fr-fr/topics/ci-cd/",{"title":25},"Cloud native continuous integration",{"type":27,"componentName":27,"componentContent":28},"CommonArticleHero",{"title":9,"text":29,"config":30},"Dans le processus moderne de développement logiciel, la plupart des équipes pratiquent déjà l'intégration continue (CI). Les équipes DevOps se tournent vers le cloud computing pour amplifier la vélocité et l'échelle des projets. Ce type de développement s'appelle le développement cloud-native. Ces deux concepts distincts (intégration continue et cloud-native) se combinent pour que les équipes puissent déployer dans des environnements différents.\n",{"id":31,"twoColumns":6},"qu'est-ce-que-l'intégration-continue-cloud-native-?",{"type":33,"componentName":33,"componentContent":34},"CommonSideNavigationWithTree",{"anchors":35,"components":54},{"text":36,"data":37},"On this page",[38,42,46,50],{"text":39,"config":40}," L'intégration continue (CI) cloud-native expliquée",{"href":41},"#cloud-native-continuous-integration-ci-explained",{"text":43,"config":44},"Intégration continue + cloud-native",{"href":45},"#cloud-native-continuous-integration",{"text":47,"config":48},"Éléments nécessaires à un pipeline CI cloud-native",{"href":49},"#what-a-cloud-native-ci-pipeline-needs",{"text":51,"config":52},"Conclusion",{"href":53},"#conclusion",[55,61,66,71],{"type":56,"componentName":56,"componentContent":57},"TopicsCopy",{"header":39,"text":58,"config":59},"L'intégration continue (CI) cloud-native combine les principes de la CI avec les services cloud pour aider les équipes de développement à intégrer et à tester les modifications de code dans des dépôts partagés de code source. Cette approche s'appuie sur des outils tels que Kubernetes et les registres de conteneurs pour améliorer le cycle du développement logiciel et assurer une livraison de logiciels efficace.\n\nDans le processus moderne de développement logiciel, de nombreuses équipes pratiquent déjà l'intégration continue, mais pour maximiser l'efficacité et l'échelle de cette méthode, il est essentiel d'adopter une approche cloud-native.",{"id":60},"cloud-native-continuous-integration-ci-explained",{"type":56,"componentName":56,"componentContent":62},{"header":43,"text":63,"config":64},"La méthode [cloud-native](https://about.gitlab.com/topics/cloud-native/) est un moyen de compiler et d'exécuter des applications qui tirent parti de l'évolutivité du modèle de cloud computing. L'informatique cloud-native utilise des services cloud modernes, tels que l'orchestration de conteneurs, l'approche serverless et le [multicloud](https://about.gitlab.com/topics/multicloud/) entre autres. Les applications cloud-natives sont conçues pour fonctionner dans le cloud.\n\n\n[L'intégration continue](/topics/ci-cd/) consiste à intégrer du code dans un dépôt partagé, puis à compiler/tester des modifications individuelles, de façon automatique et plusieurs fois par jour. Pour les équipes qui utilisent le [pipeline en tant que code](https://about.gitlab.com/topics/ci-cd/pipeline-as-code/), il est possible de configurer les compilations, les tests et le déploiement dans un code traçable et stocké dans le même dépôt partagé que le code source.\n\n\nL'intégration continue cloud-native est simplement une intégration continue capable de prendre en charge les services cloud souvent utilisés dans le développement cloud-native.\n",{"id":65},"cloud-native-continuous-integration",{"type":56,"componentName":56,"componentContent":67},{"header":47,"text":68,"config":69},"Le cloud-native offre certes des opportunités en termes de vélocité et d'échelle, mais il a aussi tendance à [augmenter la complexité](https://thenewstack.io/the-shifting-nature-of-ci-cd-in-the-age-of-cloud-native-computing/). Les ingénieurs cloud-natives ont donc besoin d'une automatisation et d'une stabilité accrues, ainsi que d'outils CI/CD conçus pour prendre en charge la complexité du développement dans un environnement de [microservices](https://about.gitlab.com/topics/microservices/).\n\n\n Pour profiter d'un développement cloud-native optimal, les équipes doivent s'assurer que leurs solutions d'intégration continue sont optimisées pour les services cloud qu'elles utilisent couramment :\n\n\n * Les outils d'orchestration des conteneurs, tels que [Kubernetes](https://about.gitlab.com/solutions/kubernetes/), permettent aux développeurs de coordonner le fonctionnement des conteneurs d'une application, et notamment la mise à l'échelle et le déploiement. Pour les équipes qui utilisent Kubernetes, leur CI cloud-native doit disposer d'une intégration Kubernetes robuste pour prendre en charge l'ajout et/ou la gestion de plusieurs clusters.\n\n * Au-delà de l'intégration continue, une [livraison continue](https://about.gitlab.com/fr-fr/solutions/continuous-integration/) (CD) fluide est également importante pour le développement basé sur les microservices et sur le cloud. Les stratégies de déploiement hautement fonctionnelles, telles que les [déploiements canari](https://docs.gitlab.com/ee/user/project/canary_deployments.html), peuvent aider les équipes cloud-natives à tester les nouvelles fonctionnalités aussi rapidement qu'elles sont compilées.\n\n* L'architecture des applications cloud-natives est souvent basée sur des microservices plutôt que sur une structure d'application monolithique et s'appuie sur des conteneurs pour empaqueter les bibliothèques et les processus des applications en vue de leur déploiement. Un outil CI cloud-native avec [un registre de conteneurs intégré](https://docs.gitlab.com/ee/user/packages/container_registry/index.html) peut permettre de simplifier ce processus.\n\nL'intégration continue cloud-native est conçue pour prendre en charge les services et les architectures cloud-natives utilisés par les équipes cloud-natives, et offre aux équipes d'automatisation la rapidité et la stabilité dont elles ont besoin.\n",{"id":70},"what-a-cloud-native-ci-pipeline-needs",{"type":56,"componentName":56,"componentContent":72},{"header":51,"text":73,"config":74},"L'intégration continue (CI) cloud-native transforme le cycle du développement logiciel en combinant les pratiques CI avec une approche cloud-native, améliorant ainsi l'évolutivité, la réactivité et le rendement. Ce processus de développement consolide également les processus de déploiement grâce à des outils d'intégration continue robustes, ce qui permet aux développeurs de logiciels de maintenir un environnement de production stable et de fournir des logiciels de haute qualité.\n\nEn intégrant des services cloud tels que l'orchestration des conteneurs et l'approche serverless, les équipes de développement peuvent accélérer leurs cycles de déploiement, améliorer la qualité des publications de logiciels et assurer une livraison de logiciels efficace.\n\nCette assimilation harmonieuse de l'intégration continue aux pratiques cloud-natives favorise une pratique de développement logiciel plus efficace et réactive, ce qui permet d'obtenir une qualité logicielle supérieure et des environnements de production fiables.\n",{"id":75},"conclusion",{"type":77,"componentName":77,"componentContent":78},"CommonResourcesContainer",{"header":79,"tabs":80},"Ressources complémentaires",[81,113,127],{"name":82,"items":83,"config":112},"Articles de blogs",[84,95,104],{"header":85,"type":86,"image":87,"link":90},"Utilisation de GitLab pour la gestion de projet et la planification de portefeuille avec la méthodologie Agile","Articles de blog",{"altText":85,"config":88},{"src":89},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159580/Website/Topics/nvidia.jpg",{"text":91,"config":92},"En savoir plus",{"href":93,"icon":94,"modal":6},"/blog/gitlab-for-agile-portfolio-planning-project-management/","Blog",{"header":96,"type":86,"image":97,"link":100},"Création d'un pipeline CI/CD avec un déploiement automatique sur Kubernetes à l'aide de GitLab et Helm",{"altText":96,"config":98},{"src":99},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159935/Website/Topics/NIST.png",{"text":91,"config":101},{"href":102,"icon":103,"modal":6},"/blog/how-to-create-a-ci-cd-pipeline-with-auto-deploy-to-kubernetes-using-gitlab/","BlogAlt",{"header":105,"type":86,"image":106,"link":109},"Comment utiliser GitLab pour Agile, CI/CD, GitOps, etc.",{"altText":105,"config":107},{"src":108},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159940/Website/Topics/dedicated-blog-header.png",{"text":91,"config":110},{"href":111,"icon":94,"modal":6},"/blog/gitlab-for-cicd-agile-gitops-cloudnative/",{"key":82},{"name":114,"items":115,"config":126},"Documentations",[116],{"header":117,"type":118,"image":119,"link":122},"Déployer un logiciel à partir des pipelines CI/CD de GitLab sur Kubernetes","Documentation",{"altText":117,"config":120},{"src":121},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749157556/Website/Topics/resources_1.jpg",{"text":91,"config":123},{"href":124,"icon":125,"modal":6},"https://docs.gitlab.com/ee/user/project/clusters/","Docs",{"key":114},{"name":128,"items":129,"config":140},"Livre blancs",[130],{"header":131,"type":132,"image":133,"link":136},"Comment déployer sur AWS à partir de GitLab","Livre blanc",{"altText":131,"config":134},{"src":135},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159570/Website/Topics/vlabsdev_coverimage.jpg",{"text":91,"config":137},{"href":138,"icon":139,"modal":6},"/resources/whitepaper-deploy-aws-gitlab/","Whitepapers",{"key":128},{"type":142,"componentName":142},"CommonNextSteps","content:fr-fr:topics:ci-cd:cloud-native-continuous-integration:index.yml","yaml","content","fr-fr/topics/ci-cd/cloud-native-continuous-integration/index.yml","fr-fr/topics/ci-cd/cloud-native-continuous-integration/index","yml",{"_path":150,"_dir":151,"_draft":6,"_partial":6,"_locale":7,"data":152,"_id":562,"_type":144,"title":563,"_source":145,"_file":564,"_stem":565,"_extension":148},"/shared/fr-fr/main-navigation","fr-fr",{"logo":153,"freeTrial":158,"sales":163,"login":168,"items":173,"search":503,"minimal":539,"duo":553},{"config":154},{"href":155,"dataGaName":156,"dataGaLocation":157},"/fr-fr/","gitlab logo","header",{"text":159,"config":160},"Commencer un essai gratuit",{"href":161,"dataGaName":162,"dataGaLocation":157},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":164,"config":165},"Contacter l'équipe commerciale",{"href":166,"dataGaName":167,"dataGaLocation":157},"/fr-fr/sales/","sales",{"text":169,"config":170},"Connexion",{"href":171,"dataGaName":172,"dataGaLocation":157},"https://gitlab.com/users/sign_in/","sign in",[174,217,314,319,424,484],{"text":175,"config":176,"cards":178,"footer":200},"Plateforme",{"dataNavLevelOne":177},"platform",[179,185,193],{"title":175,"description":180,"link":181},"La plateforme DevSecOps alimentée par l'IA la plus complète",{"text":182,"config":183},"Découvrir notre plateforme",{"href":184,"dataGaName":177,"dataGaLocation":157},"/fr-fr/platform/",{"title":186,"description":187,"link":188},"GitLab Duo (IA)","Créez des logiciels plus rapidement en tirant parti de l'IA à chaque étape du développement",{"text":189,"config":190},"Découvrez GitLab Duo",{"href":191,"dataGaName":192,"dataGaLocation":157},"/fr-fr/gitlab-duo/","gitlab duo ai",{"title":194,"description":195,"link":196},"Choisir GitLab","10 raisons pour lesquelles les entreprises choisissent GitLab",{"text":91,"config":197},{"href":198,"dataGaName":199,"dataGaLocation":157},"/fr-fr/why-gitlab/","why gitlab",{"title":201,"items":202},"Démarrer avec",[203,208,213],{"text":204,"config":205},"Ingénierie de plateforme",{"href":206,"dataGaName":207,"dataGaLocation":157},"/fr-fr/solutions/platform-engineering/","platform engineering",{"text":209,"config":210},"Expérience développeur",{"href":211,"dataGaName":212,"dataGaLocation":157},"/fr-fr/developer-experience/","Developer experience",{"text":214,"config":215},"MLOps",{"href":216,"dataGaName":214,"dataGaLocation":157},"/fr-fr/topics/devops/the-role-of-ai-in-devops/",{"text":218,"left":219,"config":220,"link":222,"lists":226,"footer":296},"Produit",true,{"dataNavLevelOne":221},"solutions",{"text":223,"config":224},"Voir toutes les solutions",{"href":225,"dataGaName":221,"dataGaLocation":157},"/fr-fr/solutions/",[227,252,274],{"title":228,"description":229,"link":230,"items":235},"Automatisation","CI/CD et automatisation pour accélérer le déploiement",{"config":231},{"icon":232,"href":233,"dataGaName":234,"dataGaLocation":157},"AutomatedCodeAlt","/fr-fr/solutions/delivery-automation/","automated software delivery",[236,239,243,248],{"text":21,"config":237},{"href":238,"dataGaLocation":157,"dataGaName":21},"/fr-fr/solutions/continuous-integration/",{"text":240,"config":241},"Développement assisté par l'IA",{"href":191,"dataGaLocation":157,"dataGaName":242},"AI assisted development",{"text":244,"config":245},"Gestion du code source",{"href":246,"dataGaLocation":157,"dataGaName":247},"/fr-fr/solutions/source-code-management/","Source Code Management",{"text":249,"config":250},"Livraison de logiciels automatisée",{"href":233,"dataGaLocation":157,"dataGaName":251},"Automated software delivery",{"title":253,"description":254,"link":255,"items":260},"Securité","Livrez du code plus rapidement sans compromettre la sécurité",{"config":256},{"href":257,"dataGaName":258,"dataGaLocation":157,"icon":259},"/fr-fr/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[261,265,270],{"text":262,"config":263},"Application Security Testing",{"href":257,"dataGaName":264,"dataGaLocation":157},"Application security testing",{"text":266,"config":267},"Sécurité de la chaîne d'approvisionnement logicielle",{"href":268,"dataGaLocation":157,"dataGaName":269},"/fr-fr/solutions/supply-chain/","Software supply chain security",{"text":271,"config":272},"Software Compliance",{"href":273,"dataGaName":271,"dataGaLocation":157},"/fr-fr/solutions/software-compliance/",{"title":275,"link":276,"items":281},"Mesures",{"config":277},{"icon":278,"href":279,"dataGaName":280,"dataGaLocation":157},"DigitalTransformation","/fr-fr/solutions/visibility-measurement/","visibility and measurement",[282,286,291],{"text":283,"config":284},"Visibilité et mesures",{"href":279,"dataGaLocation":157,"dataGaName":285},"Visibility and Measurement",{"text":287,"config":288},"Gestion de la chaîne de valeur",{"href":289,"dataGaLocation":157,"dataGaName":290},"/fr-fr/solutions/value-stream-management/","Value Stream Management",{"text":292,"config":293},"Données d'analyse et informations clés",{"href":294,"dataGaLocation":157,"dataGaName":295},"/fr-fr/solutions/analytics-and-insights/","Analytics and insights",{"title":297,"items":298},"GitLab pour",[299,304,309],{"text":300,"config":301},"Entreprises",{"href":302,"dataGaLocation":157,"dataGaName":303},"/fr-fr/enterprise/","enterprise",{"text":305,"config":306},"PME",{"href":307,"dataGaLocation":157,"dataGaName":308},"/fr-fr/small-business/","small business",{"text":310,"config":311},"Secteur public",{"href":312,"dataGaLocation":157,"dataGaName":313},"/fr-fr/solutions/public-sector/","public sector",{"text":315,"config":316},"Tarifs",{"href":317,"dataGaName":318,"dataGaLocation":157,"dataNavLevelOne":318},"/fr-fr/pricing/","pricing",{"text":320,"config":321,"link":323,"lists":327,"feature":411},"Ressources",{"dataNavLevelOne":322},"resources",{"text":324,"config":325},"Afficher toutes les ressources",{"href":326,"dataGaName":322,"dataGaLocation":157},"/fr-fr/resources/",[328,361,383],{"title":329,"items":330},"Premiers pas",[331,336,341,346,351,356],{"text":332,"config":333},"Installation",{"href":334,"dataGaName":335,"dataGaLocation":157},"/fr-fr/install/","install",{"text":337,"config":338},"Guides de démarrage rapide",{"href":339,"dataGaName":340,"dataGaLocation":157},"/fr-fr/get-started/","quick setup checklists",{"text":342,"config":343},"Apprentissage",{"href":344,"dataGaLocation":157,"dataGaName":345},"https://university.gitlab.com/","learn",{"text":347,"config":348},"Documentation sur le produit",{"href":349,"dataGaName":350,"dataGaLocation":157},"https://docs.gitlab.com/","product documentation",{"text":352,"config":353},"Vidéos sur les bonnes pratiques",{"href":354,"dataGaName":355,"dataGaLocation":157},"/fr-fr/getting-started-videos/","best practice videos",{"text":357,"config":358},"Intégrations",{"href":359,"dataGaName":360,"dataGaLocation":157},"/fr-fr/integrations/","integrations",{"title":362,"items":363},"Découvrir",[364,369,373,378],{"text":365,"config":366},"Histoires de succès client",{"href":367,"dataGaName":368,"dataGaLocation":157},"/fr-fr/customers/","customer success stories",{"text":94,"config":370},{"href":371,"dataGaName":372,"dataGaLocation":157},"/fr-fr/blog/","blog",{"text":374,"config":375},"Travail à distance",{"href":376,"dataGaName":377,"dataGaLocation":157},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":379,"config":380},"TeamOps",{"href":381,"dataGaName":382,"dataGaLocation":157},"/fr-fr/teamops/","teamops",{"title":384,"items":385},"Connecter",[386,391,396,401,406],{"text":387,"config":388},"Services GitLab",{"href":389,"dataGaName":390,"dataGaLocation":157},"/fr-fr/services/","services",{"text":392,"config":393},"Communauté",{"href":394,"dataGaName":395,"dataGaLocation":157},"/community/","community",{"text":397,"config":398},"Forum",{"href":399,"dataGaName":400,"dataGaLocation":157},"https://forum.gitlab.com/","forum",{"text":402,"config":403},"Événements",{"href":404,"dataGaName":405,"dataGaLocation":157},"/events/","events",{"text":407,"config":408},"Partenaires",{"href":409,"dataGaName":410,"dataGaLocation":157},"/fr-fr/partners/","partners",{"backgroundColor":412,"textColor":413,"text":414,"image":415,"link":419},"#2f2a6b","#fff","L'avenir du développement logiciel. Tendances et perspectives.",{"altText":416,"config":417},"carte promo The Source",{"src":418},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":420,"config":421},"Lire les articles les plus récents",{"href":422,"dataGaName":423,"dataGaLocation":157},"/fr-fr/the-source/","the source",{"text":425,"config":426,"lists":428},"Société",{"dataNavLevelOne":427},"company",[429],{"items":430},[431,436,442,444,449,454,459,464,469,474,479],{"text":432,"config":433},"À propos",{"href":434,"dataGaName":435,"dataGaLocation":157},"/fr-fr/company/","about",{"text":437,"config":438,"footerGa":441},"Emplois",{"href":439,"dataGaName":440,"dataGaLocation":157},"/jobs/","jobs",{"dataGaName":440},{"text":402,"config":443},{"href":404,"dataGaName":405,"dataGaLocation":157},{"text":445,"config":446},"Leadership",{"href":447,"dataGaName":448,"dataGaLocation":157},"/company/team/e-group/","leadership",{"text":450,"config":451},"Équipe",{"href":452,"dataGaName":453,"dataGaLocation":157},"/company/team/","team",{"text":455,"config":456},"Manuel",{"href":457,"dataGaName":458,"dataGaLocation":157},"https://handbook.gitlab.com/","handbook",{"text":460,"config":461},"Relations avec les investisseurs",{"href":462,"dataGaName":463,"dataGaLocation":157},"https://ir.gitlab.com/","investor relations",{"text":465,"config":466},"Centre de confiance",{"href":467,"dataGaName":468,"dataGaLocation":157},"/fr-fr/security/","trust center",{"text":470,"config":471},"Centre pour la transparence de l'IA",{"href":472,"dataGaName":473,"dataGaLocation":157},"/fr-fr/ai-transparency-center/","ai transparency center",{"text":475,"config":476},"Newsletter",{"href":477,"dataGaName":478,"dataGaLocation":157},"/company/contact/","newsletter",{"text":480,"config":481},"Presse",{"href":482,"dataGaName":483,"dataGaLocation":157},"/press/","press",{"text":485,"config":486,"lists":487},"Nous contacter",{"dataNavLevelOne":427},[488],{"items":489},[490,493,498],{"text":164,"config":491},{"href":166,"dataGaName":492,"dataGaLocation":157},"talk to sales",{"text":494,"config":495},"Aide",{"href":496,"dataGaName":497,"dataGaLocation":157},"/support/","get help",{"text":499,"config":500},"Portail clients GitLab",{"href":501,"dataGaName":502,"dataGaLocation":157},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":504,"login":505,"suggestions":512},"Fermer",{"text":506,"link":507},"Pour rechercher des dépôts et des projets, connectez-vous à",{"text":508,"config":509},"gitlab.com",{"href":171,"dataGaName":510,"dataGaLocation":511},"search login","search",{"text":513,"default":514},"Suggestions",[515,518,523,525,530,535],{"text":186,"config":516},{"href":191,"dataGaName":517,"dataGaLocation":511},"GitLab Duo (AI)",{"text":519,"config":520},"Suggestions de code (IA)",{"href":521,"dataGaName":522,"dataGaLocation":511},"/fr-fr/solutions/code-suggestions/","Code Suggestions (AI)",{"text":21,"config":524},{"href":238,"dataGaName":21,"dataGaLocation":511},{"text":526,"config":527},"GitLab sur AWS",{"href":528,"dataGaName":529,"dataGaLocation":511},"/fr-fr/partners/technology-partners/aws/","GitLab on AWS",{"text":531,"config":532},"GitLab sur Google Cloud ",{"href":533,"dataGaName":534,"dataGaLocation":511},"/fr-fr/partners/technology-partners/google-cloud-platform/","GitLab on Google Cloud",{"text":536,"config":537},"Pourquoi utiliser GitLab ?",{"href":198,"dataGaName":538,"dataGaLocation":511},"Why GitLab?",{"freeTrial":540,"mobileIcon":545,"desktopIcon":550},{"text":541,"config":542},"Commencer votre essai gratuit",{"href":543,"dataGaName":162,"dataGaLocation":544},"https://gitlab.com/-/trials/new/","nav",{"altText":546,"config":547},"Icône GitLab",{"src":548,"dataGaName":549,"dataGaLocation":544},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":546,"config":551},{"src":552,"dataGaName":549,"dataGaLocation":544},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":554,"mobileIcon":558,"desktopIcon":560},{"text":555,"config":556},"En savoir plus sur GitLab Duo",{"href":191,"dataGaName":557,"dataGaLocation":544},"gitlab duo",{"altText":546,"config":559},{"src":548,"dataGaName":549,"dataGaLocation":544},{"altText":546,"config":561},{"src":552,"dataGaName":549,"dataGaLocation":544},"content:shared:fr-fr:main-navigation.yml","Main Navigation","shared/fr-fr/main-navigation.yml","shared/fr-fr/main-navigation",{"_path":567,"_dir":151,"_draft":6,"_partial":6,"_locale":7,"title":568,"titleMobile":568,"button":569,"config":574,"_id":576,"_type":144,"_source":145,"_file":577,"_stem":578,"_extension":148},"/shared/fr-fr/banner","GitLab Duo Agent Platform est maintenant disponible en version bêta publique !",{"text":570,"config":571},"Essayer la version bêta",{"href":572,"dataGaName":573,"dataGaLocation":157},"/fr-fr/gitlab-duo/agent-platform/","duo banner",{"layout":575},"release","content:shared:fr-fr:banner.yml","shared/fr-fr/banner.yml","shared/fr-fr/banner",{"_path":580,"_dir":151,"_draft":6,"_partial":6,"_locale":7,"data":581,"_id":786,"_type":144,"title":787,"_source":145,"_file":788,"_stem":789,"_extension":148},"/shared/fr-fr/main-footer",{"text":582,"source":583,"edit":589,"contribute":594,"config":599,"items":604,"minimal":777},"Git est une marque déposée de Software Freedom Conservancy et notre utilisation de « GitLab » est sous licence",{"text":584,"config":585},"Afficher le code source de la page",{"href":586,"dataGaName":587,"dataGaLocation":588},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":590,"config":591},"Modifier cette page",{"href":592,"dataGaName":593,"dataGaLocation":588},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":595,"config":596},"Veuillez contribuer",{"href":597,"dataGaName":598,"dataGaLocation":588},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":600,"facebook":601,"youtube":602,"linkedin":603},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[605,628,682,714,748],{"title":175,"links":606,"subMenu":611},[607],{"text":608,"config":609},"Plateforme DevSecOps",{"href":184,"dataGaName":610,"dataGaLocation":588},"devsecops platform",[612],{"title":315,"links":613},[614,618,623],{"text":615,"config":616},"Voir les forfaits",{"href":317,"dataGaName":617,"dataGaLocation":588},"view plans",{"text":619,"config":620},"Pourquoi choisir GitLab Premium ?",{"href":621,"dataGaName":622,"dataGaLocation":588},"/fr-fr/pricing/premium/","why premium",{"text":624,"config":625},"Pourquoi choisir GitLab Ultimate ?",{"href":626,"dataGaName":627,"dataGaLocation":588},"/fr-fr/pricing/ultimate/","why ultimate",{"title":629,"links":630},"Solutions",[631,636,639,641,646,651,655,658,661,666,668,670,672,677],{"text":632,"config":633},"Transformation digitale",{"href":634,"dataGaName":635,"dataGaLocation":588},"/fr-fr/topics/digital-transformation/","digital transformation",{"text":637,"config":638},"Sécurité et conformité",{"href":257,"dataGaName":264,"dataGaLocation":588},{"text":249,"config":640},{"href":233,"dataGaName":234,"dataGaLocation":588},{"text":642,"config":643},"Développement agile",{"href":644,"dataGaName":645,"dataGaLocation":588},"/fr-fr/solutions/agile-delivery/","agile delivery",{"text":647,"config":648},"Transformation cloud",{"href":649,"dataGaName":650,"dataGaLocation":588},"/fr-fr/topics/cloud-native/","cloud transformation",{"text":652,"config":653},"SCM",{"href":246,"dataGaName":654,"dataGaLocation":588},"source code management",{"text":21,"config":656},{"href":238,"dataGaName":657,"dataGaLocation":588},"continuous integration & delivery",{"text":287,"config":659},{"href":289,"dataGaName":660,"dataGaLocation":588},"value stream management",{"text":662,"config":663},"GitOps",{"href":664,"dataGaName":665,"dataGaLocation":588},"/fr-fr/solutions/gitops/","gitops",{"text":300,"config":667},{"href":302,"dataGaName":303,"dataGaLocation":588},{"text":305,"config":669},{"href":307,"dataGaName":308,"dataGaLocation":588},{"text":310,"config":671},{"href":312,"dataGaName":313,"dataGaLocation":588},{"text":673,"config":674},"Formation",{"href":675,"dataGaName":676,"dataGaLocation":588},"/fr-fr/solutions/education/","education",{"text":678,"config":679},"Services financiers",{"href":680,"dataGaName":681,"dataGaLocation":588},"/fr-fr/solutions/finance/","financial services",{"title":320,"links":683},[684,686,688,690,693,695,698,700,702,704,706,708,710,712],{"text":332,"config":685},{"href":334,"dataGaName":335,"dataGaLocation":588},{"text":337,"config":687},{"href":339,"dataGaName":340,"dataGaLocation":588},{"text":342,"config":689},{"href":344,"dataGaName":345,"dataGaLocation":588},{"text":347,"config":691},{"href":349,"dataGaName":692,"dataGaLocation":588},"docs",{"text":94,"config":694},{"href":371,"dataGaName":372},{"text":696,"config":697},"Histoires de réussite client",{"href":367,"dataGaLocation":588},{"text":365,"config":699},{"href":367,"dataGaName":368,"dataGaLocation":588},{"text":374,"config":701},{"href":376,"dataGaName":377,"dataGaLocation":588},{"text":387,"config":703},{"href":389,"dataGaName":390,"dataGaLocation":588},{"text":379,"config":705},{"href":381,"dataGaName":382,"dataGaLocation":588},{"text":392,"config":707},{"href":394,"dataGaName":395,"dataGaLocation":588},{"text":397,"config":709},{"href":399,"dataGaName":400,"dataGaLocation":588},{"text":402,"config":711},{"href":404,"dataGaName":405,"dataGaLocation":588},{"text":407,"config":713},{"href":409,"dataGaName":410,"dataGaLocation":588},{"title":425,"links":715},[716,718,720,722,724,726,728,732,737,739,741,743],{"text":432,"config":717},{"href":434,"dataGaName":427,"dataGaLocation":588},{"text":437,"config":719},{"href":439,"dataGaName":440,"dataGaLocation":588},{"text":445,"config":721},{"href":447,"dataGaName":448,"dataGaLocation":588},{"text":450,"config":723},{"href":452,"dataGaName":453,"dataGaLocation":588},{"text":455,"config":725},{"href":457,"dataGaName":458,"dataGaLocation":588},{"text":460,"config":727},{"href":462,"dataGaName":463,"dataGaLocation":588},{"text":729,"config":730},"Sustainability",{"href":731,"dataGaName":729,"dataGaLocation":588},"/sustainability/",{"text":733,"config":734},"Diversité, inclusion et appartenance (DIB)",{"href":735,"dataGaName":736,"dataGaLocation":588},"/fr-fr/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":465,"config":738},{"href":467,"dataGaName":468,"dataGaLocation":588},{"text":475,"config":740},{"href":477,"dataGaName":478,"dataGaLocation":588},{"text":480,"config":742},{"href":482,"dataGaName":483,"dataGaLocation":588},{"text":744,"config":745},"Déclaration de transparence sur l'esclavage moderne",{"href":746,"dataGaName":747,"dataGaLocation":588},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":485,"links":749},[750,753,755,757,762,767,772],{"text":751,"config":752},"Échanger avec un expert",{"href":166,"dataGaName":167,"dataGaLocation":588},{"text":494,"config":754},{"href":496,"dataGaName":497,"dataGaLocation":588},{"text":499,"config":756},{"href":501,"dataGaName":502,"dataGaLocation":588},{"text":758,"config":759},"Statut",{"href":760,"dataGaName":761,"dataGaLocation":588},"https://status.gitlab.com/","status",{"text":763,"config":764},"Conditions d'utilisation",{"href":765,"dataGaName":766},"/terms/","terms of use",{"text":768,"config":769},"Déclaration de confidentialité",{"href":770,"dataGaName":771,"dataGaLocation":588},"/fr-fr/privacy/","privacy statement",{"text":773,"config":774},"Préférences en matière de cookies",{"dataGaName":775,"dataGaLocation":588,"id":776,"isOneTrustButton":219},"cookie preferences","ot-sdk-btn",{"items":778},[779,781,784],{"text":763,"config":780},{"href":765,"dataGaName":766,"dataGaLocation":588},{"text":782,"config":783},"Politique de confidentialité",{"href":770,"dataGaName":771,"dataGaLocation":588},{"text":773,"config":785},{"dataGaName":775,"dataGaLocation":588,"id":776,"isOneTrustButton":219},"content:shared:fr-fr:main-footer.yml","Main Footer","shared/fr-fr/main-footer.yml","shared/fr-fr/main-footer",{"_path":791,"_dir":151,"_draft":6,"_partial":6,"_locale":7,"header":792,"eyebrow":793,"blurb":794,"button":795,"secondaryButton":799,"_id":801,"_type":144,"title":802,"_source":145,"_file":803,"_stem":804,"_extension":148},"/shared/fr-fr/next-steps","Commencez à livrer des logiciels de meilleurs qualité plus rapidement","Plus de 50 % des entreprises du classement Fortune 100 font confiance à GitLab","Découvrez comment la plateforme DevSecOps intelligente\n\n\npeut aider votre équipe.\n",{"text":159,"config":796},{"href":797,"dataGaName":162,"dataGaLocation":798},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":164,"config":800},{"href":166,"dataGaName":167,"dataGaLocation":798},"content:shared:fr-fr:next-steps.yml","Next Steps","shared/fr-fr/next-steps.yml","shared/fr-fr/next-steps",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":806,"content":807,"_id":143,"_type":144,"title":7,"_source":145,"_file":146,"_stem":147,"_extension":148},{"title":9,"description":10},[808,816,819,844,881],{"type":13,"componentName":13,"componentContent":809},{"crumbs":810},[811,813,815],{"title":17,"config":812},{"href":19},{"title":21,"config":814},{"href":23},{"title":25},{"type":27,"componentName":27,"componentContent":817},{"title":9,"text":29,"config":818},{"id":31,"twoColumns":6},{"type":33,"componentName":33,"componentContent":820},{"anchors":821,"components":831},{"text":36,"data":822},[823,825,827,829],{"text":39,"config":824},{"href":41},{"text":43,"config":826},{"href":45},{"text":47,"config":828},{"href":49},{"text":51,"config":830},{"href":53},[832,835,838,841],{"type":56,"componentName":56,"componentContent":833},{"header":39,"text":58,"config":834},{"id":60},{"type":56,"componentName":56,"componentContent":836},{"header":43,"text":63,"config":837},{"id":65},{"type":56,"componentName":56,"componentContent":839},{"header":47,"text":68,"config":840},{"id":70},{"type":56,"componentName":56,"componentContent":842},{"header":51,"text":73,"config":843},{"id":75},{"type":77,"componentName":77,"componentContent":845},{"header":79,"tabs":846},[847,865,873],{"name":82,"items":848,"config":864},[849,854,859],{"header":85,"type":86,"image":850,"link":852},{"altText":85,"config":851},{"src":89},{"text":91,"config":853},{"href":93,"icon":94,"modal":6},{"header":96,"type":86,"image":855,"link":857},{"altText":96,"config":856},{"src":99},{"text":91,"config":858},{"href":102,"icon":103,"modal":6},{"header":105,"type":86,"image":860,"link":862},{"altText":105,"config":861},{"src":108},{"text":91,"config":863},{"href":111,"icon":94,"modal":6},{"key":82},{"name":114,"items":866,"config":872},[867],{"header":117,"type":118,"image":868,"link":870},{"altText":117,"config":869},{"src":121},{"text":91,"config":871},{"href":124,"icon":125,"modal":6},{"key":114},{"name":128,"items":874,"config":880},[875],{"header":131,"type":132,"image":876,"link":878},{"altText":131,"config":877},{"src":135},{"text":91,"config":879},{"href":138,"icon":139,"modal":6},{"key":128},{"type":142,"componentName":142},1761814455244]