[{"data":1,"prerenderedAt":989},["ShallowReactive",2],{"/blog/how-to-agentless-gitops-vars":3,"navigation-en-us":204,"banner-en-us":632,"footer-en-us":642,"blog-post-authors-en-us-Cesar Saavedra":884,"blog-related-posts-en-us-how-to-agentless-gitops-vars":899,"blog-promotions-en-us":925,"next-steps-en-us":979},{"id":4,"title":5,"authors":6,"body":8,"category":182,"date":183,"description":184,"extension":185,"externalUrl":186,"faq":186,"featured":187,"heroImage":188,"meta":189,"navigation":190,"path":191,"seo":192,"slug":197,"stem":198,"tags":199,"template":202,"updatedDate":186,"__hash__":203},"blogPosts/en-us/blog/how-to-agentless-gitops-vars.md","How to use a push-based approach for GitOps with GitLab scripting and variables",[7],"Cesar Saavedra",{"type":9,"value":10,"toc":173},"minimark",[11,26,31,34,38,41,44,52,55,62,65,72,75,79,82,89,92,99,120,124,127,141,145],[12,13,14,15,20,21,25],"p",{},"In ",[16,17,19],"a",{"href":18},"/blog/how-to-use-agent-based-gitops/","part one"," of our GitOps series, we described how to use a pull-based (or agent-based) approach. In this second blog post, we'll dig deep into how to use a push-based approach. The agentless approach may be preferable for situations with non-Kubernetes infrastructure components or when you don't want to install, run, and maintain agents in each infrastructure component for ",[16,22,24],{"href":23},"/topics/gitops/","GitOps",". In this post, we will discuss how the scripting capabilities of GitLab can be used in GitOps workflows, and how to use predefined GitLab variables to shape infrastructure components.",[27,28,30],"h2",{"id":29},"about-a-push-based-or-agentless-approach","About a push-based or agentless approach",[12,32,33],{},"With the agentless approach, infrastructure expressed and managed as code on GitLab, and updates and drift detection are automated and handled by GitLab without having to install any agents on infrastructure components.",[27,35,37],{"id":36},"how-to-use-scripting-in-your-pipelines-to-shape-infrastructure","How to use scripting in your pipelines to shape infrastructure",[12,39,40],{},"GitLab allows automation using scripting. Whether you're using Docker, Helm, Ansible, or even direct SSH commands, you can use the scripting capabilities of GitLab to create, shape, and modify infrastructure.",[12,42,43],{},"In the example below, the pipeline determines the shape of the infrastructure the application runs on by specifying a Docker image as well as running Docker commands to build and push an application to the GitLab built-in container registry.",[12,45,46,51],{},[47,48],"img",{"alt":49,"src":50},"Using Docker in your pipeline to shape infrastructure","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398501/blog/Content%20Images/how-to-agentless-gitops-vars/0-docker-use-in-pipeline.png","\nHow to use Docker in your pipeline to shape infrastructure.",[12,53,54],{},"The infrastructure is shaped again at a later stage in the pipeline, but this time by using kubectl and Helm commands:",[12,56,57,61],{},[47,58],{"alt":59,"src":60},"Using kubectl in your pipeline to shape infrastructure","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398502/blog/Content%20Images/how-to-agentless-gitops-vars/1-helm-use-in-pipeline.png","\nHow to use kubectl in your pipeline to shape infrastructure.",[12,63,64],{},"Depending on the type of infrastructure, other technologies can be used to shape the infrastructure. In the next example, Ansible is used to run a playbook that sets up the infrastructure for an entire lab environment:",[12,66,67,71],{},[47,68],{"alt":69,"src":70},"Using Ansible in your pipeline to shape infrastructure","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398502/blog/Content%20Images/how-to-agentless-gitops-vars/2-ansible-use-in-pipeline.png","\nHow to use Ansible in your pipeline to shape infrastructure.",[12,73,74],{},"The scripting capabilities of GitLab pipelines combined with GitLab's CI/CD capabilities allow users to create GitOps flows to manage Infrastructure as Code (IaC), which delivers more resilient infrastructure and less risk of unscheduled downtime.",[27,76,78],{"id":77},"how-to-use-auto-devops-to-modify-infrastructure-using-variables","How to use Auto DevOps to modify infrastructure using variables",[12,80,81],{},"GitLab also allows users to shape infrastructure by using project or group variables. The number of production pods in a Kubernetes cluster is updated to four in the example below:",[12,83,84,88],{},[47,85],{"alt":86,"src":87},"Using variables to shape infrastructure","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398502/blog/Content%20Images/how-to-agentless-gitops-vars/3-ado-modify-infra-via-vars.png","\nHow to use variables to shape infrastructure.",[12,90,91],{},"The number of the production pods are changed to four on the next execution of the pipeline:",[12,93,94,98],{},[47,95],{"alt":96,"src":97},"Production pods increased via a variable update","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398503/blog/Content%20Images/how-to-agentless-gitops-vars/4-ado-modified-infra-via-vars.png","\nProduction pods changed using a variable update.",[12,100,101,102,107,108,113,114,119],{},"There are many GitLab ",[16,103,106],{"href":104,"rel":105},"https://docs.gitlab.com/topics/autodevops/customize/#build-and-deployment",[],"build and deployment variables"," that can modify infrastructure. ",[16,109,112],{"href":110,"rel":111},"https://www.postgresql.org/",[],"PostgreSQL"," is provisioned as a component in infrastructure by default in GitLab to support applications that require a database and also provides ",[16,115,118],{"href":116,"rel":117},"https://docs.gitlab.com/topics/autodevops/customize/#database",[],"these variables"," to customize it.",[27,121,123],{"id":122},"how-gitlab-capabilities-help-agentless-infrastructure","How GitLab capabilities help agentless infrastructure",[12,125,126],{},"The scripting capabilities of GitLab are a convenient way to shape infrastructure components in GitOps workflows using a push-based approach. This method allows for the easy integration of IaC tools in your GitOps pipelines. If you are doing IaC and GitOps for non-Kubernetes infrastructure components, this is the best approach. GitLab also provides out-of-the-box variables, so users can impact selected infrastructure components. In the final part of this GitOps series, we will discuss an agentless approach using our integration to Terraform as well as examples of GitOps flows for AWS ECS and EC2.",[12,128,129,130,135,136],{},"Cover image by ",[16,131,134],{"href":132,"rel":133},"https://unsplash.com/@rodlong?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText",[],"Rod Long"," on ",[16,137,140],{"href":138,"rel":139},"https://unsplash.com/s/photos/machu-picchu?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText",[],"Unsplash",[27,142,144],{"id":143},"read-more-on-gitops-with-gitlab","Read more on GitOps with GitLab:",[146,147,148,155,161,167],"ul",{},[149,150,151],"li",{},[16,152,154],{"href":153},"/blog/gitops-with-gitlab-infrastructure-provisioning/","GitOps with GitLab: Infrastructure provisioning with GitLab and Terraform",[149,156,157],{},[16,158,160],{"href":159},"/blog/gitops-with-gitlab/","Here's how to do GitOps with GitLab",[149,162,163],{},[16,164,166],{"href":165},"/blog/gitops-as-the-evolution-of-operations/","GitOps viewed as part of the Ops evolution",[149,168,169],{},[16,170,172],{"href":171},"/blog/gitops-with-gitlab-connecting-the-cluster/","GitOps with GitLab: Connect with a Kubernetes cluster",{"title":174,"searchDepth":175,"depth":175,"links":176},"",2,[177,178,179,180,181],{"id":29,"depth":175,"text":30},{"id":36,"depth":175,"text":37},{"id":77,"depth":175,"text":78},{"id":122,"depth":175,"text":123},{"id":143,"depth":175,"text":144},"engineering","2021-07-23","Learn how GitLab supports agentless approach for GitOps with scripting and variables.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682051/Blog/Hero%20Images/agentless-gitops-vars-cover-880x587.jpg",{},true,"/en-us/blog/how-to-agentless-gitops-vars",{"title":193,"description":184,"ogTitle":193,"ogDescription":184,"noIndex":187,"ogImage":188,"ogUrl":194,"ogSiteName":195,"ogType":196,"canonicalUrls":194},"Using push-based GitOps with GitLab scripts and variables","https://about.gitlab.com/blog/how-to-agentless-gitops-vars","https://about.gitlab.com","article","how-to-agentless-gitops-vars","en-us/blog/how-to-agentless-gitops-vars",[24,200,201],"DevOps","demo","BlogPost","zjmoxVePeJbWoTNrr_ZHXK09gNHqrTLTB5J42fb1Nbo",{"logo":205,"freeTrial":210,"sales":215,"login":220,"items":225,"search":552,"minimal":583,"duo":602,"switchNav":611,"pricingDeployment":622},{"config":206},{"href":207,"dataGaName":208,"dataGaLocation":209},"/","gitlab logo","header",{"text":211,"config":212},"Get free trial",{"href":213,"dataGaName":214,"dataGaLocation":209},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":216,"config":217},"Request a demo",{"href":218,"dataGaName":219,"dataGaLocation":209},"/sales/?contact-topic=request-demo","sales",{"text":221,"config":222},"Sign in",{"href":223,"dataGaName":224,"dataGaLocation":209},"https://gitlab.com/users/sign_in/","sign in",[226,255,355,360,474,530],{"text":227,"config":228,"menu":230},"Platform",{"dataNavLevelOne":229},"platform",{"type":231,"columns":232},"cards",[233,239,247],{"title":227,"description":234,"link":235},"The intelligent orchestration platform for DevSecOps",{"text":236,"config":237},"Explore our Platform",{"href":238,"dataGaName":229,"dataGaLocation":209},"/platform/",{"title":240,"description":241,"link":242},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":243,"config":244},"Meet GitLab Duo",{"href":245,"dataGaName":246,"dataGaLocation":209},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":248,"description":249,"link":250},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":251,"config":252},"Learn more",{"href":253,"dataGaName":254,"dataGaLocation":209},"/why-gitlab/","why gitlab",{"text":256,"left":190,"config":257,"menu":259},"Product",{"dataNavLevelOne":258},"solutions",{"type":260,"link":261,"columns":265,"feature":334},"lists",{"text":262,"config":263},"View all Solutions",{"href":264,"dataGaName":258,"dataGaLocation":209},"/solutions/",[266,290,313],{"title":267,"description":268,"link":269,"items":274},"Automation","CI/CD and automation to accelerate deployment",{"config":270},{"icon":271,"href":272,"dataGaName":273,"dataGaLocation":209},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[275,279,282,286],{"text":276,"config":277},"CI/CD",{"href":278,"dataGaLocation":209,"dataGaName":276},"/solutions/continuous-integration/",{"text":240,"config":280},{"href":245,"dataGaLocation":209,"dataGaName":281},"gitlab duo agent platform - product menu",{"text":283,"config":284},"Source Code Management",{"href":285,"dataGaLocation":209,"dataGaName":283},"/solutions/source-code-management/",{"text":287,"config":288},"Automated Software Delivery",{"href":272,"dataGaLocation":209,"dataGaName":289},"Automated software delivery",{"title":291,"description":292,"link":293,"items":298},"Security","Deliver code faster without compromising security",{"config":294},{"href":295,"dataGaName":296,"dataGaLocation":209,"icon":297},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[299,303,308],{"text":300,"config":301},"Application Security Testing",{"href":295,"dataGaName":302,"dataGaLocation":209},"Application security testing",{"text":304,"config":305},"Software Supply Chain Security",{"href":306,"dataGaLocation":209,"dataGaName":307},"/solutions/supply-chain/","Software supply chain security",{"text":309,"config":310},"Software Compliance",{"href":311,"dataGaName":312,"dataGaLocation":209},"/solutions/software-compliance/","software compliance",{"title":314,"link":315,"items":320},"Measurement",{"config":316},{"icon":317,"href":318,"dataGaName":319,"dataGaLocation":209},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[321,325,329],{"text":322,"config":323},"Visibility & Measurement",{"href":318,"dataGaLocation":209,"dataGaName":324},"Visibility and Measurement",{"text":326,"config":327},"Value Stream Management",{"href":328,"dataGaLocation":209,"dataGaName":326},"/solutions/value-stream-management/",{"text":330,"config":331},"Analytics & Insights",{"href":332,"dataGaLocation":209,"dataGaName":333},"/solutions/analytics-and-insights/","Analytics and insights",{"title":335,"type":260,"items":336},"GitLab for",[337,343,349],{"text":338,"config":339},"Enterprise",{"icon":340,"href":341,"dataGaLocation":209,"dataGaName":342},"Building","/enterprise/","enterprise",{"text":344,"config":345},"Small Business",{"icon":346,"href":347,"dataGaLocation":209,"dataGaName":348},"Work","/small-business/","small business",{"text":350,"config":351},"Public Sector",{"icon":352,"href":353,"dataGaLocation":209,"dataGaName":354},"Organization","/solutions/public-sector/","public sector",{"text":356,"config":357},"Pricing",{"href":358,"dataGaName":359,"dataGaLocation":209,"dataNavLevelOne":359},"/pricing/","pricing",{"text":361,"config":362,"menu":364},"Resources",{"dataNavLevelOne":363},"resources",{"type":260,"link":365,"columns":369,"feature":463},{"text":366,"config":367},"View all resources",{"href":368,"dataGaName":363,"dataGaLocation":209},"/resources/",[370,403,430],{"title":371,"items":372},"Getting started",[373,378,383,388,393,398],{"text":374,"config":375},"Install",{"href":376,"dataGaName":377,"dataGaLocation":209},"/install/","install",{"text":379,"config":380},"Quick start guides",{"href":381,"dataGaName":382,"dataGaLocation":209},"/get-started/","quick setup checklists",{"text":384,"config":385},"Learn",{"href":386,"dataGaLocation":209,"dataGaName":387},"https://university.gitlab.com/","learn",{"text":389,"config":390},"Product documentation",{"href":391,"dataGaName":392,"dataGaLocation":209},"https://docs.gitlab.com/","product documentation",{"text":394,"config":395},"Best practice videos",{"href":396,"dataGaName":397,"dataGaLocation":209},"/getting-started-videos/","best practice videos",{"text":399,"config":400},"Integrations",{"href":401,"dataGaName":402,"dataGaLocation":209},"/integrations/","integrations",{"title":404,"items":405},"Discover",[406,411,416,421,425],{"text":407,"config":408},"Customer success stories",{"href":409,"dataGaName":410,"dataGaLocation":209},"/customers/","customer success stories",{"text":412,"config":413},"Blog",{"href":414,"dataGaName":415,"dataGaLocation":209},"/blog/","blog",{"text":417,"config":418},"Demo Hub",{"href":419,"dataGaName":420,"dataGaLocation":209},"/demo-hub/","demo hub",{"text":422,"config":423},"The Source",{"href":424,"dataGaName":415,"dataGaLocation":209},"/the-source/",{"text":426,"config":427},"Remote",{"href":428,"dataGaName":429,"dataGaLocation":209},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":431,"items":432},"Connect",[433,438,443,448,453,458],{"text":434,"config":435},"GitLab Services",{"href":436,"dataGaName":437,"dataGaLocation":209},"/services/","services",{"text":439,"config":440},"Contribute",{"href":441,"dataGaName":442,"dataGaLocation":209},"https://contributors.gitlab.com","contribute",{"text":444,"config":445},"Community",{"href":446,"dataGaName":447,"dataGaLocation":209},"/community/","community",{"text":449,"config":450},"Forum",{"href":451,"dataGaName":452,"dataGaLocation":209},"https://forum.gitlab.com/","forum",{"text":454,"config":455},"Events",{"href":456,"dataGaName":457,"dataGaLocation":209},"/events/","events",{"text":459,"config":460},"Partners",{"href":461,"dataGaName":462,"dataGaLocation":209},"/partners/","partners",{"config":464,"title":467,"text":468,"link":469},{"background":465,"textColor":466},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","What’s new in GitLab","Stay updated with our latest features and improvements.",{"text":470,"config":471},"Read the latest",{"href":472,"dataGaName":473,"dataGaLocation":209},"/whats-new/","whats new",{"text":475,"config":476,"menu":478},"Company",{"dataNavLevelOne":477},"company",{"type":260,"columns":479},[480],{"items":481},[482,487,493,495,500,505,510,515,520,525],{"text":483,"config":484},"About",{"href":485,"dataGaName":486,"dataGaLocation":209},"/company/","about",{"text":488,"config":489,"footerGa":492},"Jobs",{"href":490,"dataGaName":491,"dataGaLocation":209},"/jobs/","jobs",{"dataGaName":491},{"text":454,"config":494},{"href":456,"dataGaName":457,"dataGaLocation":209},{"text":496,"config":497},"Leadership",{"href":498,"dataGaName":499,"dataGaLocation":209},"/company/team/e-group/","leadership",{"text":501,"config":502},"Handbook",{"href":503,"dataGaName":504,"dataGaLocation":209},"https://handbook.gitlab.com/","handbook",{"text":506,"config":507},"Investor relations",{"href":508,"dataGaName":509,"dataGaLocation":209},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":511,"config":512},"Trust Center",{"href":513,"dataGaName":514,"dataGaLocation":209},"/security/","trust center",{"text":516,"config":517},"AI Transparency Center",{"href":518,"dataGaName":519,"dataGaLocation":209},"/ai-transparency-center/","ai transparency center",{"text":521,"config":522},"Newsletter",{"href":523,"dataGaName":524,"dataGaLocation":209},"/company/contact/#contact-forms","newsletter",{"text":526,"config":527},"Press",{"href":528,"dataGaName":529,"dataGaLocation":209},"/press/","press",{"text":531,"config":532,"menu":533},"Contact us",{"dataNavLevelOne":477},{"type":260,"columns":534},[535],{"items":536},[537,542,547],{"text":538,"config":539},"Talk to sales",{"href":540,"dataGaName":541,"dataGaLocation":209},"/sales/","talk to sales",{"text":543,"config":544},"Support portal",{"href":545,"dataGaName":546,"dataGaLocation":209},"https://support.gitlab.com/hc/en-us","support portal",{"text":548,"config":549},"Customer portal",{"href":550,"dataGaName":551,"dataGaLocation":209},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":553,"login":554,"suggestions":561},"Close",{"text":555,"link":556},"To search repositories and projects, login to",{"text":557,"config":558},"gitlab.com",{"href":223,"dataGaName":559,"dataGaLocation":560},"search login","search",{"text":562,"default":563},"Suggestions",[564,566,570,572,576,580],{"text":240,"config":565},{"href":245,"dataGaName":240,"dataGaLocation":560},{"text":567,"config":568},"Code Suggestions (AI)",{"href":569,"dataGaName":567,"dataGaLocation":560},"/solutions/code-suggestions/",{"text":276,"config":571},{"href":278,"dataGaName":276,"dataGaLocation":560},{"text":573,"config":574},"GitLab on AWS",{"href":575,"dataGaName":573,"dataGaLocation":560},"/partners/technology-partners/aws/",{"text":577,"config":578},"GitLab on Google Cloud",{"href":579,"dataGaName":577,"dataGaLocation":560},"/partners/technology-partners/google-cloud-platform/",{"text":581,"config":582},"Why GitLab?",{"href":253,"dataGaName":581,"dataGaLocation":560},{"freeTrial":584,"mobileIcon":589,"desktopIcon":594,"secondaryButton":597},{"text":585,"config":586},"Start free trial",{"href":587,"dataGaName":214,"dataGaLocation":588},"https://gitlab.com/-/trials/new/","nav",{"altText":590,"config":591},"Gitlab Icon",{"src":592,"dataGaName":593,"dataGaLocation":588},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":590,"config":595},{"src":596,"dataGaName":593,"dataGaLocation":588},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":598,"config":599},"Get Started",{"href":600,"dataGaName":601,"dataGaLocation":588},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":603,"mobileIcon":607,"desktopIcon":609},{"text":604,"config":605},"Learn more about GitLab Duo",{"href":245,"dataGaName":606,"dataGaLocation":588},"gitlab duo",{"altText":590,"config":608},{"src":592,"dataGaName":593,"dataGaLocation":588},{"altText":590,"config":610},{"src":596,"dataGaName":593,"dataGaLocation":588},{"button":612,"mobileIcon":617,"desktopIcon":619},{"text":613,"config":614},"/switch",{"href":615,"dataGaName":616,"dataGaLocation":588},"#contact","switch",{"altText":590,"config":618},{"src":592,"dataGaName":593,"dataGaLocation":588},{"altText":590,"config":620},{"src":621,"dataGaName":593,"dataGaLocation":588},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":623,"mobileIcon":628,"desktopIcon":630},{"text":624,"config":625},"Back to pricing",{"href":358,"dataGaName":626,"dataGaLocation":588,"icon":627},"back to pricing","GoBack",{"altText":590,"config":629},{"src":592,"dataGaName":593,"dataGaLocation":588},{"altText":590,"config":631},{"src":596,"dataGaName":593,"dataGaLocation":588},{"title":633,"titleMobile":634,"button":635,"config":640},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":251,"config":636},{"href":637,"dataGaName":638,"dataGaLocation":639},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":641,"disabled":187},"release",{"data":643},{"text":644,"source":645,"edit":651,"contribute":656,"config":661,"items":666,"minimal":873},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":646,"config":647},"View page source",{"href":648,"dataGaName":649,"dataGaLocation":650},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":652,"config":653},"Edit this page",{"href":654,"dataGaName":655,"dataGaLocation":650},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":657,"config":658},"Please contribute",{"href":659,"dataGaName":660,"dataGaLocation":650},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":662,"facebook":663,"youtube":664,"linkedin":665},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[667,714,765,809,841],{"title":356,"links":668,"subMenu":683},[669,673,678],{"text":670,"config":671},"View plans",{"href":358,"dataGaName":672,"dataGaLocation":650},"view plans",{"text":674,"config":675},"Why Premium?",{"href":676,"dataGaName":677,"dataGaLocation":650},"/pricing/premium/","why premium",{"text":679,"config":680},"Why Ultimate?",{"href":681,"dataGaName":682,"dataGaLocation":650},"/pricing/ultimate/","why ultimate",[684],{"title":685,"links":686},"Contact Us",[687,690,692,694,699,704,709],{"text":688,"config":689},"Contact sales",{"href":540,"dataGaName":219,"dataGaLocation":650},{"text":543,"config":691},{"href":545,"dataGaName":546,"dataGaLocation":650},{"text":548,"config":693},{"href":550,"dataGaName":551,"dataGaLocation":650},{"text":695,"config":696},"Status",{"href":697,"dataGaName":698,"dataGaLocation":650},"https://status.gitlab.com/","status",{"text":700,"config":701},"Terms of use",{"href":702,"dataGaName":703,"dataGaLocation":650},"/terms/","terms of use",{"text":705,"config":706},"Privacy statement",{"href":707,"dataGaName":708,"dataGaLocation":650},"/privacy/","privacy statement",{"text":710,"config":711},"Cookie preferences",{"dataGaName":712,"dataGaLocation":650,"id":713,"isOneTrustButton":190},"cookie preferences","ot-sdk-btn",{"title":256,"links":715,"subMenu":724},[716,720],{"text":717,"config":718},"DevSecOps platform",{"href":238,"dataGaName":719,"dataGaLocation":650},"devsecops platform",{"text":721,"config":722},"AI-Assisted Development",{"href":245,"dataGaName":723,"dataGaLocation":650},"ai-assisted development",[725],{"title":726,"links":727},"Topics",[728,733,736,740,745,750,755,760],{"text":729,"config":730},"CICD",{"href":731,"dataGaName":732,"dataGaLocation":650},"/topics/ci-cd/","cicd",{"text":24,"config":734},{"href":23,"dataGaName":735,"dataGaLocation":650},"gitops",{"text":200,"config":737},{"href":738,"dataGaName":739,"dataGaLocation":650},"/topics/devops/","devops",{"text":741,"config":742},"Version Control",{"href":743,"dataGaName":744,"dataGaLocation":650},"/topics/version-control/","version control",{"text":746,"config":747},"DevSecOps",{"href":748,"dataGaName":749,"dataGaLocation":650},"/topics/devsecops/","devsecops",{"text":751,"config":752},"Cloud Native",{"href":753,"dataGaName":754,"dataGaLocation":650},"/topics/cloud-native/","cloud native",{"text":756,"config":757},"AI for Coding",{"href":758,"dataGaName":759,"dataGaLocation":650},"/topics/devops/ai-for-coding/","ai for coding",{"text":761,"config":762},"Agentic AI",{"href":763,"dataGaName":764,"dataGaLocation":650},"/topics/agentic-ai/","agentic ai",{"title":766,"links":767},"Solutions",[768,770,772,777,781,784,788,791,793,796,799,804],{"text":300,"config":769},{"href":295,"dataGaName":300,"dataGaLocation":650},{"text":289,"config":771},{"href":272,"dataGaName":273,"dataGaLocation":650},{"text":773,"config":774},"Agile development",{"href":775,"dataGaName":776,"dataGaLocation":650},"/solutions/agile-delivery/","agile delivery",{"text":778,"config":779},"SCM",{"href":285,"dataGaName":780,"dataGaLocation":650},"source code management",{"text":729,"config":782},{"href":278,"dataGaName":783,"dataGaLocation":650},"continuous integration & delivery",{"text":785,"config":786},"Value stream management",{"href":328,"dataGaName":787,"dataGaLocation":650},"value stream management",{"text":24,"config":789},{"href":790,"dataGaName":735,"dataGaLocation":650},"/solutions/gitops/",{"text":338,"config":792},{"href":341,"dataGaName":342,"dataGaLocation":650},{"text":794,"config":795},"Small business",{"href":347,"dataGaName":348,"dataGaLocation":650},{"text":797,"config":798},"Public sector",{"href":353,"dataGaName":354,"dataGaLocation":650},{"text":800,"config":801},"Education",{"href":802,"dataGaName":803,"dataGaLocation":650},"/solutions/education/","education",{"text":805,"config":806},"Financial services",{"href":807,"dataGaName":808,"dataGaLocation":650},"/solutions/finance/","financial services",{"title":361,"links":810},[811,813,815,817,820,822,825,827,829,831,833,835,837,839],{"text":374,"config":812},{"href":376,"dataGaName":377,"dataGaLocation":650},{"text":379,"config":814},{"href":381,"dataGaName":382,"dataGaLocation":650},{"text":384,"config":816},{"href":386,"dataGaName":387,"dataGaLocation":650},{"text":389,"config":818},{"href":391,"dataGaName":819,"dataGaLocation":650},"docs",{"text":412,"config":821},{"href":414,"dataGaName":415,"dataGaLocation":650},{"text":823,"config":824},"What's new",{"href":472,"dataGaName":473,"dataGaLocation":650},{"text":407,"config":826},{"href":409,"dataGaName":410,"dataGaLocation":650},{"text":426,"config":828},{"href":428,"dataGaName":429,"dataGaLocation":650},{"text":434,"config":830},{"href":436,"dataGaName":437,"dataGaLocation":650},{"text":439,"config":832},{"href":441,"dataGaName":442,"dataGaLocation":650},{"text":444,"config":834},{"href":446,"dataGaName":447,"dataGaLocation":650},{"text":449,"config":836},{"href":451,"dataGaName":452,"dataGaLocation":650},{"text":454,"config":838},{"href":456,"dataGaName":457,"dataGaLocation":650},{"text":459,"config":840},{"href":461,"dataGaName":462,"dataGaLocation":650},{"title":475,"links":842},[843,845,847,849,851,853,857,862,864,866,868],{"text":483,"config":844},{"href":485,"dataGaName":477,"dataGaLocation":650},{"text":488,"config":846},{"href":490,"dataGaName":491,"dataGaLocation":650},{"text":496,"config":848},{"href":498,"dataGaName":499,"dataGaLocation":650},{"text":501,"config":850},{"href":503,"dataGaName":504,"dataGaLocation":650},{"text":506,"config":852},{"href":508,"dataGaName":509,"dataGaLocation":650},{"text":854,"config":855},"Sustainability",{"href":856,"dataGaName":854,"dataGaLocation":650},"/sustainability/",{"text":858,"config":859},"Diversity, inclusion and belonging (DIB)",{"href":860,"dataGaName":861,"dataGaLocation":650},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":511,"config":863},{"href":513,"dataGaName":514,"dataGaLocation":650},{"text":521,"config":865},{"href":523,"dataGaName":524,"dataGaLocation":650},{"text":526,"config":867},{"href":528,"dataGaName":529,"dataGaLocation":650},{"text":869,"config":870},"Modern Slavery Transparency Statement",{"href":871,"dataGaName":872,"dataGaLocation":650},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":874},[875,878,881],{"text":876,"config":877},"Terms",{"href":702,"dataGaName":703,"dataGaLocation":650},{"text":879,"config":880},"Cookies",{"dataGaName":712,"dataGaLocation":650,"id":713,"isOneTrustButton":190},{"text":882,"config":883},"Privacy",{"href":707,"dataGaName":708,"dataGaLocation":650},[885],{"id":886,"title":7,"body":186,"config":887,"content":889,"description":186,"extension":893,"meta":894,"navigation":190,"path":895,"seo":896,"stem":897,"__hash__":898},"blogAuthors/en-us/blog/authors/cesar-saavedra.yml",{"template":888},"BlogAuthor",{"name":7,"config":890},{"headshot":891,"ctfId":892},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659600/Blog/Author%20Headshots/csaavedra1-headshot.jpg","csaavedra1","yml",{},"/en-us/blog/authors/cesar-saavedra",{},"en-us/blog/authors/cesar-saavedra","SMqRf-z0W5m5GROz_dXGjmuIb3YaOwm_n_RfeK16GcA",[900,909,917],{"title":901,"description":902,"heroImage":903,"category":182,"date":904,"authors":905,"slug":908,"externalUrl":186},"Confidential AI for GitLab Self-Hosted","Give developers AI coding agents in GitLab Duo without source code leaving a hardware-encrypted boundary — no GPUs needed.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1773866173/vte9qh8rriznvyclhkes.png","2026-08-06",[906,907],"Mathias Ewald","Martin Paloncy, Edgeless Systems","confidential-ai-for-gitlab-self-hosted",{"title":910,"description":911,"heroImage":912,"category":182,"date":913,"authors":914,"slug":916,"externalUrl":186},"Green DevOps: Why carbon measurement belongs in your CI/CD pipeline","CI/CD pipelines have a hidden carbon cost. Here's why measuring it matters, and how you can get started with Eco CI and Carmen in GitLab.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1765809212/noh0mdfn9o94ry9ykura.png","2026-07-09",[915],"Lysanne Pinto","green-devops-carbon-measurement-cicd-pipeline",{"title":918,"description":919,"heroImage":920,"category":182,"date":921,"authors":922,"slug":924,"externalUrl":186},"How to build CI/CD observability at scale","This practical guide to GitLab pipeline analytics helps self-managed users gain operational insights using Prometheus and Grafana.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1774465167/n5hlvrsrheadeccyr1oz.png","2026-04-28",[923],"Paul Meresanu","how-to-build-ci-cd-observability-at-scale",{"promotions":926},[927,941,953,965],{"id":928,"categories":929,"header":931,"text":932,"button":933,"image":938},"ai-modernization",[930],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":934,"config":935},"Get your AI maturity score",{"href":936,"dataGaName":937,"dataGaLocation":415},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":939},{"src":940},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":942,"categories":943,"header":945,"text":932,"button":946,"image":950},"devops-modernization",[944,749],"product","Are you just managing tools or shipping innovation?",{"text":947,"config":948},"Get your DevOps maturity score",{"href":949,"dataGaName":937,"dataGaLocation":415},"/assessments/devops-modernization-assessment/",{"config":951},{"src":952},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":954,"categories":955,"header":957,"text":932,"button":958,"image":962},"security-modernization",[956],"security","Are you trading speed for security?",{"text":959,"config":960},"Get your security maturity score",{"href":961,"dataGaName":937,"dataGaLocation":415},"/assessments/security-modernization-assessment/",{"config":963},{"src":964},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":966,"paths":967,"header":970,"text":971,"button":972,"image":977},"github-azure-migration",[968,969],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","Is your team ready for GitHub's Azure move?","GitHub is already rebuilding around Azure. Find out what it means for you.",{"text":973,"config":974},"See how GitLab compares to GitHub",{"href":975,"dataGaName":976,"dataGaLocation":415},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":978},{"src":952},{"header":980,"blurb":981,"button":982,"secondaryButton":987},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":983,"config":984},"Get your free trial",{"href":985,"dataGaName":214,"dataGaLocation":986},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":688,"config":988},{"href":540,"dataGaName":219,"dataGaLocation":986},1786803751900]