[{"data":1,"prerenderedAt":748},["ShallowReactive",2],{"/de-de/topics/gitops/gitops-workflow/":3,"navigation-de-de":96,"banner-de-de":514,"footer-de-de":526,"next-steps-de-de":733},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":11,"_id":90,"_type":91,"title":7,"_source":92,"_file":93,"_stem":94,"_extension":95},"/de-de/topics/gitops/gitops-workflow","gitops",false,"",{"title":9,"description":10},"Was ist ein GitOps-Workflow?","Der Workflow von GitOps besteht aus drei Hauptteilen: Infrastructure as Code, Merge Requests und CI/CD-Pipelines.",[12,26,32,49,88],{"type":13,"componentName":13,"componentContent":14},"CommonBreadcrumbs",{"crumbs":15},[16,20,24],{"title":17,"config":18},"Industry topics",{"href":19},"/topics/",{"title":21,"config":22},"GitOps",{"href":23},"/de-de/topics/gitops/",{"title":25},"GitOps workflow",{"type":27,"componentName":27,"componentContent":28},"TopicsHero",{"title":9,"text":29,"config":30},"Die Verwaltung der IT-Infrastruktur kann eine Herausforderung sein, aber für Teams, die bekannte Softwareentwicklungspraktiken wie Versionskontrolle, Code Reviews und CI/CD-Pipelines verwenden, ist der Prozess deutlich praktischer. Durch die Verwendung von Konfigurationsdateien wird jedes Mal dieselbe Infrastrukturumgebung bereitgestellt. Viele Teams wissen, dass dieser Workflow die Effizienz, Zusammenarbeit und Stabilität erhöht. Dennoch fragen sie sich vielleicht, was es bedeutet, GitOps einzuführen.\n",{"id":31,"twoColumns":6},"was-ist-ein-gitops-workflow?",{"type":33,"componentName":33,"componentContent":34},"CommonSideNavigationWithTree",{"anchors":35,"components":42},{"text":36,"data":37},"Mehr zu diesem Thema",[38],{"text":39,"config":40},"Drei Komponenten des GitOps-Workflows",{"href":41},"#three-components-of-git-ops-workflows",[43],{"type":44,"componentName":44,"componentContent":45},"TopicsCopy",{"header":39,"text":46,"config":47},"Als Softwareentwicklungsframework besteht der Workflow von GitOps aus drei Hauptteilen, darunter Infrastructure as Code, Merge Requests und CI/CD-Pipelines.\n\n### 1. Infrastructure as Code (IaC)\n\n\nDer erste Schritt in einem GitOps-Workflow ist die Definition der gesamten [Infrastruktur als Code](/topics/gitops/infrastructure-as-code/){data-ga-name=\"infrastructure as code\" data-ga-location=\"body\"}. IaC automatisiert die Bereitstellung der IT-Infrastruktur mithilfe von Konfigurationsdateien. IaC ist eine DevOps-Praxis, die Teams bei der Versionierung der Infrastruktur unterstützt, um die Konsistenz auf allen Maschinen zu verbessern und die Reibung bei der Bereitstellung zu reduzieren. Der Infrastrukturcode unterliegt einem ähnlichen Prozess wie der Anwendungscode mit Berührungspunkten bei der kontinuierlichen Integration, der Versionskontrolle, dem Testen und der kontinuierlichen Bereitstellung. Die Automatisierung führt zu einer [effizienteren](/blog/why-gitops-should-be-workflow-of-choice/){data-ga-name=\"efficient\" data-ga-location=\"body\"} Entwicklung, erhöhter Konsistenz und [kürzerer](/blog/production-grade-infra-devsecops-with-five-minute-production/){data-ga-name=\"faster\" data-ga-location=\"body\"} Markteinführungszeit.\n\n\nDie Verwaltung der [Infrastruktur](/blog/lessons-in-iteration-from-new-infrastructure-team/){data-ga-name=\"infrastructure\" data-ga-location=\"body\"} ist traditionell ein manueller Prozess, bei dem große Teams physische Server warten. Jeder Computer hat oft seine eigene Konfiguration, was zu Snowflake-Umgebungen führt. Mit Infrastructure as Code können Teams die Transparenz, Konsistenz, Stabilität und Skalierbarkeit erhöhen.\n\n\n### 2. Merge Requests (MRs)\n\n\nDeklarative Tools wie Kubernetes ermöglichen die [Versionskontrolle](/blog/migrating-your-version-control-to-git/){data-ga-name=\"version controlled\" data-ga-location=\"body\"} von Git, einem Open-Source-Versionskontrollsystem, das Codeänderungen verfolgt. Mit einem Git-Repository als Single Source of Truth (einzige Quelle der Wahrheit) für Infrastrukturdefinitionen profitiert GitOps von einem robusten Audit-Trail. Der zweite Aspekt von GitOps-Workflows sind Merge Requests, die als [Änderungsfunktion](/blog/merge-request-reviewers/){data-ga-name=\"change function\" data-ga-location=\"body\"} für Infrastruktur-Updates dienen.\n\n\nTeams arbeiten bei Merge Requests über [Code Reviews](/blog/mr-reviews-with-vs-code/){data-ga-name=\"code reviews\" data-ga-location=\"body\"}, Kommentare und Vorschläge zusammen. Ein Merge committet zum [main-Branch](/blog/new-git-default-branch-name/){data-ga-name=\"main\" data-ga-location=\"body\"} und fungiert als Audit-Protokoll. Integrierte Rollback-Funktionen ermöglichen es Teams, in einen gewünschten Zustand zurückzukehren und innovative Wege zu erkunden, um schwierige Herausforderungen zu lösen. Merge Requests erleichtern das Experimentieren und bieten Teammitgliedern eine sichere Möglichkeit, schnelles [Feedback](/blog/iteration-and-code-review/){data-ga-name=\"feedback\" data-ga-location=\"body\"} von ihren Kolleg(inn)en und Fachexpert(inn)en zu erhalten.\n\n\n### 3. Kontinuierliche Integration und kontinuierliche Bereitstellung (CI/CD)\n\n\nGitOps automatisiert das Infrastrukturmanagement mithilfe eines Git-Workflows mit [effektiver](/blog/effective-ci-cd-pipelines/){data-ga-name=\"effective\" data-ga-location=\"body\"} kontinuierlicher Integration und kontinuierlicher Bereitstellung. Nachdem der Code mit dem main-Branch zusammengeführt wurde, initiiert die CI/CD-Pipeline die [Änderung](/blog/pipeline-editor-overview/){data-ga-name=\"change\" data-ga-location=\"body\"} in der Umgebung. Manuelle Änderungen und menschliche Fehler können zu Konfigurationsdrift und Snowflake-Umgebungen führen, aber die GitOps-Automatisierung und die kontinuierliche Bereitstellung überschreiben diese, sodass die Umgebung immer einen konsistenten gewünschten Zustand [bereitstellt](/blog/ci-deployment-and-environments/){data-ga-name=\"deploys\" data-ga-location=\"body\"}.\n",{"id":48},"three-components-of-git-ops-workflows",{"type":50,"componentName":50,"componentContent":51},"CommonResourcesContainer",{"header":52,"tabs":53},"Möchtest du mehr über GitOps erfahren?",[54],{"name":55,"items":56,"config":87},"resources",[57,68,78],{"header":58,"type":59,"image":60,"link":63},"Entdecke, wie GitLab GitOps-Workflows unterstützt","Artikel",{"altText":58,"config":61},{"src":62},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158268/Website/Topics/resources_2.jpg",{"text":64,"config":65},"Mehr erfahren",{"href":66,"icon":67,"modal":6},"/de-de/solutions/gitops/","Article",{"header":69,"type":70,"image":71,"link":74},"Erfahre mehr über die Zukunft der Infrastruktur-Automatisierung","Webcast",{"altText":69,"config":72},{"src":73},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749157557/Website/Topics/resources_10.jpg",{"text":75,"config":76},"Jetzt ansehen",{"href":77,"icon":70,"modal":6},"/why/gitops-infrastructure-automation/",{"header":79,"type":80,"image":81,"link":84},"Erfahre mehr über drei Möglichkeiten, wie du GitOps nutzen kannst","Blog",{"altText":79,"config":82},{"src":83},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158599/Website/Topics/resources_3.jpg",{"text":64,"config":85},{"href":86,"icon":80,"modal":6},"/blog/gitops-done-3-ways/",{"key":55},{"type":89,"componentName":89},"CommonNextSteps","content:de-de:topics:gitops:gitops-workflow:index.yml","yaml","content","de-de/topics/gitops/gitops-workflow/index.yml","de-de/topics/gitops/gitops-workflow/index","yml",{"_path":97,"_dir":98,"_draft":6,"_partial":6,"_locale":7,"data":99,"_id":510,"_type":91,"title":511,"_source":92,"_file":512,"_stem":513,"_extension":95},"/shared/de-de/main-navigation","de-de",{"logo":100,"freeTrial":105,"sales":110,"login":115,"items":120,"search":451,"minimal":487,"duo":501},{"config":101},{"href":102,"dataGaName":103,"dataGaLocation":104},"/de-de/","gitlab logo","header",{"text":106,"config":107},"Kostenlose Testversion anfordern",{"href":108,"dataGaName":109,"dataGaLocation":104},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":111,"config":112},"Vertrieb kontaktieren",{"href":113,"dataGaName":114,"dataGaLocation":104},"/de-de/sales/","sales",{"text":116,"config":117},"Anmelden",{"href":118,"dataGaName":119,"dataGaLocation":104},"https://gitlab.com/users/sign_in/","sign in",[121,164,263,268,372,432],{"text":122,"config":123,"cards":125,"footer":147},"Plattform",{"dataNavLevelOne":124},"platform",[126,132,140],{"title":122,"description":127,"link":128},"Die umfassendste KI-basierte DevSecOps-Plattform",{"text":129,"config":130},"Erkunde unsere Plattform",{"href":131,"dataGaName":124,"dataGaLocation":104},"/de-de/platform/",{"title":133,"description":134,"link":135},"GitLab Duo (KI)","Entwickle Software schneller mit KI in jeder Phase der Entwicklung",{"text":136,"config":137},"Lerne GitLab Duo kennen",{"href":138,"dataGaName":139,"dataGaLocation":104},"/de-de/gitlab-duo/","gitlab duo ai",{"title":141,"description":142,"link":143},"Gründe, die für GitLab sprechen","10 Gründe, warum Unternehmen sich für GitLab entscheiden",{"text":64,"config":144},{"href":145,"dataGaName":146,"dataGaLocation":104},"/de-de/why-gitlab/","why gitlab",{"title":148,"items":149},"Erste Schritte mit",[150,155,160],{"text":151,"config":152},"Platform Engineering",{"href":153,"dataGaName":154,"dataGaLocation":104},"/de-de/solutions/platform-engineering/","platform engineering",{"text":156,"config":157},"Entwicklererfahrung",{"href":158,"dataGaName":159,"dataGaLocation":104},"/de-de/developer-experience/","Developer experience",{"text":161,"config":162},"MLOps",{"href":163,"dataGaName":161,"dataGaLocation":104},"/de-de/topics/devops/the-role-of-ai-in-devops/",{"text":165,"left":166,"config":167,"link":169,"lists":173,"footer":245},"Produkt",true,{"dataNavLevelOne":168},"solutions",{"text":170,"config":171},"Alle Lösungen anzeigen",{"href":172,"dataGaName":168,"dataGaLocation":104},"/de-de/solutions/",[174,200,223],{"title":175,"description":176,"link":177,"items":182},"Automatisierung","CI/CD und Automatisierung zur Beschleunigung der Bereitstellung",{"config":178},{"icon":179,"href":180,"dataGaName":181,"dataGaLocation":104},"AutomatedCodeAlt","/de-de/solutions/delivery-automation/","automated software delivery",[183,187,191,196],{"text":184,"config":185},"CI/CD",{"href":186,"dataGaLocation":104,"dataGaName":184},"/de-de/solutions/continuous-integration/",{"text":188,"config":189},"KI-unterstützte Entwicklung",{"href":138,"dataGaLocation":104,"dataGaName":190},"AI assisted development",{"text":192,"config":193},"Quellcodeverwaltung",{"href":194,"dataGaLocation":104,"dataGaName":195},"/de-de/solutions/source-code-management/","Source Code Management",{"text":197,"config":198},"Automatisierte Softwarebereitstellung",{"href":180,"dataGaLocation":104,"dataGaName":199},"Automated software delivery",{"title":201,"description":202,"link":203,"items":208},"Sicherheit","Entwickle schneller, ohne die Sicherheit zu gefährden",{"config":204},{"href":205,"dataGaName":206,"dataGaLocation":104,"icon":207},"/de-de/solutions/security-compliance/","security and compliance","ShieldCheckLight",[209,213,218],{"text":210,"config":211},"Sicherheit und Compliance",{"href":205,"dataGaLocation":104,"dataGaName":212},"Security & Compliance",{"text":214,"config":215},"Schutz der Software-Lieferkette",{"href":216,"dataGaLocation":104,"dataGaName":217},"/de-de/solutions/supply-chain/","Software supply chain security",{"text":219,"config":220},"Compliance und Governance",{"href":221,"dataGaLocation":104,"dataGaName":222},"/de-de/solutions/continuous-software-compliance/","Compliance and governance",{"title":224,"link":225,"items":230},"Bewertung",{"config":226},{"icon":227,"href":228,"dataGaName":229,"dataGaLocation":104},"DigitalTransformation","/de-de/solutions/visibility-measurement/","visibility and measurement",[231,235,240],{"text":232,"config":233},"Sichtbarkeit und Bewertung",{"href":228,"dataGaLocation":104,"dataGaName":234},"Visibility and Measurement",{"text":236,"config":237},"Wertstrommanagement",{"href":238,"dataGaLocation":104,"dataGaName":239},"/de-de/solutions/value-stream-management/","Value Stream Management",{"text":241,"config":242},"Analysen und Einblicke",{"href":243,"dataGaLocation":104,"dataGaName":244},"/de-de/solutions/analytics-and-insights/","Analytics and insights",{"title":246,"items":247},"GitLab für",[248,253,258],{"text":249,"config":250},"Enterprise",{"href":251,"dataGaLocation":104,"dataGaName":252},"/de-de/enterprise/","enterprise",{"text":254,"config":255},"Kleinunternehmen",{"href":256,"dataGaLocation":104,"dataGaName":257},"/de-de/small-business/","small business",{"text":259,"config":260},"den öffentlichen Sektor",{"href":261,"dataGaLocation":104,"dataGaName":262},"/de-de/solutions/public-sector/","public sector",{"text":264,"config":265},"Preise",{"href":266,"dataGaName":267,"dataGaLocation":104,"dataNavLevelOne":267},"/de-de/pricing/","pricing",{"text":269,"config":270,"link":271,"lists":275,"feature":359},"Ressourcen",{"dataNavLevelOne":55},{"text":272,"config":273},"Alle Ressourcen anzeigen",{"href":274,"dataGaName":55,"dataGaLocation":104},"/de-de/resources/",[276,309,331],{"title":277,"items":278},"Erste Schritte",[279,284,289,294,299,304],{"text":280,"config":281},"Installieren",{"href":282,"dataGaName":283,"dataGaLocation":104},"/de-de/install/","install",{"text":285,"config":286},"Kurzanleitungen",{"href":287,"dataGaName":288,"dataGaLocation":104},"/de-de/get-started/","quick setup checklists",{"text":290,"config":291},"Lernen",{"href":292,"dataGaLocation":104,"dataGaName":293},"https://university.gitlab.com/","learn",{"text":295,"config":296},"Produktdokumentation",{"href":297,"dataGaName":298,"dataGaLocation":104},"https://docs.gitlab.com/","product documentation",{"text":300,"config":301},"Best-Practice-Videos",{"href":302,"dataGaName":303,"dataGaLocation":104},"/de-de/getting-started-videos/","best practice videos",{"text":305,"config":306},"Integrationen",{"href":307,"dataGaName":308,"dataGaLocation":104},"/de-de/integrations/","integrations",{"title":310,"items":311},"Entdecken",[312,317,321,326],{"text":313,"config":314},"Kundenerfolge",{"href":315,"dataGaName":316,"dataGaLocation":104},"/de-de/customers/","customer success stories",{"text":80,"config":318},{"href":319,"dataGaName":320,"dataGaLocation":104},"/de-de/blog/","blog",{"text":322,"config":323},"Remote",{"href":324,"dataGaName":325,"dataGaLocation":104},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":327,"config":328},"TeamOps",{"href":329,"dataGaName":330,"dataGaLocation":104},"/de-de/teamops/","teamops",{"title":332,"items":333},"Vernetzen",[334,339,344,349,354],{"text":335,"config":336},"GitLab-Services",{"href":337,"dataGaName":338,"dataGaLocation":104},"/de-de/services/","services",{"text":340,"config":341},"Community",{"href":342,"dataGaName":343,"dataGaLocation":104},"/community/","community",{"text":345,"config":346},"Forum",{"href":347,"dataGaName":348,"dataGaLocation":104},"https://forum.gitlab.com/","forum",{"text":350,"config":351},"Veranstaltungen",{"href":352,"dataGaName":353,"dataGaLocation":104},"/events/","events",{"text":355,"config":356},"Partner",{"href":357,"dataGaName":358,"dataGaLocation":104},"/de-de/partners/","partners",{"backgroundColor":360,"textColor":361,"text":362,"image":363,"link":367},"#2f2a6b","#fff","Perspektiven für die Softwareentwicklung der Zukunft",{"altText":364,"config":365},"the source promo card",{"src":366},"/images/navigation/the-source-promo-card.svg",{"text":368,"config":369},"Lies die News",{"href":370,"dataGaName":371,"dataGaLocation":104},"/de-de/the-source/","the source",{"text":373,"config":374,"lists":376},"Unternehmen",{"dataNavLevelOne":375},"company",[377],{"items":378},[379,384,390,392,397,402,407,412,417,422,427],{"text":380,"config":381},"Über",{"href":382,"dataGaName":383,"dataGaLocation":104},"/de-de/company/","about",{"text":385,"config":386,"footerGa":389},"Karriere",{"href":387,"dataGaName":388,"dataGaLocation":104},"/jobs/","jobs",{"dataGaName":388},{"text":350,"config":391},{"href":352,"dataGaName":353,"dataGaLocation":104},{"text":393,"config":394},"Geschäftsführung",{"href":395,"dataGaName":396,"dataGaLocation":104},"/company/team/e-group/","leadership",{"text":398,"config":399},"Team",{"href":400,"dataGaName":401,"dataGaLocation":104},"/company/team/","team",{"text":403,"config":404},"Handbuch",{"href":405,"dataGaName":406,"dataGaLocation":104},"https://handbook.gitlab.com/","handbook",{"text":408,"config":409},"Investor Relations",{"href":410,"dataGaName":411,"dataGaLocation":104},"https://ir.gitlab.com/","investor relations",{"text":413,"config":414},"Trust Center",{"href":415,"dataGaName":416,"dataGaLocation":104},"/de-de/security/","trust center",{"text":418,"config":419},"AI Transparency Center",{"href":420,"dataGaName":421,"dataGaLocation":104},"/de-de/ai-transparency-center/","ai transparency center",{"text":423,"config":424},"Newsletter",{"href":425,"dataGaName":426,"dataGaLocation":104},"/company/contact/","newsletter",{"text":428,"config":429},"Presse",{"href":430,"dataGaName":431,"dataGaLocation":104},"/press/","press",{"text":433,"config":434,"lists":435},"Kontakt",{"dataNavLevelOne":375},[436],{"items":437},[438,441,446],{"text":111,"config":439},{"href":113,"dataGaName":440,"dataGaLocation":104},"talk to sales",{"text":442,"config":443},"Support",{"href":444,"dataGaName":445,"dataGaLocation":104},"/support/","get help",{"text":447,"config":448},"Kundenportal",{"href":449,"dataGaName":450,"dataGaLocation":104},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":452,"login":453,"suggestions":460},"Schließen",{"text":454,"link":455},"Um Repositories und Projekte zu durchsuchen, melde dich an bei",{"text":456,"config":457},"gitlab.com",{"href":118,"dataGaName":458,"dataGaLocation":459},"search login","search",{"text":461,"default":462},"Vorschläge",[463,466,471,473,478,483],{"text":133,"config":464},{"href":138,"dataGaName":465,"dataGaLocation":459},"GitLab Duo (AI)",{"text":467,"config":468},"Code Suggestions (KI)",{"href":469,"dataGaName":470,"dataGaLocation":459},"/de-de/solutions/code-suggestions/","Code Suggestions (AI)",{"text":184,"config":472},{"href":186,"dataGaName":184,"dataGaLocation":459},{"text":474,"config":475},"GitLab auf AWS",{"href":476,"dataGaName":477,"dataGaLocation":459},"/de-de/partners/technology-partners/aws/","GitLab on AWS",{"text":479,"config":480},"GitLab auf Google Cloud",{"href":481,"dataGaName":482,"dataGaLocation":459},"/de-de/partners/technology-partners/google-cloud-platform/","GitLab on Google Cloud",{"text":484,"config":485},"Warum GitLab?",{"href":145,"dataGaName":486,"dataGaLocation":459},"Why GitLab?",{"freeTrial":488,"mobileIcon":493,"desktopIcon":498},{"text":489,"config":490},"Kostenlos testen",{"href":491,"dataGaName":109,"dataGaLocation":492},"https://gitlab.com/-/trials/new/","nav",{"altText":494,"config":495},"GitLab-Symbol",{"src":496,"dataGaName":497,"dataGaLocation":492},"/images/brand/gitlab-logo-tanuki.svg","gitlab icon",{"altText":494,"config":499},{"src":500,"dataGaName":497,"dataGaLocation":492},"/images/brand/gitlab-logo-type.svg",{"freeTrial":502,"mobileIcon":506,"desktopIcon":508},{"text":503,"config":504},"Erfahre mehr über GitLab Duo",{"href":138,"dataGaName":505,"dataGaLocation":492},"gitlab duo",{"altText":494,"config":507},{"src":496,"dataGaName":497,"dataGaLocation":492},{"altText":494,"config":509},{"src":500,"dataGaName":497,"dataGaLocation":492},"content:shared:de-de:main-navigation.yml","Main Navigation","shared/de-de/main-navigation.yml","shared/de-de/main-navigation",{"_path":515,"_dir":98,"_draft":6,"_partial":6,"_locale":7,"title":516,"button":517,"config":521,"_id":523,"_type":91,"_source":92,"_file":524,"_stem":525,"_extension":95},"/shared/de-de/banner","GitLab Duo Agent Platform ist jetzt in öffentlicher Beta!",{"text":64,"config":518},{"href":519,"dataGaName":520,"dataGaLocation":104},"/de-de/gitlab-duo/agent-platform/","duo banner",{"layout":522},"release","content:shared:de-de:banner.yml","shared/de-de/banner.yml","shared/de-de/banner",{"_path":527,"_dir":98,"_draft":6,"_partial":6,"_locale":7,"data":528,"_id":729,"_type":91,"title":730,"_source":92,"_file":731,"_stem":732,"_extension":95},"/shared/de-de/main-footer",{"text":529,"source":530,"edit":536,"contribute":541,"config":546,"items":551,"minimal":721},"Git ist eine Marke von Software Freedom Conservancy und unsere Verwendung von „GitLab“ erfolgt unter Lizenz.",{"text":531,"config":532},"Quelltext der Seite anzeigen",{"href":533,"dataGaName":534,"dataGaLocation":535},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":537,"config":538},"Diese Seite bearbeiten",{"href":539,"dataGaName":540,"dataGaLocation":535},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":542,"config":543},"Beteilige dich",{"href":544,"dataGaName":545,"dataGaLocation":535},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":547,"facebook":548,"youtube":549,"linkedin":550},"https://x.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[552,575,627,657,691],{"title":122,"links":553,"subMenu":558},[554],{"text":555,"config":556},"DevSecOps-Plattform",{"href":131,"dataGaName":557,"dataGaLocation":535},"devsecops platform",[559],{"title":264,"links":560},[561,565,570],{"text":562,"config":563},"Tarife anzeigen",{"href":266,"dataGaName":564,"dataGaLocation":535},"view plans",{"text":566,"config":567},"Vorteile von Premium",{"href":568,"dataGaName":569,"dataGaLocation":535},"/de-de/pricing/premium/","why premium",{"text":571,"config":572},"Vorteile von Ultimate",{"href":573,"dataGaName":574,"dataGaLocation":535},"/de-de/pricing/ultimate/","why ultimate",{"title":576,"links":577},"Lösungen",[578,583,586,588,593,598,602,605,608,610,612,614,617,622],{"text":579,"config":580},"Digitale Transformation",{"href":581,"dataGaName":582,"dataGaLocation":535},"/de-de/topics/digital-transformation/","digital transformation",{"text":210,"config":584},{"href":205,"dataGaName":585,"dataGaLocation":535},"security & compliance",{"text":197,"config":587},{"href":180,"dataGaName":181,"dataGaLocation":535},{"text":589,"config":590},"Agile Entwicklung",{"href":591,"dataGaName":592,"dataGaLocation":535},"/de-de/solutions/agile-delivery/","agile delivery",{"text":594,"config":595},"Cloud-Transformation",{"href":596,"dataGaName":597,"dataGaLocation":535},"/de-de/topics/cloud-native/","cloud transformation",{"text":599,"config":600},"SCM",{"href":194,"dataGaName":601,"dataGaLocation":535},"source code management",{"text":184,"config":603},{"href":186,"dataGaName":604,"dataGaLocation":535},"continuous integration & delivery",{"text":236,"config":606},{"href":238,"dataGaName":607,"dataGaLocation":535},"value stream management",{"text":21,"config":609},{"href":66,"dataGaName":5,"dataGaLocation":535},{"text":249,"config":611},{"href":251,"dataGaName":252,"dataGaLocation":535},{"text":254,"config":613},{"href":256,"dataGaName":257,"dataGaLocation":535},{"text":615,"config":616},"Öffentlicher Sektor",{"href":261,"dataGaName":262,"dataGaLocation":535},{"text":618,"config":619},"Bildungswesen",{"href":620,"dataGaName":621,"dataGaLocation":535},"/de-de/solutions/education/","education",{"text":623,"config":624},"Finanzdienstleistungen",{"href":625,"dataGaName":626,"dataGaLocation":535},"/de-de/solutions/finance/","financial services",{"title":269,"links":628},[629,631,633,635,638,640,643,645,647,649,651,653,655],{"text":280,"config":630},{"href":282,"dataGaName":283,"dataGaLocation":535},{"text":285,"config":632},{"href":287,"dataGaName":288,"dataGaLocation":535},{"text":290,"config":634},{"href":292,"dataGaName":293,"dataGaLocation":535},{"text":295,"config":636},{"href":297,"dataGaName":637,"dataGaLocation":535},"docs",{"text":80,"config":639},{"href":319,"dataGaName":320,"dataGaLocation":535},{"text":313,"config":641},{"href":642,"dataGaName":316,"dataGaLocation":535},"/customers/",{"text":322,"config":644},{"href":324,"dataGaName":325,"dataGaLocation":535},{"text":335,"config":646},{"href":337,"dataGaName":338,"dataGaLocation":535},{"text":327,"config":648},{"href":329,"dataGaName":330,"dataGaLocation":535},{"text":340,"config":650},{"href":342,"dataGaName":343,"dataGaLocation":535},{"text":345,"config":652},{"href":347,"dataGaName":348,"dataGaLocation":535},{"text":350,"config":654},{"href":352,"dataGaName":353,"dataGaLocation":535},{"text":355,"config":656},{"href":357,"dataGaName":358,"dataGaLocation":535},{"title":373,"links":658},[659,661,663,665,667,669,671,675,680,682,684,686],{"text":380,"config":660},{"href":382,"dataGaName":375,"dataGaLocation":535},{"text":385,"config":662},{"href":387,"dataGaName":388,"dataGaLocation":535},{"text":393,"config":664},{"href":395,"dataGaName":396,"dataGaLocation":535},{"text":398,"config":666},{"href":400,"dataGaName":401,"dataGaLocation":535},{"text":403,"config":668},{"href":405,"dataGaName":406,"dataGaLocation":535},{"text":408,"config":670},{"href":410,"dataGaName":411,"dataGaLocation":535},{"text":672,"config":673},"Sustainability",{"href":674,"dataGaName":672,"dataGaLocation":535},"/sustainability/",{"text":676,"config":677},"Vielfalt, Inklusion und Zugehörigkeit",{"href":678,"dataGaName":679,"dataGaLocation":535},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":413,"config":681},{"href":415,"dataGaName":416,"dataGaLocation":535},{"text":423,"config":683},{"href":425,"dataGaName":426,"dataGaLocation":535},{"text":428,"config":685},{"href":430,"dataGaName":431,"dataGaLocation":535},{"text":687,"config":688},"Transparenzerklärung zu moderner Sklaverei",{"href":689,"dataGaName":690,"dataGaLocation":535},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":692,"links":693},"Nimm Kontakt auf",[694,697,699,701,706,711,716],{"text":695,"config":696},"Sprich mit einem Experten/einer Expertin",{"href":113,"dataGaName":114,"dataGaLocation":535},{"text":442,"config":698},{"href":444,"dataGaName":445,"dataGaLocation":535},{"text":447,"config":700},{"href":449,"dataGaName":450,"dataGaLocation":535},{"text":702,"config":703},"Status",{"href":704,"dataGaName":705,"dataGaLocation":535},"https://status.gitlab.com/","status",{"text":707,"config":708},"Nutzungsbedingungen",{"href":709,"dataGaName":710,"dataGaLocation":535},"/terms/","terms of use",{"text":712,"config":713},"Datenschutzerklärung",{"href":714,"dataGaName":715,"dataGaLocation":535},"/de-de/privacy/","privacy statement",{"text":717,"config":718},"Cookie-Einstellungen",{"dataGaName":719,"dataGaLocation":535,"id":720,"isOneTrustButton":166},"cookie preferences","ot-sdk-btn",{"items":722},[723,725,727],{"text":707,"config":724},{"href":709,"dataGaName":710,"dataGaLocation":535},{"text":712,"config":726},{"href":714,"dataGaName":715,"dataGaLocation":535},{"text":717,"config":728},{"dataGaName":719,"dataGaLocation":535,"id":720,"isOneTrustButton":166},"content:shared:de-de:main-footer.yml","Main Footer","shared/de-de/main-footer.yml","shared/de-de/main-footer",{"_path":734,"_dir":98,"_draft":6,"_partial":6,"_locale":7,"header":735,"eyebrow":736,"blurb":737,"button":738,"secondaryButton":742,"_id":744,"_type":91,"title":745,"_source":92,"_file":746,"_stem":747,"_extension":95},"/shared/de-de/next-steps","Stelle jetzt bessere Software schneller bereit","Mehr als 50 % der Fortune-100-Unternehmen vertrauen GitLab","Erlebe, was dein Team mit der intelligenten\n\n\nDevSecOps-Plattform erreichen kann.\n",{"text":106,"config":739},{"href":740,"dataGaName":109,"dataGaLocation":741},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":111,"config":743},{"href":113,"dataGaName":114,"dataGaLocation":741},"content:shared:de-de:next-steps.yml","Next Steps","shared/de-de/next-steps.yml","shared/de-de/next-steps",1753475326267]