[{"data":1,"prerenderedAt":783},["ShallowReactive",2],{"/en-us/topics/gitops/gitops-best-practices/":3,"navigation-en-us":132,"banner-en-us":548,"footer-en-us":560,"next-steps-en-us":768},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":11,"_id":126,"_type":127,"title":7,"_source":128,"_file":129,"_stem":130,"_extension":131},"/en-us/topics/gitops/gitops-best-practices","gitops",false,"",{"title":9,"ogTitle":9,"description":10,"ogDescription":10},"The benefits of GitOps workflows","Discover the benefits and best practices of GitOps workflows.",[12,26,32,85,124],{"type":13,"componentName":13,"componentContent":14},"CommonBreadcrumbs",{"crumbs":15},[16,20,24],{"title":17,"config":18},"Topics",{"href":19},"/topics/",{"title":21,"config":22},"GitOps",{"href":23},"/topics/gitops/",{"title":25},"GitOps best practices",{"type":27,"componentName":27,"componentContent":28},"TopicsHero",{"title":9,"text":29,"config":30},"GitOps is an operational framework that takes DevOps best practices and applies them to infrastructure automation. When teams use a GitOps workflow, they experience benefits across the development lifecycle.\n",{"id":31,"twoColumns":6},"the-benefits-of-gitops-workflows",{"type":33,"componentName":33,"componentContent":34},"CommonSideNavigationWithTree",{"anchors":35,"components":58},{"text":36,"data":37},"More on this topic",[38,42,46,50,54],{"text":39,"config":40},"A Git version control system enhances security and compliance",{"href":41},"#a-git-version-control-system-enhances-security-and-compliance",{"text":43,"config":44},"Established best practices enhance collaboration and productivity",{"href":45},"#established-best-practices-enhance-collaboration-and-productivity",{"text":47,"config":48},"Automation improves the developer experience and reduces cost",{"href":49},"#automation-improves-the-developer-experience-and-reduces-cost",{"text":51,"config":52},"Continuous integrations leads to faster development and deployment",{"href":53},"#continuous-integrations-leads-to-faster-development-and-deployment",{"text":55,"config":56},"Git workflows increase stability and reliability",{"href":57},"#git-workflows-increase-stability-and-reliability",[59,65,70,75,80],{"type":60,"componentName":60,"componentContent":61},"TopicsCopy",{"header":39,"text":62,"config":63},"A simplified toolchain reduces attack surfaces, since teams use a single platform for infrastructure management. If an attack does occur, teams can revert to a desired state using the version control system. As a result, GitOps reduces downtime and outages, while enabling teams to continue development in an uncompromised environment.\n\n\nTeams that must follow strict compliance often experience decreased [collaboration](/blog/collaboration-communication-best-practices/){data-ga-name=\"collaboration\" data-ga-location=\"body\"} in heavily regulated contexts, where policy often limits the number of people who can enact changes to a production environment. With GitOps, however, anyone can propose a change via a [merge request](/blog/iteration-and-code-review/){data-ga-name=\"merge request\" data-ga-location=\"body\"}, which widens the scope of collaboration while limiting the number of people with the ability to merge to the `production` branch.\n\n\nWhen teams adopt a [GitOps workflow](/topics/gitops/gitops-workflow/){data-ga-name=\"gitops workflow\" data-ga-location=\"body\"}, they experience greater access control, because changes are automated using CI/CD tooling, eliminating the need to provide [access](/blog/protecting-manual-jobs/){data-ga-name=\"access\" data-ga-location=\"body\"} credentials to all infrastructure components. GitOps empowers everyone to contribute, but greater collaboration accompanies a need to maintain a running history of all changes. GitOps ensures that all commits on the `main` [branch](/blog/new-git-default-branch-name/){data-ga-name=\"main branch\" data-ga-location=\"body\"} act as a change log for auditing.\n",{"id":64},"a-git-version-control-system-enhances-security-and-compliance",{"type":60,"componentName":60,"componentContent":66},{"header":43,"text":67,"config":68},"GitOps incorporates software development best practices for [infrastructure as code](/topics/gitops/infrastructure-as-code/){data-ga-name=\"infrastructure as code\" data-ga-location=\"body\"}, Git [workflows](/blog/15-git-tips-improve-workflow/){data-ga-name=\"workflows\" data-ga-location=\"body\"}, and CI/CD pipelines. Operations teams already have these pre-existing skills, knowledge, and toolchain requirements, so the decision to adopt GitOps won't result in a significant learning curve. GitOps workflows simplify processes to enhance visibility, create a single source of truth, and maintain a lean set of tools.\n\n\nA GitOps workflow offers visibility and enhances collaboration, since teams use a Git version control system and merge requests as the mechanism for every infrastructure change. Every update goes through the same review and approval process, and teams can collaborate by sharing ideas, reviewing code, and offering feedback.\n",{"id":69},"established-best-practices-enhance-collaboration-and-productivity",{"type":60,"componentName":60,"componentContent":71},{"header":47,"text":72,"config":73},"With CI/CD tooling and continuous deployment, productivity increases, because teams benefit from automation and can focus on development rather than investing their efforts on tedious, manual tasks. GitOps workflows [improve the developer experience](https://about.gitlab.com/topics/devops/what-is-developer-experience/) since team members can use whichever language and tools they'd like before pushing updates to Git. There is a low barrier to entry, empowering anyone - from new hires to tenured team members - to become productive quickly and easily. Infrastructure automation improves productivity and reduces downtime, while facilitating better management of cloud resources, which can also decrease [costs](/blog/how-we-optimized-our-infrastructure-spend-at-gitlab/){data-ga-name=\"costs\" data-ga-location=\"body\"}. Automating infrastructure definition and testing removes manual tasks and rework, while reducing downtimes due to built-in revert and rollback capabilities.\n",{"id":74},"automation-improves-the-developer-experience-and-reduces-cost",{"type":60,"componentName":60,"componentContent":76},{"header":51,"text":77,"config":78},"Teams have an easier time pushing a [minimum viable change](/blog/lessons-in-iteration-from-new-infrastructure-team/){data-ga-name=\"minimum viable change\" data-ga-location=\"body\"}, since GitOps enables faster and more frequent deployments. Using GitOps best practices, teams can ship several times a day and revert changes if there is a problem. High velocity deployments lead to more rapid releases, helping teams deliver business and customer value. With continuous integration, teams are more agile and can quickly respond to customer needs.\n",{"id":79},"continuous-integrations-leads-to-faster-development-and-deployment",{"type":60,"componentName":60,"componentContent":81},{"header":55,"text":82,"config":83},"Infrastructure is codified and repeatable, reducing human [error](/blog/iteration-on-error-tracking/){data-ga-name=\"error\" data-ga-location=\"body\"}. Merge requests facilitate code reviews and collaboration, and they also help teams identify and correct errors before they make it to production. There is also less risk, since all changes to infrastructure are tracked through [merge requests](/blog/merge-trains-explained/){data-ga-name=\"MRs\" data-ga-location=\"body\"}, and changes can be rolled back to a previous state if an iteration doesn't work out well. Git workflows reduce recovery time by enabling rollbacks to a more stable state and offering [distributed](https://git-scm.com/about/distributed) backup copies in the event of a serious outage. GitOps empowers teams to iterate faster to ship new features without the fear of causing an unstable environment.\n",{"id":84},"git-workflows-increase-stability-and-reliability",{"type":86,"componentName":86,"componentContent":87},"CommonResourcesContainer",{"header":88,"tabs":89},"Ready to learn more about GitOps?",[90],{"name":91,"items":92,"config":123},"resources",[93,104,114],{"header":94,"type":95,"image":96,"link":99},"Discover how GitLab streamlines GitOps workflows","Articles",{"altText":94,"config":97},{"src":98},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158268/Website/Topics/resources_2.jpg",{"text":100,"config":101},"Learn more",{"href":102,"icon":103,"modal":6},"/solutions/gitops/","Article",{"header":105,"type":106,"image":107,"link":110},"Learn about the future of GitOps from tech leaders","Webcast",{"altText":105,"config":108},{"src":109},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749157557/Website/Topics/resources_10.jpg",{"text":111,"config":112},"Watch now",{"href":113,"icon":106,"modal":6},"/why/gitops-infrastructure-automation/",{"header":115,"type":116,"image":117,"link":120},"Download the beginner's guide to GitOps","Books",{"altText":115,"config":118},{"src":119},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158599/Website/Topics/resources_3.jpg",{"text":100,"config":121},{"href":122,"icon":103,"modal":6},"https://page.gitlab.com/resources-ebook-beginner-guide-gitops.html",{"key":91},{"type":125,"componentName":125},"CommonNextSteps","content:en-us:topics:gitops:gitops-best-practices:index.yml","yaml","content","en-us/topics/gitops/gitops-best-practices/index.yml","en-us/topics/gitops/gitops-best-practices/index","yml",{"_path":133,"_dir":134,"_draft":6,"_partial":6,"_locale":7,"data":135,"_id":544,"_type":127,"title":545,"_source":128,"_file":546,"_stem":547,"_extension":131},"/shared/en-us/main-navigation","en-us",{"logo":136,"freeTrial":141,"sales":146,"login":151,"items":156,"search":485,"minimal":516,"duo":535},{"config":137},{"href":138,"dataGaName":139,"dataGaLocation":140},"/","gitlab logo","header",{"text":142,"config":143},"Get free trial",{"href":144,"dataGaName":145,"dataGaLocation":140},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":147,"config":148},"Talk to sales",{"href":149,"dataGaName":150,"dataGaLocation":140},"/sales/","sales",{"text":152,"config":153},"Sign in",{"href":154,"dataGaName":155,"dataGaLocation":140},"https://gitlab.com/users/sign_in/","sign in",[157,200,296,301,406,466],{"text":158,"config":159,"cards":161,"footer":183},"Platform",{"dataNavLevelOne":160},"platform",[162,168,176],{"title":158,"description":163,"link":164},"The most comprehensive AI-powered DevSecOps Platform",{"text":165,"config":166},"Explore our Platform",{"href":167,"dataGaName":160,"dataGaLocation":140},"/platform/",{"title":169,"description":170,"link":171},"GitLab Duo (AI)","Build software faster with AI at every stage of development",{"text":172,"config":173},"Meet GitLab Duo",{"href":174,"dataGaName":175,"dataGaLocation":140},"/gitlab-duo/","gitlab duo ai",{"title":177,"description":178,"link":179},"Why GitLab","10 reasons why Enterprises choose GitLab",{"text":100,"config":180},{"href":181,"dataGaName":182,"dataGaLocation":140},"/why-gitlab/","why gitlab",{"title":184,"items":185},"Get started with",[186,191,196],{"text":187,"config":188},"Platform Engineering",{"href":189,"dataGaName":190,"dataGaLocation":140},"/solutions/platform-engineering/","platform engineering",{"text":192,"config":193},"Developer Experience",{"href":194,"dataGaName":195,"dataGaLocation":140},"/developer-experience/","Developer experience",{"text":197,"config":198},"MLOps",{"href":199,"dataGaName":197,"dataGaLocation":140},"/topics/devops/the-role-of-ai-in-devops/",{"text":201,"left":202,"config":203,"link":205,"lists":209,"footer":278},"Product",true,{"dataNavLevelOne":204},"solutions",{"text":206,"config":207},"View all Solutions",{"href":208,"dataGaName":204,"dataGaLocation":140},"/solutions/",[210,235,257],{"title":211,"description":212,"link":213,"items":218},"Automation","CI/CD and automation to accelerate deployment",{"config":214},{"icon":215,"href":216,"dataGaName":217,"dataGaLocation":140},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[219,223,227,231],{"text":220,"config":221},"CI/CD",{"href":222,"dataGaLocation":140,"dataGaName":220},"/solutions/continuous-integration/",{"text":224,"config":225},"AI-Assisted Development",{"href":174,"dataGaLocation":140,"dataGaName":226},"AI assisted development",{"text":228,"config":229},"Source Code Management",{"href":230,"dataGaLocation":140,"dataGaName":228},"/solutions/source-code-management/",{"text":232,"config":233},"Automated Software Delivery",{"href":216,"dataGaLocation":140,"dataGaName":234},"Automated software delivery",{"title":236,"description":237,"link":238,"items":243},"Security","Deliver code faster without compromising security",{"config":239},{"href":240,"dataGaName":241,"dataGaLocation":140,"icon":242},"/solutions/security-compliance/","security and compliance","ShieldCheckLight",[244,247,252],{"text":245,"config":246},"Security & Compliance",{"href":240,"dataGaLocation":140,"dataGaName":245},{"text":248,"config":249},"Software Supply Chain Security",{"href":250,"dataGaLocation":140,"dataGaName":251},"/solutions/supply-chain/","Software supply chain security",{"text":253,"config":254},"Compliance & Governance",{"href":255,"dataGaLocation":140,"dataGaName":256},"/solutions/continuous-software-compliance/","Compliance and governance",{"title":258,"link":259,"items":264},"Measurement",{"config":260},{"icon":261,"href":262,"dataGaName":263,"dataGaLocation":140},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[265,269,273],{"text":266,"config":267},"Visibility & Measurement",{"href":262,"dataGaLocation":140,"dataGaName":268},"Visibility and Measurement",{"text":270,"config":271},"Value Stream Management",{"href":272,"dataGaLocation":140,"dataGaName":270},"/solutions/value-stream-management/",{"text":274,"config":275},"Analytics & Insights",{"href":276,"dataGaLocation":140,"dataGaName":277},"/solutions/analytics-and-insights/","Analytics and insights",{"title":279,"items":280},"GitLab for",[281,286,291],{"text":282,"config":283},"Enterprise",{"href":284,"dataGaLocation":140,"dataGaName":285},"/enterprise/","enterprise",{"text":287,"config":288},"Small Business",{"href":289,"dataGaLocation":140,"dataGaName":290},"/small-business/","small business",{"text":292,"config":293},"Public Sector",{"href":294,"dataGaLocation":140,"dataGaName":295},"/solutions/public-sector/","public sector",{"text":297,"config":298},"Pricing",{"href":299,"dataGaName":300,"dataGaLocation":140,"dataNavLevelOne":300},"/pricing/","pricing",{"text":302,"config":303,"link":304,"lists":308,"feature":393},"Resources",{"dataNavLevelOne":91},{"text":305,"config":306},"View all resources",{"href":307,"dataGaName":91,"dataGaLocation":140},"/resources/",[309,342,365],{"title":310,"items":311},"Getting started",[312,317,322,327,332,337],{"text":313,"config":314},"Install",{"href":315,"dataGaName":316,"dataGaLocation":140},"/install/","install",{"text":318,"config":319},"Quick start guides",{"href":320,"dataGaName":321,"dataGaLocation":140},"/get-started/","quick setup checklists",{"text":323,"config":324},"Learn",{"href":325,"dataGaLocation":140,"dataGaName":326},"https://university.gitlab.com/","learn",{"text":328,"config":329},"Product documentation",{"href":330,"dataGaName":331,"dataGaLocation":140},"https://docs.gitlab.com/","product documentation",{"text":333,"config":334},"Best practice videos",{"href":335,"dataGaName":336,"dataGaLocation":140},"/getting-started-videos/","best practice videos",{"text":338,"config":339},"Integrations",{"href":340,"dataGaName":341,"dataGaLocation":140},"/integrations/","integrations",{"title":343,"items":344},"Discover",[345,350,355,360],{"text":346,"config":347},"Customer success stories",{"href":348,"dataGaName":349,"dataGaLocation":140},"/customers/","customer success stories",{"text":351,"config":352},"Blog",{"href":353,"dataGaName":354,"dataGaLocation":140},"/blog/","blog",{"text":356,"config":357},"Remote",{"href":358,"dataGaName":359,"dataGaLocation":140},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":361,"config":362},"TeamOps",{"href":363,"dataGaName":364,"dataGaLocation":140},"/teamops/","teamops",{"title":366,"items":367},"Connect",[368,373,378,383,388],{"text":369,"config":370},"GitLab Services",{"href":371,"dataGaName":372,"dataGaLocation":140},"/services/","services",{"text":374,"config":375},"Community",{"href":376,"dataGaName":377,"dataGaLocation":140},"/community/","community",{"text":379,"config":380},"Forum",{"href":381,"dataGaName":382,"dataGaLocation":140},"https://forum.gitlab.com/","forum",{"text":384,"config":385},"Events",{"href":386,"dataGaName":387,"dataGaLocation":140},"/events/","events",{"text":389,"config":390},"Partners",{"href":391,"dataGaName":392,"dataGaLocation":140},"/partners/","partners",{"backgroundColor":394,"textColor":395,"text":396,"image":397,"link":401},"#2f2a6b","#fff","Insights for the future of software development",{"altText":398,"config":399},"the source promo card",{"src":400},"/images/navigation/the-source-promo-card.svg",{"text":402,"config":403},"Read the latest",{"href":404,"dataGaName":405,"dataGaLocation":140},"/the-source/","the source",{"text":407,"config":408,"lists":410},"Company",{"dataNavLevelOne":409},"company",[411],{"items":412},[413,418,424,426,431,436,441,446,451,456,461],{"text":414,"config":415},"About",{"href":416,"dataGaName":417,"dataGaLocation":140},"/company/","about",{"text":419,"config":420,"footerGa":423},"Jobs",{"href":421,"dataGaName":422,"dataGaLocation":140},"/jobs/","jobs",{"dataGaName":422},{"text":384,"config":425},{"href":386,"dataGaName":387,"dataGaLocation":140},{"text":427,"config":428},"Leadership",{"href":429,"dataGaName":430,"dataGaLocation":140},"/company/team/e-group/","leadership",{"text":432,"config":433},"Team",{"href":434,"dataGaName":435,"dataGaLocation":140},"/company/team/","team",{"text":437,"config":438},"Handbook",{"href":439,"dataGaName":440,"dataGaLocation":140},"https://handbook.gitlab.com/","handbook",{"text":442,"config":443},"Investor relations",{"href":444,"dataGaName":445,"dataGaLocation":140},"https://ir.gitlab.com/","investor relations",{"text":447,"config":448},"Trust Center",{"href":449,"dataGaName":450,"dataGaLocation":140},"/security/","trust center",{"text":452,"config":453},"AI Transparency Center",{"href":454,"dataGaName":455,"dataGaLocation":140},"/ai-transparency-center/","ai transparency center",{"text":457,"config":458},"Newsletter",{"href":459,"dataGaName":460,"dataGaLocation":140},"/company/contact/","newsletter",{"text":462,"config":463},"Press",{"href":464,"dataGaName":465,"dataGaLocation":140},"/press/","press",{"text":467,"config":468,"lists":469},"Contact us",{"dataNavLevelOne":409},[470],{"items":471},[472,475,480],{"text":147,"config":473},{"href":149,"dataGaName":474,"dataGaLocation":140},"talk to sales",{"text":476,"config":477},"Get help",{"href":478,"dataGaName":479,"dataGaLocation":140},"/support/","get help",{"text":481,"config":482},"Customer portal",{"href":483,"dataGaName":484,"dataGaLocation":140},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":486,"login":487,"suggestions":494},"Close",{"text":488,"link":489},"To search repositories and projects, login to",{"text":490,"config":491},"gitlab.com",{"href":154,"dataGaName":492,"dataGaLocation":493},"search login","search",{"text":495,"default":496},"Suggestions",[497,499,503,505,509,513],{"text":169,"config":498},{"href":174,"dataGaName":169,"dataGaLocation":493},{"text":500,"config":501},"Code Suggestions (AI)",{"href":502,"dataGaName":500,"dataGaLocation":493},"/solutions/code-suggestions/",{"text":220,"config":504},{"href":222,"dataGaName":220,"dataGaLocation":493},{"text":506,"config":507},"GitLab on AWS",{"href":508,"dataGaName":506,"dataGaLocation":493},"/partners/technology-partners/aws/",{"text":510,"config":511},"GitLab on Google Cloud",{"href":512,"dataGaName":510,"dataGaLocation":493},"/partners/technology-partners/google-cloud-platform/",{"text":514,"config":515},"Why GitLab?",{"href":181,"dataGaName":514,"dataGaLocation":493},{"freeTrial":517,"mobileIcon":522,"desktopIcon":527,"secondaryButton":530},{"text":518,"config":519},"Start free trial",{"href":520,"dataGaName":145,"dataGaLocation":521},"https://gitlab.com/-/trials/new/","nav",{"altText":523,"config":524},"Gitlab Icon",{"src":525,"dataGaName":526,"dataGaLocation":521},"/images/brand/gitlab-logo-tanuki.svg","gitlab icon",{"altText":523,"config":528},{"src":529,"dataGaName":526,"dataGaLocation":521},"/images/brand/gitlab-logo-type.svg",{"text":531,"config":532},"Get Started",{"href":533,"dataGaName":534,"dataGaLocation":521},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/compare/gitlab-vs-github/","get started",{"freeTrial":536,"mobileIcon":540,"desktopIcon":542},{"text":537,"config":538},"Learn more about GitLab Duo",{"href":174,"dataGaName":539,"dataGaLocation":521},"gitlab duo",{"altText":523,"config":541},{"src":525,"dataGaName":526,"dataGaLocation":521},{"altText":523,"config":543},{"src":529,"dataGaName":526,"dataGaLocation":521},"content:shared:en-us:main-navigation.yml","Main Navigation","shared/en-us/main-navigation.yml","shared/en-us/main-navigation",{"_path":549,"_dir":134,"_draft":6,"_partial":6,"_locale":7,"title":550,"button":551,"config":555,"_id":557,"_type":127,"_source":128,"_file":558,"_stem":559,"_extension":131},"/shared/en-us/banner","GitLab Duo Agent Platform is now in public beta!",{"text":100,"config":552},{"href":553,"dataGaName":554,"dataGaLocation":140},"/gitlab-duo/agent-platform/","duo banner",{"layout":556},"release","content:shared:en-us:banner.yml","shared/en-us/banner.yml","shared/en-us/banner",{"_path":561,"_dir":134,"_draft":6,"_partial":6,"_locale":7,"data":562,"_id":764,"_type":127,"title":765,"_source":128,"_file":766,"_stem":767,"_extension":131},"/shared/en-us/main-footer",{"text":563,"source":564,"edit":570,"contribute":575,"config":580,"items":585,"minimal":756},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":565,"config":566},"View page source",{"href":567,"dataGaName":568,"dataGaLocation":569},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":571,"config":572},"Edit this page",{"href":573,"dataGaName":574,"dataGaLocation":569},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":576,"config":577},"Please contribute",{"href":578,"dataGaName":579,"dataGaLocation":569},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":581,"facebook":582,"youtube":583,"linkedin":584},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[586,609,663,692,726],{"title":158,"links":587,"subMenu":592},[588],{"text":589,"config":590},"DevSecOps platform",{"href":167,"dataGaName":591,"dataGaLocation":569},"devsecops platform",[593],{"title":297,"links":594},[595,599,604],{"text":596,"config":597},"View plans",{"href":299,"dataGaName":598,"dataGaLocation":569},"view plans",{"text":600,"config":601},"Why Premium?",{"href":602,"dataGaName":603,"dataGaLocation":569},"/pricing/premium/","why premium",{"text":605,"config":606},"Why Ultimate?",{"href":607,"dataGaName":608,"dataGaLocation":569},"/pricing/ultimate/","why ultimate",{"title":610,"links":611},"Solutions",[612,617,620,622,627,632,636,639,643,645,647,650,653,658],{"text":613,"config":614},"Digital transformation",{"href":615,"dataGaName":616,"dataGaLocation":569},"/topics/digital-transformation/","digital transformation",{"text":245,"config":618},{"href":240,"dataGaName":619,"dataGaLocation":569},"security & compliance",{"text":234,"config":621},{"href":216,"dataGaName":217,"dataGaLocation":569},{"text":623,"config":624},"Agile development",{"href":625,"dataGaName":626,"dataGaLocation":569},"/solutions/agile-delivery/","agile delivery",{"text":628,"config":629},"Cloud transformation",{"href":630,"dataGaName":631,"dataGaLocation":569},"/topics/cloud-native/","cloud transformation",{"text":633,"config":634},"SCM",{"href":230,"dataGaName":635,"dataGaLocation":569},"source code management",{"text":220,"config":637},{"href":222,"dataGaName":638,"dataGaLocation":569},"continuous integration & delivery",{"text":640,"config":641},"Value stream management",{"href":272,"dataGaName":642,"dataGaLocation":569},"value stream management",{"text":21,"config":644},{"href":102,"dataGaName":5,"dataGaLocation":569},{"text":282,"config":646},{"href":284,"dataGaName":285,"dataGaLocation":569},{"text":648,"config":649},"Small business",{"href":289,"dataGaName":290,"dataGaLocation":569},{"text":651,"config":652},"Public sector",{"href":294,"dataGaName":295,"dataGaLocation":569},{"text":654,"config":655},"Education",{"href":656,"dataGaName":657,"dataGaLocation":569},"/solutions/education/","education",{"text":659,"config":660},"Financial services",{"href":661,"dataGaName":662,"dataGaLocation":569},"/solutions/finance/","financial services",{"title":302,"links":664},[665,667,669,671,674,676,678,680,682,684,686,688,690],{"text":313,"config":666},{"href":315,"dataGaName":316,"dataGaLocation":569},{"text":318,"config":668},{"href":320,"dataGaName":321,"dataGaLocation":569},{"text":323,"config":670},{"href":325,"dataGaName":326,"dataGaLocation":569},{"text":328,"config":672},{"href":330,"dataGaName":673,"dataGaLocation":569},"docs",{"text":351,"config":675},{"href":353,"dataGaName":354,"dataGaLocation":569},{"text":346,"config":677},{"href":348,"dataGaName":349,"dataGaLocation":569},{"text":356,"config":679},{"href":358,"dataGaName":359,"dataGaLocation":569},{"text":369,"config":681},{"href":371,"dataGaName":372,"dataGaLocation":569},{"text":361,"config":683},{"href":363,"dataGaName":364,"dataGaLocation":569},{"text":374,"config":685},{"href":376,"dataGaName":377,"dataGaLocation":569},{"text":379,"config":687},{"href":381,"dataGaName":382,"dataGaLocation":569},{"text":384,"config":689},{"href":386,"dataGaName":387,"dataGaLocation":569},{"text":389,"config":691},{"href":391,"dataGaName":392,"dataGaLocation":569},{"title":407,"links":693},[694,696,698,700,702,704,706,710,715,717,719,721],{"text":414,"config":695},{"href":416,"dataGaName":409,"dataGaLocation":569},{"text":419,"config":697},{"href":421,"dataGaName":422,"dataGaLocation":569},{"text":427,"config":699},{"href":429,"dataGaName":430,"dataGaLocation":569},{"text":432,"config":701},{"href":434,"dataGaName":435,"dataGaLocation":569},{"text":437,"config":703},{"href":439,"dataGaName":440,"dataGaLocation":569},{"text":442,"config":705},{"href":444,"dataGaName":445,"dataGaLocation":569},{"text":707,"config":708},"Sustainability",{"href":709,"dataGaName":707,"dataGaLocation":569},"/sustainability/",{"text":711,"config":712},"Diversity, inclusion and belonging (DIB)",{"href":713,"dataGaName":714,"dataGaLocation":569},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":447,"config":716},{"href":449,"dataGaName":450,"dataGaLocation":569},{"text":457,"config":718},{"href":459,"dataGaName":460,"dataGaLocation":569},{"text":462,"config":720},{"href":464,"dataGaName":465,"dataGaLocation":569},{"text":722,"config":723},"Modern Slavery Transparency Statement",{"href":724,"dataGaName":725,"dataGaLocation":569},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":727,"links":728},"Contact Us",[729,732,734,736,741,746,751],{"text":730,"config":731},"Contact an expert",{"href":149,"dataGaName":150,"dataGaLocation":569},{"text":476,"config":733},{"href":478,"dataGaName":479,"dataGaLocation":569},{"text":481,"config":735},{"href":483,"dataGaName":484,"dataGaLocation":569},{"text":737,"config":738},"Status",{"href":739,"dataGaName":740,"dataGaLocation":569},"https://status.gitlab.com/","status",{"text":742,"config":743},"Terms of use",{"href":744,"dataGaName":745,"dataGaLocation":569},"/terms/","terms of use",{"text":747,"config":748},"Privacy statement",{"href":749,"dataGaName":750,"dataGaLocation":569},"/privacy/","privacy statement",{"text":752,"config":753},"Cookie preferences",{"dataGaName":754,"dataGaLocation":569,"id":755,"isOneTrustButton":202},"cookie preferences","ot-sdk-btn",{"items":757},[758,760,762],{"text":742,"config":759},{"href":744,"dataGaName":745,"dataGaLocation":569},{"text":747,"config":761},{"href":749,"dataGaName":750,"dataGaLocation":569},{"text":752,"config":763},{"dataGaName":754,"dataGaLocation":569,"id":755,"isOneTrustButton":202},"content:shared:en-us:main-footer.yml","Main Footer","shared/en-us/main-footer.yml","shared/en-us/main-footer",{"_path":769,"_dir":134,"_draft":6,"_partial":6,"_locale":7,"header":770,"eyebrow":771,"blurb":772,"button":773,"secondaryButton":777,"_id":779,"_type":127,"title":780,"_source":128,"_file":781,"_stem":782,"_extension":131},"/shared/en-us/next-steps","Start shipping better software faster","50%+ of the Fortune 100 trust GitLab","See what your team can do with the intelligent\n\n\nDevSecOps platform.\n",{"text":142,"config":774},{"href":775,"dataGaName":145,"dataGaLocation":776},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":147,"config":778},{"href":149,"dataGaName":150,"dataGaLocation":776},"content:shared:en-us:next-steps.yml","Next Steps","shared/en-us/next-steps.yml","shared/en-us/next-steps",1753207431582]