[{"data":1,"prerenderedAt":827},["ShallowReactive",2],{"/en-us/topics/ci-cd/cloud-native-continuous-integration":3,"navigation-en-us":170,"banner-en-us":567,"footer-en-us":577,"next-steps-en-us":817},{"id":4,"title":5,"body":6,"category":6,"config":6,"content":7,"description":6,"extension":162,"meta":163,"navigation":164,"path":165,"seo":166,"slug":6,"stem":168,"testContent":6,"type":6,"__hash__":169},"pages/en-us/topics/ci-cd/cloud-native-continuous-integration/index.yml","",null,[8,22,30,74,95,160],{"type":9,"componentName":9,"componentContent":10},"CommonBreadcrumbs",{"crumbs":11},[12,16,20],{"title":13,"config":14},"Topics",{"href":15},"/topics/",{"title":17,"config":18},"CI/CD",{"href":19},"/topics/ci-cd/",{"title":21},"Cloud native continuous integration",{"type":23,"componentName":23,"componentContent":24},"CommonArticleHero",{"title":25,"text":26,"config":27},"What is cloud native continuous integration?","Cloud native continuous integration (CI) combines the speed of CI with the scalability of cloud-native development. As DevOps teams aim to accelerate software delivery and handle complex, distributed systems, cloud native CI enables automated testing and deployment across dynamic environments using modern cloud services like containers and Kubernetes.\n",{"id":28,"twoColumns":29},"what-is-cloud-native-continuous-integration?",false,{"type":31,"componentName":31,"componentContent":32},"CommonSideNavigationWithTree",{"anchors":33,"components":52},{"text":34,"data":35},"On this page",[36,40,44,48],{"text":37,"config":38}," Cloud native continuous integration (CI) explained",{"href":39},"#cloud-native-continuous-integration-ci-explained",{"text":41,"config":42},"Cloud native + continuous integration",{"href":43},"#cloud-native-continuous-integration",{"text":45,"config":46},"What a cloud native CI pipeline needs",{"href":47},"#what-a-cloud-native-ci-pipeline-needs",{"text":49,"config":50},"Conclusion",{"href":51},"#conclusion",[53,59,64,69],{"type":54,"componentName":54,"componentContent":55},"TopicsCopy",{"header":37,"text":56,"config":57},"Cloud native continuous integration (CI) combines the principles of CI with cloud services, supporting modern development teams by integrating and testing code changes in shared source code repositories. This approach leverages tools like Kubernetes and container registries to enhance the software development lifecycle and ensure efficient software delivery.\n\nIn modern software development, many teams already practice continuous integration, but to truly maximize efficiency and scale, embracing a cloud-native approach is essential.",{"id":58},"cloud-native-continuous-integration-ci-explained",{"type":54,"componentName":54,"componentContent":60},{"header":41,"text":61,"config":62},"[Cloud native](https://about.gitlab.com/topics/cloud-native/) is a way to build and run applications that take advantage of the scalability of the cloud computing model. Cloud native computing uses modern cloud services, like container orchestration, serverless, and [multicloud](https://about.gitlab.com/topics/multicloud/) to name a few. Cloud native applications are built to run in the cloud.\n\n\n[CI](/topics/ci-cd/) is the practice of integrating code into a shared repository and building/testing each change automatically, several times per day. For teams using [pipeline as code](https://about.gitlab.com/topics/ci-cd/pipeline-as-code/), they can configure builds, tests, and deployment in code that is trackable and stored in the same shared repository as their source code.\n\n\nCloud native continuous integration is simply continuous integration that can supports cloud services often used in cloud native development.\n",{"id":63},"cloud-native-continuous-integration",{"type":54,"componentName":54,"componentContent":65},{"header":45,"text":66,"config":67},"Cloud native offers opportunities in terms of velocity and scale, but also [increases complexity](https://thenewstack.io/the-shifting-nature-of-ci-cd-in-the-age-of-cloud-native-computing/). Cloud native engineering teams need increased automation and stability, and CI/CD tools designed to support the complexity that comes from developing in a [microservices](https://about.gitlab.com/topics/microservices/) environment.\n\n\n For better cloud native development, teams should ensure their continuous integration solutions are optimized for the cloud services they commonly use:\n\n\n * Container orchestration tools, like [Kubernetes](https://about.gitlab.com/solutions/kubernetes/), allow developers to coordinate the way in which an application’s containers will function, including scaling and deployment. For teams using Kubernetes, their cloud native CI should have a robust Kubernetes integration to support adding and/or managing multiple clusters.\n\n * Seamless [continuous delivery](https://about.gitlab.com/solutions/continuous-integration/) (CD), in addition to continuous integration, is important for cloud native and microservices development. High-functioning deployment strategies, like [canary deployments](https://docs.gitlab.com/ee/user/project/canary_deployments.html), can help cloud native teams test new features with the same velocity they use to build them.\n\n* Cloud native applications are often architectured using microservices instead of a monolithic application structure, and rely on containers to package the application’s libraries and processes for deployment. A cloud native CI tool with [built-in container registry](https://docs.gitlab.com/ee/user/packages/container_registry/index.html) can help streamline this process.\n\nCloud native continuous integration is designed to support the cloud services and architectures cloud native teams use, and offers the automation teams need for speed and stability.\n",{"id":68},"what-a-cloud-native-ci-pipeline-needs",{"type":54,"componentName":54,"componentContent":70},{"header":49,"text":71,"config":72},"Cloud native continuous integration (CI) transforms the software development lifecycle by merging CI practices with a cloud-native approach, enhancing scalability and efficiency. This development process supports deployment processes through robust continuous integration tools, enabling software developers to maintain a stable production environment and deliver high-quality software.\n\nBy integrating cloud services such as container orchestration and serverless computing, development teams can accelerate their deployment cycles, improve the quality of software releases, and ensure efficient software delivery.\n\nThis seamless integration of CI with cloud-native practices fosters a more efficient and effective software development practice, ultimately leading to superior software quality and reliable production environments.\n",{"id":73},"conclusion",{"type":75,"componentName":75,"componentContent":76},"CommonFaq",{"header":77,"groups":78},"Frequently Asked Questions",[79],{"questions":80},[81,83,86,89,92],{"question":25,"answer":82},"Cloud native continuous integration (CI) is the practice of combining continuous integration processes, like automated building and testing of code, with cloud-native technologies such as Kubernetes, containers, and serverless computing. This allows development teams to scale faster, deploy more frequently, and build resilient cloud-native applications efficiently.",{"question":84,"answer":85},"How does cloud native CI differ from traditional CI?","Traditional CI often runs on fixed infrastructure, while cloud native CI is built to operate in dynamic, scalable cloud environments. It supports microservices, containerization, and orchestration tools like Kubernetes. This flexibility improves automation, reduces bottlenecks, and supports faster, more reliable deployments.",{"question":87,"answer":88},"Why is cloud native CI important for modern development teams?","Cloud native CI supports the velocity and complexity of modern software teams by offering scalability, automation, and built-in support for cloud services. It allows teams to test and integrate code quickly across distributed architectures, helping reduce release cycle times and improving software quality.",{"question":90,"answer":91},"What tools are used in cloud native CI pipelines?","Cloud native CI pipelines often include container orchestration tools like Kubernetes, CI/CD systems with pipeline-as-code support, built-in container registries, and integration with continuous delivery strategies like canary deployments. These tools enable teams to manage complexity and scale in cloud environments.",{"question":93,"answer":94},"What should a cloud native CI platform include?","A cloud native CI platform should support Kubernetes integration, pipeline automation, built-in container registry, and flexible deployment strategies. It must enable rapid builds, testing, and deployments across microservices and cloud-native architectures, ensuring consistent delivery in distributed environments.",{"type":96,"componentName":96,"componentContent":97},"CommonResourcesContainer",{"header":98,"tabs":99},"Related Resources",[100,132,146],{"name":101,"items":102,"config":131},"Blog posts",[103,114,123],{"header":104,"type":105,"image":106,"link":109},"How to use GitLab for Agile portfolio planning and project management","Blog post",{"altText":104,"config":107},{"src":108},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159580/Website/Topics/nvidia.jpg",{"text":110,"config":111},"Read more",{"href":112,"icon":113,"modal":29},"/blog/gitlab-for-agile-portfolio-planning-project-management/","Blog",{"header":115,"type":105,"image":116,"link":119},"How to create a CI/CD pipeline with Auto Deploy to Kubernetes using GitLab and Helm",{"altText":115,"config":117},{"src":118},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159935/Website/Topics/NIST.png",{"text":110,"config":120},{"href":121,"icon":122,"modal":29},"/blog/how-to-create-a-ci-cd-pipeline-with-auto-deploy-to-kubernetes-using-gitlab/","BlogAlt",{"header":124,"type":105,"image":125,"link":128},"How to use GitLab for Agile, CI/CD, GitOps, and more",{"altText":124,"config":126},{"src":127},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159940/Website/Topics/dedicated-blog-header.png",{"text":110,"config":129},{"href":130,"icon":113,"modal":29},"/blog/gitlab-for-cicd-agile-gitops-cloudnative/",{"key":101},{"name":133,"items":134,"config":145},"Docs",[135],{"header":136,"type":137,"image":138,"link":141},"Deploy software from GitLab CI/CD pipelines to Kubernetes","Doc",{"altText":136,"config":139},{"src":140},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749157556/Website/Topics/resources_1.jpg",{"text":142,"config":143},"Learn more",{"href":144,"icon":133,"modal":29},"https://docs.gitlab.com/ee/user/project/clusters/",{"key":133},{"name":147,"items":148,"config":159},"Whitepapers",[149],{"header":150,"type":151,"image":152,"link":155},"How to deploy on AWS from GitLab","Whitepaper",{"altText":150,"config":153},{"src":154},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159570/Website/Topics/vlabsdev_coverimage.jpg",{"text":156,"config":157},"Read More",{"href":158,"icon":147,"modal":29},"/blog/deploy-aws/",{"key":147},{"type":161,"componentName":161},"CommonNextSteps","yml",{},true,"/en-us/topics/ci-cd/cloud-native-continuous-integration",{"title":25,"ogTitle":25,"description":167,"ogDescription":167},"Cloud native development needs continuous integration that supports speed. See what separates cloud native CI from regular CI.","en-us/topics/ci-cd/cloud-native-continuous-integration/index","nS5KWJs7FCTR3uZaZkg0u3BeOx6kqOSZMdYS2avy0Rs",{"data":171},{"logo":172,"freeTrial":177,"sales":182,"login":187,"items":192,"search":497,"minimal":528,"duo":547,"pricingDeployment":557},{"config":173},{"href":174,"dataGaName":175,"dataGaLocation":176},"/","gitlab logo","header",{"text":178,"config":179},"Get free trial",{"href":180,"dataGaName":181,"dataGaLocation":176},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":183,"config":184},"Talk to sales",{"href":185,"dataGaName":186,"dataGaLocation":176},"/sales/","sales",{"text":188,"config":189},"Sign in",{"href":190,"dataGaName":191,"dataGaLocation":176},"https://gitlab.com/users/sign_in/","sign in",[193,219,313,318,418,478],{"text":194,"config":195,"cards":197},"Platform",{"dataNavLevelOne":196},"platform",[198,204,212],{"title":194,"description":199,"link":200},"The intelligent orchestration platform for DevSecOps",{"text":201,"config":202},"Explore our Platform",{"href":203,"dataGaName":196,"dataGaLocation":176},"/platform/",{"title":205,"description":206,"link":207},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":208,"config":209},"Meet GitLab Duo",{"href":210,"dataGaName":211,"dataGaLocation":176},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":213,"description":214,"link":215},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":142,"config":216},{"href":217,"dataGaName":218,"dataGaLocation":176},"/why-gitlab/","why gitlab",{"text":220,"left":164,"config":221,"link":223,"lists":227,"footer":295},"Product",{"dataNavLevelOne":222},"solutions",{"text":224,"config":225},"View all Solutions",{"href":226,"dataGaName":222,"dataGaLocation":176},"/solutions/",[228,251,274],{"title":229,"description":230,"link":231,"items":236},"Automation","CI/CD and automation to accelerate deployment",{"config":232},{"icon":233,"href":234,"dataGaName":235,"dataGaLocation":176},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[237,240,243,247],{"text":17,"config":238},{"href":239,"dataGaLocation":176,"dataGaName":17},"/solutions/continuous-integration/",{"text":205,"config":241},{"href":210,"dataGaLocation":176,"dataGaName":242},"gitlab duo agent platform - product menu",{"text":244,"config":245},"Source Code Management",{"href":246,"dataGaLocation":176,"dataGaName":244},"/solutions/source-code-management/",{"text":248,"config":249},"Automated Software Delivery",{"href":234,"dataGaLocation":176,"dataGaName":250},"Automated software delivery",{"title":252,"description":253,"link":254,"items":259},"Security","Deliver code faster without compromising security",{"config":255},{"href":256,"dataGaName":257,"dataGaLocation":176,"icon":258},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[260,264,269],{"text":261,"config":262},"Application Security Testing",{"href":256,"dataGaName":263,"dataGaLocation":176},"Application security testing",{"text":265,"config":266},"Software Supply Chain Security",{"href":267,"dataGaLocation":176,"dataGaName":268},"/solutions/supply-chain/","Software supply chain security",{"text":270,"config":271},"Software Compliance",{"href":272,"dataGaName":273,"dataGaLocation":176},"/solutions/software-compliance/","software compliance",{"title":275,"link":276,"items":281},"Measurement",{"config":277},{"icon":278,"href":279,"dataGaName":280,"dataGaLocation":176},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[282,286,290],{"text":283,"config":284},"Visibility & Measurement",{"href":279,"dataGaLocation":176,"dataGaName":285},"Visibility and Measurement",{"text":287,"config":288},"Value Stream Management",{"href":289,"dataGaLocation":176,"dataGaName":287},"/solutions/value-stream-management/",{"text":291,"config":292},"Analytics & Insights",{"href":293,"dataGaLocation":176,"dataGaName":294},"/solutions/analytics-and-insights/","Analytics and insights",{"title":296,"items":297},"GitLab for",[298,303,308],{"text":299,"config":300},"Enterprise",{"href":301,"dataGaLocation":176,"dataGaName":302},"/enterprise/","enterprise",{"text":304,"config":305},"Small Business",{"href":306,"dataGaLocation":176,"dataGaName":307},"/small-business/","small business",{"text":309,"config":310},"Public Sector",{"href":311,"dataGaLocation":176,"dataGaName":312},"/solutions/public-sector/","public sector",{"text":314,"config":315},"Pricing",{"href":316,"dataGaName":317,"dataGaLocation":176,"dataNavLevelOne":317},"/pricing/","pricing",{"text":319,"config":320,"link":322,"lists":326,"feature":405},"Resources",{"dataNavLevelOne":321},"resources",{"text":323,"config":324},"View all resources",{"href":325,"dataGaName":321,"dataGaLocation":176},"/resources/",[327,360,377],{"title":328,"items":329},"Getting started",[330,335,340,345,350,355],{"text":331,"config":332},"Install",{"href":333,"dataGaName":334,"dataGaLocation":176},"/install/","install",{"text":336,"config":337},"Quick start guides",{"href":338,"dataGaName":339,"dataGaLocation":176},"/get-started/","quick setup checklists",{"text":341,"config":342},"Learn",{"href":343,"dataGaLocation":176,"dataGaName":344},"https://university.gitlab.com/","learn",{"text":346,"config":347},"Product documentation",{"href":348,"dataGaName":349,"dataGaLocation":176},"https://docs.gitlab.com/","product documentation",{"text":351,"config":352},"Best practice videos",{"href":353,"dataGaName":354,"dataGaLocation":176},"/getting-started-videos/","best practice videos",{"text":356,"config":357},"Integrations",{"href":358,"dataGaName":359,"dataGaLocation":176},"/integrations/","integrations",{"title":361,"items":362},"Discover",[363,368,372],{"text":364,"config":365},"Customer success stories",{"href":366,"dataGaName":367,"dataGaLocation":176},"/customers/","customer success stories",{"text":113,"config":369},{"href":370,"dataGaName":371,"dataGaLocation":176},"/blog/","blog",{"text":373,"config":374},"Remote",{"href":375,"dataGaName":376,"dataGaLocation":176},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":378,"items":379},"Connect",[380,385,390,395,400],{"text":381,"config":382},"GitLab Services",{"href":383,"dataGaName":384,"dataGaLocation":176},"/services/","services",{"text":386,"config":387},"Community",{"href":388,"dataGaName":389,"dataGaLocation":176},"/community/","community",{"text":391,"config":392},"Forum",{"href":393,"dataGaName":394,"dataGaLocation":176},"https://forum.gitlab.com/","forum",{"text":396,"config":397},"Events",{"href":398,"dataGaName":399,"dataGaLocation":176},"/events/","events",{"text":401,"config":402},"Partners",{"href":403,"dataGaName":404,"dataGaLocation":176},"/partners/","partners",{"backgroundColor":406,"textColor":407,"text":408,"image":409,"link":413},"#2f2a6b","#fff","Insights for the future of software development",{"altText":410,"config":411},"the source promo card",{"src":412},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":414,"config":415},"Read the latest",{"href":416,"dataGaName":417,"dataGaLocation":176},"/the-source/","the source",{"text":419,"config":420,"lists":422},"Company",{"dataNavLevelOne":421},"company",[423],{"items":424},[425,430,436,438,443,448,453,458,463,468,473],{"text":426,"config":427},"About",{"href":428,"dataGaName":429,"dataGaLocation":176},"/company/","about",{"text":431,"config":432,"footerGa":435},"Jobs",{"href":433,"dataGaName":434,"dataGaLocation":176},"/jobs/","jobs",{"dataGaName":434},{"text":396,"config":437},{"href":398,"dataGaName":399,"dataGaLocation":176},{"text":439,"config":440},"Leadership",{"href":441,"dataGaName":442,"dataGaLocation":176},"/company/team/e-group/","leadership",{"text":444,"config":445},"Team",{"href":446,"dataGaName":447,"dataGaLocation":176},"/company/team/","team",{"text":449,"config":450},"Handbook",{"href":451,"dataGaName":452,"dataGaLocation":176},"https://handbook.gitlab.com/","handbook",{"text":454,"config":455},"Investor relations",{"href":456,"dataGaName":457,"dataGaLocation":176},"https://ir.gitlab.com/","investor relations",{"text":459,"config":460},"Trust Center",{"href":461,"dataGaName":462,"dataGaLocation":176},"/security/","trust center",{"text":464,"config":465},"AI Transparency Center",{"href":466,"dataGaName":467,"dataGaLocation":176},"/ai-transparency-center/","ai transparency center",{"text":469,"config":470},"Newsletter",{"href":471,"dataGaName":472,"dataGaLocation":176},"/company/contact/#contact-forms","newsletter",{"text":474,"config":475},"Press",{"href":476,"dataGaName":477,"dataGaLocation":176},"/press/","press",{"text":479,"config":480,"lists":481},"Contact us",{"dataNavLevelOne":421},[482],{"items":483},[484,487,492],{"text":183,"config":485},{"href":185,"dataGaName":486,"dataGaLocation":176},"talk to sales",{"text":488,"config":489},"Support portal",{"href":490,"dataGaName":491,"dataGaLocation":176},"https://support.gitlab.com","support portal",{"text":493,"config":494},"Customer portal",{"href":495,"dataGaName":496,"dataGaLocation":176},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":498,"login":499,"suggestions":506},"Close",{"text":500,"link":501},"To search repositories and projects, login to",{"text":502,"config":503},"gitlab.com",{"href":190,"dataGaName":504,"dataGaLocation":505},"search login","search",{"text":507,"default":508},"Suggestions",[509,511,515,517,521,525],{"text":205,"config":510},{"href":210,"dataGaName":205,"dataGaLocation":505},{"text":512,"config":513},"Code Suggestions (AI)",{"href":514,"dataGaName":512,"dataGaLocation":505},"/solutions/code-suggestions/",{"text":17,"config":516},{"href":239,"dataGaName":17,"dataGaLocation":505},{"text":518,"config":519},"GitLab on AWS",{"href":520,"dataGaName":518,"dataGaLocation":505},"/partners/technology-partners/aws/",{"text":522,"config":523},"GitLab on Google Cloud",{"href":524,"dataGaName":522,"dataGaLocation":505},"/partners/technology-partners/google-cloud-platform/",{"text":526,"config":527},"Why GitLab?",{"href":217,"dataGaName":526,"dataGaLocation":505},{"freeTrial":529,"mobileIcon":534,"desktopIcon":539,"secondaryButton":542},{"text":530,"config":531},"Start free trial",{"href":532,"dataGaName":181,"dataGaLocation":533},"https://gitlab.com/-/trials/new/","nav",{"altText":535,"config":536},"Gitlab Icon",{"src":537,"dataGaName":538,"dataGaLocation":533},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":535,"config":540},{"src":541,"dataGaName":538,"dataGaLocation":533},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":543,"config":544},"Get Started",{"href":545,"dataGaName":546,"dataGaLocation":533},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/compare/gitlab-vs-github/","get started",{"freeTrial":548,"mobileIcon":553,"desktopIcon":555},{"text":549,"config":550},"Learn more about GitLab Duo",{"href":551,"dataGaName":552,"dataGaLocation":533},"/gitlab-duo/","gitlab duo",{"altText":535,"config":554},{"src":537,"dataGaName":538,"dataGaLocation":533},{"altText":535,"config":556},{"src":541,"dataGaName":538,"dataGaLocation":533},{"freeTrial":558,"mobileIcon":563,"desktopIcon":565},{"text":559,"config":560},"Back to pricing",{"href":316,"dataGaName":561,"dataGaLocation":533,"icon":562},"back to pricing","GoBack",{"altText":535,"config":564},{"src":537,"dataGaName":538,"dataGaLocation":533},{"altText":535,"config":566},{"src":541,"dataGaName":538,"dataGaLocation":533},{"title":568,"button":569,"config":574},"See how agentic AI transforms software delivery",{"text":570,"config":571},"Watch GitLab Transcend now",{"href":572,"dataGaName":573,"dataGaLocation":176},"/events/transcend/virtual/","transcend event",{"layout":575,"icon":576},"release","AiStar",{"data":578},{"text":579,"source":580,"edit":586,"contribute":591,"config":596,"items":601,"minimal":806},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":581,"config":582},"View page source",{"href":583,"dataGaName":584,"dataGaLocation":585},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":587,"config":588},"Edit this page",{"href":589,"dataGaName":590,"dataGaLocation":585},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":592,"config":593},"Please contribute",{"href":594,"dataGaName":595,"dataGaLocation":585},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":597,"facebook":598,"youtube":599,"linkedin":600},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[602,649,701,745,772],{"title":314,"links":603,"subMenu":618},[604,608,613],{"text":605,"config":606},"View plans",{"href":316,"dataGaName":607,"dataGaLocation":585},"view plans",{"text":609,"config":610},"Why Premium?",{"href":611,"dataGaName":612,"dataGaLocation":585},"/pricing/premium/","why premium",{"text":614,"config":615},"Why Ultimate?",{"href":616,"dataGaName":617,"dataGaLocation":585},"/pricing/ultimate/","why ultimate",[619],{"title":620,"links":621},"Contact Us",[622,625,627,629,634,639,644],{"text":623,"config":624},"Contact sales",{"href":185,"dataGaName":186,"dataGaLocation":585},{"text":488,"config":626},{"href":490,"dataGaName":491,"dataGaLocation":585},{"text":493,"config":628},{"href":495,"dataGaName":496,"dataGaLocation":585},{"text":630,"config":631},"Status",{"href":632,"dataGaName":633,"dataGaLocation":585},"https://status.gitlab.com/","status",{"text":635,"config":636},"Terms of use",{"href":637,"dataGaName":638,"dataGaLocation":585},"/terms/","terms of use",{"text":640,"config":641},"Privacy statement",{"href":642,"dataGaName":643,"dataGaLocation":585},"/privacy/","privacy statement",{"text":645,"config":646},"Cookie preferences",{"dataGaName":647,"dataGaLocation":585,"id":648,"isOneTrustButton":164},"cookie preferences","ot-sdk-btn",{"title":220,"links":650,"subMenu":659},[651,655],{"text":652,"config":653},"DevSecOps platform",{"href":203,"dataGaName":654,"dataGaLocation":585},"devsecops platform",{"text":656,"config":657},"AI-Assisted Development",{"href":551,"dataGaName":658,"dataGaLocation":585},"ai-assisted development",[660],{"title":13,"links":661},[662,666,671,676,681,686,691,696],{"text":663,"config":664},"CICD",{"href":19,"dataGaName":665,"dataGaLocation":585},"cicd",{"text":667,"config":668},"GitOps",{"href":669,"dataGaName":670,"dataGaLocation":585},"/topics/gitops/","gitops",{"text":672,"config":673},"DevOps",{"href":674,"dataGaName":675,"dataGaLocation":585},"/topics/devops/","devops",{"text":677,"config":678},"Version Control",{"href":679,"dataGaName":680,"dataGaLocation":585},"/topics/version-control/","version control",{"text":682,"config":683},"DevSecOps",{"href":684,"dataGaName":685,"dataGaLocation":585},"/topics/devsecops/","devsecops",{"text":687,"config":688},"Cloud Native",{"href":689,"dataGaName":690,"dataGaLocation":585},"/topics/cloud-native/","cloud native",{"text":692,"config":693},"AI for Coding",{"href":694,"dataGaName":695,"dataGaLocation":585},"/topics/devops/ai-for-coding/","ai for coding",{"text":697,"config":698},"Agentic AI",{"href":699,"dataGaName":700,"dataGaLocation":585},"/topics/agentic-ai/","agentic ai",{"title":702,"links":703},"Solutions",[704,706,708,713,717,720,724,727,729,732,735,740],{"text":261,"config":705},{"href":256,"dataGaName":261,"dataGaLocation":585},{"text":250,"config":707},{"href":234,"dataGaName":235,"dataGaLocation":585},{"text":709,"config":710},"Agile development",{"href":711,"dataGaName":712,"dataGaLocation":585},"/solutions/agile-delivery/","agile delivery",{"text":714,"config":715},"SCM",{"href":246,"dataGaName":716,"dataGaLocation":585},"source code management",{"text":663,"config":718},{"href":239,"dataGaName":719,"dataGaLocation":585},"continuous integration & delivery",{"text":721,"config":722},"Value stream management",{"href":289,"dataGaName":723,"dataGaLocation":585},"value stream management",{"text":667,"config":725},{"href":726,"dataGaName":670,"dataGaLocation":585},"/solutions/gitops/",{"text":299,"config":728},{"href":301,"dataGaName":302,"dataGaLocation":585},{"text":730,"config":731},"Small business",{"href":306,"dataGaName":307,"dataGaLocation":585},{"text":733,"config":734},"Public sector",{"href":311,"dataGaName":312,"dataGaLocation":585},{"text":736,"config":737},"Education",{"href":738,"dataGaName":739,"dataGaLocation":585},"/solutions/education/","education",{"text":741,"config":742},"Financial services",{"href":743,"dataGaName":744,"dataGaLocation":585},"/solutions/finance/","financial services",{"title":319,"links":746},[747,749,751,753,756,758,760,762,764,766,768,770],{"text":331,"config":748},{"href":333,"dataGaName":334,"dataGaLocation":585},{"text":336,"config":750},{"href":338,"dataGaName":339,"dataGaLocation":585},{"text":341,"config":752},{"href":343,"dataGaName":344,"dataGaLocation":585},{"text":346,"config":754},{"href":348,"dataGaName":755,"dataGaLocation":585},"docs",{"text":113,"config":757},{"href":370,"dataGaName":371,"dataGaLocation":585},{"text":364,"config":759},{"href":366,"dataGaName":367,"dataGaLocation":585},{"text":373,"config":761},{"href":375,"dataGaName":376,"dataGaLocation":585},{"text":381,"config":763},{"href":383,"dataGaName":384,"dataGaLocation":585},{"text":386,"config":765},{"href":388,"dataGaName":389,"dataGaLocation":585},{"text":391,"config":767},{"href":393,"dataGaName":394,"dataGaLocation":585},{"text":396,"config":769},{"href":398,"dataGaName":399,"dataGaLocation":585},{"text":401,"config":771},{"href":403,"dataGaName":404,"dataGaLocation":585},{"title":419,"links":773},[774,776,778,780,782,784,786,790,795,797,799,801],{"text":426,"config":775},{"href":428,"dataGaName":421,"dataGaLocation":585},{"text":431,"config":777},{"href":433,"dataGaName":434,"dataGaLocation":585},{"text":439,"config":779},{"href":441,"dataGaName":442,"dataGaLocation":585},{"text":444,"config":781},{"href":446,"dataGaName":447,"dataGaLocation":585},{"text":449,"config":783},{"href":451,"dataGaName":452,"dataGaLocation":585},{"text":454,"config":785},{"href":456,"dataGaName":457,"dataGaLocation":585},{"text":787,"config":788},"Sustainability",{"href":789,"dataGaName":787,"dataGaLocation":585},"/sustainability/",{"text":791,"config":792},"Diversity, inclusion and belonging (DIB)",{"href":793,"dataGaName":794,"dataGaLocation":585},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":459,"config":796},{"href":461,"dataGaName":462,"dataGaLocation":585},{"text":469,"config":798},{"href":471,"dataGaName":472,"dataGaLocation":585},{"text":474,"config":800},{"href":476,"dataGaName":477,"dataGaLocation":585},{"text":802,"config":803},"Modern Slavery Transparency Statement",{"href":804,"dataGaName":805,"dataGaLocation":585},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":807},[808,811,814],{"text":809,"config":810},"Terms",{"href":637,"dataGaName":638,"dataGaLocation":585},{"text":812,"config":813},"Cookies",{"dataGaName":647,"dataGaLocation":585,"id":648,"isOneTrustButton":164},{"text":815,"config":816},"Privacy",{"href":642,"dataGaName":643,"dataGaLocation":585},{"header":818,"blurb":819,"button":820,"secondaryButton":825},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":821,"config":822},"Get your free trial",{"href":823,"dataGaName":181,"dataGaLocation":824},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":623,"config":826},{"href":185,"dataGaName":186,"dataGaLocation":824},1772652095102]