[{"data":1,"prerenderedAt":717},["ShallowReactive",2],{"/ja-jp/topics/gitops/gitops-workflow":3,"navigation-ja-jp":98,"banner-ja-jp":494,"footer-ja-jp":504,"next-steps-ja-jp":708},{"id":4,"title":5,"body":6,"category":6,"config":6,"content":7,"description":6,"extension":90,"meta":91,"navigation":92,"path":93,"seo":94,"slug":6,"stem":96,"testContent":6,"type":6,"__hash__":97},"pages/ja-jp/topics/gitops/gitops-workflow/index.yml","",null,[8,22,30,47,88],{"type":9,"componentName":9,"componentContent":10},"CommonBreadcrumbs",{"crumbs":11},[12,16,20],{"title":13,"config":14},"Industry topics",{"href":15},"/topics/",{"title":17,"config":18},"GitOps",{"href":19},"/ja-jp/topics/gitops/",{"title":21},"GitOps workflow",{"type":23,"componentName":23,"componentContent":24},"CommonArticleHero",{"title":25,"text":26,"config":27},"GitOpsのワークフローとは？","ITインフラストラクチャの管理は難しいかもしれませんが、バージョン管理、コードレビュー、CI/CDパイプラインなどの有名なソフトウェア開発プラクティスを使用しているチームは、プロセスがより便利になっていると感じています。設定ファイルを使用すると、毎回同じインフラストラクチャ環境がデプロイされます。 多くのチームはこのワークフローで効率性、コラボレーション、安定性を高めることは知っていても、GitOpsを採用することの意味に疑問があるかもしれません。\n",{"id":28,"twoColumns":29},"gitopsのワークフローとは？",false,{"type":31,"componentName":31,"componentContent":32},"CommonSideNavigationWithTree",{"anchors":33,"components":40},{"text":34,"data":35},"このトピックの詳細",[36],{"text":37,"config":38},"GitOpsワークフローの3つのコンポーネント",{"href":39},"#three-components-of-git-ops-workflows",[41],{"type":42,"componentName":42,"componentContent":43},"TopicsCopy",{"header":37,"text":44,"config":45},"ソフトウェア開発フレームワークとして、GitOpsのワークフローはInfrastructure as Code、マージリクエスト、CI/CDパイプラインの3つの主要部分で構成されています。\n\n### 1. Infrastructure as Code (IaC)\n\nGitOpsワークフローの最初のステップは、すべての[Infrastructure as Code](/topics/gitops/infrastructure-as-code/){data-ga-name=\"IaC\" data-ga-location=\"body\"}の定義です。IaCは、設定ファイルを使用してITインフラストラクチャのプロビジョニングを自動化します。IaCはDevOpsのプラクティスであり、デプロイの摩擦を減らすためにマシン間の一貫性を改善するバージョンインフラストラクチャをサポートしています。インフラストラクチャコードは、継続的インテグレーション、バージョン管理、テスト、継続的デプロイのタッチポイントを持つアプリケーションコードと同様のプロセスを経ることになります。自動化により、さらに[効率的](/blog/why-gitops-should-be-workflow-of-choice/){data-ga-name=\"efficient\" data-ga-location=\"body\"}な開発、一貫性の向上、[よりスピーディな](/blog/production-grade-infra-devsecops-with-five-minute-production/){data-ga-name=\"faster\" data-ga-location=\"body\"}市場投入までの時間が実現します。\n\n[インフラストラクチャ](/blog/lessons-in-iteration-from-new-infrastructure-team/){data-ga-name=\"infrastructure\" data-ga-location=\"body\"}の管理は、従来大規模なチームが物理サーバーを維持する手動プロセスでした。多くの場合、各マシンには独自の構成があり、Snowflake環境につながっていました。Infrastructure as Codeを使用すると、チームの可視性、一貫性、安定性、スケーラビリティが向上します。\n\n### 2. マージリクエスト(MR)\n\nKubernetesのような宣言型ツールは、コードの変更をトラッキングするオープンソースのバージョン管理システムであるGitによって、設定ファイルを[バージョン管理](/blog/migrating-your-version-control-to-git/){data-ga-name=\"version controlled\" data-ga-location=\"body\"}することができます。Gitリポジトリをインフラストラクチャの定義のための信頼できる唯一の情報源として使用すると、GitOpsは堅牢な監査証跡の恩恵を受けることができます。GitOpsワークフローの2つ目の側面は、インフラストラクチャの更新の[変更機能](/blog/merge-request-reviewers/){data-ga-name=\"change function\" data-ga-location=\"body\"}として機能するマージリクエストです。\n\nチームは[コードレビュー](/blog/mr-reviews-with-vs-code/){data-ga-name=\"code reviews\" data-ga-location=\"body\"}、コメント、提案を通じてマージリクエストで協力します。[main](/blog/new-git-default-branch-name/){data-ga-name=\"main\" data-ga-location=\"body\"}ブランチへマージをコミットすると、監査ログとしての役割を果たします。ビルトインのロールバック機能により、チームは希望する状態に自由にリバートでき、困難な課題に取り組むための革新的な方法を模索できます。マージリクエストは実験を促進し、チームメンバーは同僚や特定のトピックの専門家から迅速な[フィードバック](/blog/iteration-and-code-review/){data-ga-name=\"feedback\" data-ga-location=\"body\"}を受け取ることができます。\n\n### 3. 継続的インテグレーションと継続的デプロイ(CI/CD)\n\nGitOpsは、[効果的な](/blog/effective-ci-cd-pipelines/){data-ga-name=\"effective\" data-ga-location=\"body\"}継続的インテグレーションと継続的デプロイと共にGitワークフローを使用してインフラストラクチャ管理を自動化します。コードがメインブランチにマージされると、CI/CDパイプラインは環境で[変更](/blog/pipeline-editor-overview/){data-ga-name=\"change\" data-ga-location=\"body\"}を開始します。手動の変更やヒューマンエラーによって構成ドリフトやSnowflake環境が引き起こされる可能性がありますが、GitOpsの自動化と継続的なデプロイがそれらを上書きするため、環境は常に一貫して希望の状態を[デプロイ](/blog/ci-deployment-and-environments/){data-ga-name=\"deploys\" data-ga-location=\"body\"}します。\n",{"id":46},"three-components-of-git-ops-workflows",{"type":48,"componentName":48,"componentContent":49},"CommonResourcesContainer",{"header":50,"tabs":51},"GitOpsについて詳しく見る",[52],{"name":53,"items":54,"config":87},"resources",[55,66,77],{"header":56,"type":57,"image":58,"link":61},"GitLabがGitOpsワークフローを改善","記事",{"altText":56,"config":59},{"src":60},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158268/Website/Topics/resources_2.jpg",{"text":62,"config":63},"詳細はこちら",{"href":64,"icon":65,"modal":29},"/ja-jp/solutions/gitops/","Article",{"header":67,"type":68,"image":69,"link":72},"インフラストラクチャ自動化の今後の展望","ウェブキャスト",{"altText":67,"config":70},{"src":71},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749157557/Website/Topics/resources_10.jpg",{"text":73,"config":74},"今すぐ視聴",{"href":75,"icon":76,"modal":29},"/why/gitops-infrastructure-automation/","Webcast",{"header":78,"type":79,"image":80,"link":83},"GitOpsにアプローチする3つの方法","ブログ",{"altText":78,"config":81},{"src":82},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158599/Website/Topics/resources_3.jpg",{"text":62,"config":84},{"href":85,"icon":86,"modal":29},"/blog/gitops-done-3-ways/","Blog",{"key":53},{"type":89,"componentName":89},"CommonNextSteps","yml",{},true,"/ja-jp/topics/gitops/gitops-workflow",{"title":25,"description":95},"GitOpsのワークフローは、Infrastructure as Code、マージリクエスト、CI/CDパイプラインの3つの主要部分で構成されています。","ja-jp/topics/gitops/gitops-workflow/index","fKGQI-EvktLSZQ62m5cL89v310LQU7M0v9xsVtx3ylU",{"data":99},{"logo":100,"freeTrial":105,"sales":110,"login":115,"items":120,"search":425,"minimal":458,"duo":475,"pricingDeployment":484},{"config":101},{"href":102,"dataGaName":103,"dataGaLocation":104},"/ja-jp/","gitlab logo","header",{"text":106,"config":107},"無料トライアルを開始",{"href":108,"dataGaName":109,"dataGaLocation":104},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":111,"config":112},"お問い合わせ",{"href":113,"dataGaName":114,"dataGaLocation":104},"/ja-jp/sales/","sales",{"text":116,"config":117},"サインイン",{"href":118,"dataGaName":119,"dataGaLocation":104},"https://gitlab.com/users/sign_in/","sign in",[121,147,243,248,347,407],{"text":122,"config":123,"cards":125},"プラットフォーム",{"dataNavLevelOne":124},"platform",[126,132,140],{"title":122,"description":127,"link":128},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":129,"config":130},"プラットフォームを詳しく見る",{"href":131,"dataGaName":124,"dataGaLocation":104},"/ja-jp/platform/",{"title":133,"description":134,"link":135},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":136,"config":137},"GitLab Duoのご紹介",{"href":138,"dataGaName":139,"dataGaLocation":104},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":141,"description":142,"link":143},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":62,"config":144},{"href":145,"dataGaName":146,"dataGaLocation":104},"/ja-jp/why-gitlab/","why gitlab",{"text":148,"left":92,"config":149,"link":151,"lists":155,"footer":225},"製品",{"dataNavLevelOne":150},"solutions",{"text":152,"config":153},"すべてのソリューションを表示",{"href":154,"dataGaName":150,"dataGaLocation":104},"/ja-jp/solutions/",[156,181,203],{"title":157,"description":158,"link":159,"items":164},"自動化","CI/CDと自動化でデプロイを加速",{"config":160},{"icon":161,"href":162,"dataGaName":163,"dataGaLocation":104},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[165,169,172,177],{"text":166,"config":167},"CI/CD",{"href":168,"dataGaLocation":104,"dataGaName":166},"/ja-jp/solutions/continuous-integration/",{"text":133,"config":170},{"href":138,"dataGaLocation":104,"dataGaName":171},"gitlab duo agent platform - product menu",{"text":173,"config":174},"ソースコード管理",{"href":175,"dataGaLocation":104,"dataGaName":176},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":178,"config":179},"自動化されたソフトウェアデリバリー",{"href":162,"dataGaLocation":104,"dataGaName":180},"Automated software delivery",{"title":182,"description":183,"link":184,"items":189},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":185},{"href":186,"dataGaName":187,"dataGaLocation":104,"icon":188},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[190,194,199],{"text":191,"config":192},"Application Security Testing",{"href":186,"dataGaName":193,"dataGaLocation":104},"Application security testing",{"text":195,"config":196},"ソフトウェアサプライチェーンの安全性",{"href":197,"dataGaLocation":104,"dataGaName":198},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":200,"config":201},"Software Compliance",{"href":202,"dataGaName":200,"dataGaLocation":104},"/ja-jp/solutions/software-compliance/",{"title":204,"link":205,"items":210},"測定",{"config":206},{"icon":207,"href":208,"dataGaName":209,"dataGaLocation":104},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[211,215,220],{"text":212,"config":213},"可視性と測定",{"href":208,"dataGaLocation":104,"dataGaName":214},"Visibility and Measurement",{"text":216,"config":217},"バリューストリーム管理",{"href":218,"dataGaLocation":104,"dataGaName":219},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":221,"config":222},"分析とインサイト",{"href":223,"dataGaLocation":104,"dataGaName":224},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":226,"items":227},"GitLabが活躍する場所",[228,233,238],{"text":229,"config":230},"Enterprise",{"href":231,"dataGaLocation":104,"dataGaName":232},"/ja-jp/enterprise/","enterprise",{"text":234,"config":235},"スモールビジネス",{"href":236,"dataGaLocation":104,"dataGaName":237},"/ja-jp/small-business/","small business",{"text":239,"config":240},"公共機関",{"href":241,"dataGaLocation":104,"dataGaName":242},"/ja-jp/solutions/public-sector/","public sector",{"text":244,"config":245},"価格",{"href":246,"dataGaName":247,"dataGaLocation":104,"dataNavLevelOne":247},"/ja-jp/pricing/","pricing",{"text":249,"config":250,"link":251,"lists":255,"feature":334},"関連リソース",{"dataNavLevelOne":53},{"text":252,"config":253},"すべてのリソースを表示",{"href":254,"dataGaName":53,"dataGaLocation":104},"/ja-jp/resources/",[256,289,306],{"title":257,"items":258},"はじめに",[259,264,269,274,279,284],{"text":260,"config":261},"インストール",{"href":262,"dataGaName":263,"dataGaLocation":104},"/ja-jp/install/","install",{"text":265,"config":266},"クイックスタートガイド",{"href":267,"dataGaName":268,"dataGaLocation":104},"/ja-jp/get-started/","quick setup checklists",{"text":270,"config":271},"学ぶ",{"href":272,"dataGaLocation":104,"dataGaName":273},"https://university.gitlab.com/","learn",{"text":275,"config":276},"製品ドキュメント",{"href":277,"dataGaName":278,"dataGaLocation":104},"https://docs.gitlab.com/","product documentation",{"text":280,"config":281},"ベストプラクティスビデオ",{"href":282,"dataGaName":283,"dataGaLocation":104},"/ja-jp/getting-started-videos/","best practice videos",{"text":285,"config":286},"インテグレーション",{"href":287,"dataGaName":288,"dataGaLocation":104},"/ja-jp/integrations/","integrations",{"title":290,"items":291},"検索する",[292,297,301],{"text":293,"config":294},"お客様成功事例",{"href":295,"dataGaName":296,"dataGaLocation":104},"/ja-jp/customers/","customer success stories",{"text":79,"config":298},{"href":299,"dataGaName":300,"dataGaLocation":104},"/ja-jp/blog/","blog",{"text":302,"config":303},"リモート",{"href":304,"dataGaName":305,"dataGaLocation":104},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":307,"items":308},"つなげる",[309,314,319,324,329],{"text":310,"config":311},"GitLabサービス",{"href":312,"dataGaName":313,"dataGaLocation":104},"/ja-jp/services/","services",{"text":315,"config":316},"コミュニティ",{"href":317,"dataGaName":318,"dataGaLocation":104},"/community/","community",{"text":320,"config":321},"フォーラム",{"href":322,"dataGaName":323,"dataGaLocation":104},"https://forum.gitlab.com/","forum",{"text":325,"config":326},"イベント",{"href":327,"dataGaName":328,"dataGaLocation":104},"/events/","events",{"text":330,"config":331},"パートナー",{"href":332,"dataGaName":333,"dataGaLocation":104},"/ja-jp/partners/","partners",{"backgroundColor":335,"textColor":336,"text":337,"image":338,"link":342},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":339,"config":340},"ソースプロモカード",{"src":341},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":343,"config":344},"最新情報を読む",{"href":345,"dataGaName":346,"dataGaLocation":104},"/ja-jp/the-source/","the source",{"text":348,"config":349,"lists":351},"会社情報",{"dataNavLevelOne":350},"company",[352],{"items":353},[354,359,365,367,372,377,382,387,392,397,402],{"text":355,"config":356},"GitLabについて",{"href":357,"dataGaName":358,"dataGaLocation":104},"/ja-jp/company/","about",{"text":360,"config":361,"footerGa":364},"採用情報",{"href":362,"dataGaName":363,"dataGaLocation":104},"/jobs/","jobs",{"dataGaName":363},{"text":325,"config":366},{"href":327,"dataGaName":328,"dataGaLocation":104},{"text":368,"config":369},"経営陣",{"href":370,"dataGaName":371,"dataGaLocation":104},"/company/team/e-group/","leadership",{"text":373,"config":374},"チーム",{"href":375,"dataGaName":376,"dataGaLocation":104},"/company/team/","team",{"text":378,"config":379},"ハンドブック",{"href":380,"dataGaName":381,"dataGaLocation":104},"https://handbook.gitlab.com/","handbook",{"text":383,"config":384},"投資家向け情報",{"href":385,"dataGaName":386,"dataGaLocation":104},"https://ir.gitlab.com/","investor relations",{"text":388,"config":389},"トラストセンター",{"href":390,"dataGaName":391,"dataGaLocation":104},"/ja-jp/security/","trust center",{"text":393,"config":394},"AI Transparency Center",{"href":395,"dataGaName":396,"dataGaLocation":104},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":398,"config":399},"ニュースレター",{"href":400,"dataGaName":401,"dataGaLocation":104},"/company/contact/#contact-forms","newsletter",{"text":403,"config":404},"プレス",{"href":405,"dataGaName":406,"dataGaLocation":104},"/press/","press",{"text":111,"config":408,"lists":409},{"dataNavLevelOne":350},[410],{"items":411},[412,415,420],{"text":111,"config":413},{"href":113,"dataGaName":414,"dataGaLocation":104},"talk to sales",{"text":416,"config":417},"サポートポータル",{"href":418,"dataGaName":419,"dataGaLocation":104},"https://support.gitlab.com","support portal",{"text":421,"config":422},"カスタマーポータル",{"href":423,"dataGaName":424,"dataGaLocation":104},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":426,"login":427,"suggestions":434},"閉じる",{"text":428,"link":429},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":430,"config":431},"GitLab.com",{"href":118,"dataGaName":432,"dataGaLocation":433},"search login","search",{"text":435,"default":436},"提案",[437,439,444,446,450,454],{"text":133,"config":438},{"href":138,"dataGaName":133,"dataGaLocation":433},{"text":440,"config":441},"コード提案（AI）",{"href":442,"dataGaName":443,"dataGaLocation":433},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":166,"config":445},{"href":168,"dataGaName":166,"dataGaLocation":433},{"text":447,"config":448},"GitLab on AWS",{"href":449,"dataGaName":447,"dataGaLocation":433},"/ja-jp/partners/technology-partners/aws/",{"text":451,"config":452},"GitLab on Google Cloud",{"href":453,"dataGaName":451,"dataGaLocation":433},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":455,"config":456},"GitLabを選ぶ理由",{"href":145,"dataGaName":457,"dataGaLocation":433},"Why GitLab?",{"freeTrial":459,"mobileIcon":463,"desktopIcon":468,"secondaryButton":471},{"text":106,"config":460},{"href":461,"dataGaName":109,"dataGaLocation":462},"https://gitlab.com/-/trials/new/","nav",{"altText":464,"config":465},"GitLabアイコン",{"src":466,"dataGaName":467,"dataGaLocation":462},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":464,"config":469},{"src":470,"dataGaName":467,"dataGaLocation":462},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":257,"config":472},{"href":473,"dataGaName":474,"dataGaLocation":462},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":476,"mobileIcon":480,"desktopIcon":482},{"text":477,"config":478},"GitLab Duoの詳細について",{"href":138,"dataGaName":479,"dataGaLocation":462},"gitlab duo",{"altText":464,"config":481},{"src":466,"dataGaName":467,"dataGaLocation":462},{"altText":464,"config":483},{"src":470,"dataGaName":467,"dataGaLocation":462},{"freeTrial":485,"mobileIcon":490,"desktopIcon":492},{"text":486,"config":487},"料金ページに戻る",{"href":246,"dataGaName":488,"dataGaLocation":462,"icon":489},"back to pricing","GoBack",{"altText":464,"config":491},{"src":466,"dataGaName":467,"dataGaLocation":462},{"altText":464,"config":493},{"src":470,"dataGaName":467,"dataGaLocation":462},{"title":495,"button":496,"config":501},"エージェント型AIがソフトウェア配信をどのように変革するかをご覧ください",{"text":497,"config":498},"GitLab Transcendを今すぐ視聴",{"href":499,"dataGaName":500,"dataGaLocation":104},"/ja-jp/events/transcend/virtual/","transcend event",{"layout":502,"icon":503,"disabled":92},"release","AiStar",{"data":505},{"text":506,"source":507,"edit":513,"contribute":518,"config":523,"items":528,"minimal":700},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":508,"config":509},"ページのソースを表示",{"href":510,"dataGaName":511,"dataGaLocation":512},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":514,"config":515},"このページを編集",{"href":516,"dataGaName":517,"dataGaLocation":512},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":519,"config":520},"ご協力をお願いします",{"href":521,"dataGaName":522,"dataGaLocation":512},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":524,"facebook":525,"youtube":526,"linkedin":527},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[529,552,604,634,669],{"title":122,"links":530,"subMenu":535},[531],{"text":532,"config":533},"DevSecOpsプラットフォーム",{"href":131,"dataGaName":534,"dataGaLocation":512},"devsecops platform",[536],{"title":244,"links":537},[538,542,547],{"text":539,"config":540},"プランの表示",{"href":246,"dataGaName":541,"dataGaLocation":512},"view plans",{"text":543,"config":544},"Premiumを選ぶ理由",{"href":545,"dataGaName":546,"dataGaLocation":512},"/ja-jp/pricing/premium/","why premium",{"text":548,"config":549},"Ultimateを選ぶ理由",{"href":550,"dataGaName":551,"dataGaLocation":512},"/ja-jp/pricing/ultimate/","why ultimate",{"title":553,"links":554},"ソリューション",[555,560,563,565,570,575,579,582,585,588,590,592,594,599],{"text":556,"config":557},"デジタルトランスフォーメーション",{"href":558,"dataGaName":559,"dataGaLocation":512},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":561,"config":562},"セキュリティとコンプライアンス",{"href":186,"dataGaName":193,"dataGaLocation":512},{"text":178,"config":564},{"href":162,"dataGaName":163,"dataGaLocation":512},{"text":566,"config":567},"アジャイル開発",{"href":568,"dataGaName":569,"dataGaLocation":512},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":571,"config":572},"クラウドトランスフォーメーション",{"href":573,"dataGaName":574,"dataGaLocation":512},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":576,"config":577},"SCM",{"href":175,"dataGaName":578,"dataGaLocation":512},"source code management",{"text":166,"config":580},{"href":168,"dataGaName":581,"dataGaLocation":512},"continuous integration & delivery",{"text":216,"config":583},{"href":218,"dataGaName":584,"dataGaLocation":512},"value stream management",{"text":17,"config":586},{"href":64,"dataGaName":587,"dataGaLocation":512},"gitops",{"text":229,"config":589},{"href":231,"dataGaName":232,"dataGaLocation":512},{"text":234,"config":591},{"href":236,"dataGaName":237,"dataGaLocation":512},{"text":239,"config":593},{"href":241,"dataGaName":242,"dataGaLocation":512},{"text":595,"config":596},"教育",{"href":597,"dataGaName":598,"dataGaLocation":512},"/ja-jp/solutions/education/","education",{"text":600,"config":601},"金融サービス",{"href":602,"dataGaName":603,"dataGaLocation":512},"/ja-jp/solutions/finance/","financial services",{"title":249,"links":605},[606,608,610,612,615,617,620,622,624,626,628,630,632],{"text":260,"config":607},{"href":262,"dataGaName":263,"dataGaLocation":512},{"text":265,"config":609},{"href":267,"dataGaName":268,"dataGaLocation":512},{"text":270,"config":611},{"href":272,"dataGaName":273,"dataGaLocation":512},{"text":275,"config":613},{"href":277,"dataGaName":614,"dataGaLocation":512},"docs",{"text":79,"config":616},{"href":299,"dataGaName":300},{"text":618,"config":619},"お客様の成功事例",{"href":295,"dataGaLocation":512},{"text":293,"config":621},{"href":295,"dataGaName":296,"dataGaLocation":512},{"text":302,"config":623},{"href":304,"dataGaName":305,"dataGaLocation":512},{"text":310,"config":625},{"href":312,"dataGaName":313,"dataGaLocation":512},{"text":315,"config":627},{"href":317,"dataGaName":318,"dataGaLocation":512},{"text":320,"config":629},{"href":322,"dataGaName":323,"dataGaLocation":512},{"text":325,"config":631},{"href":327,"dataGaName":328,"dataGaLocation":512},{"text":330,"config":633},{"href":332,"dataGaName":333,"dataGaLocation":512},{"title":635,"links":636},"Company",[637,639,641,643,645,647,649,653,658,660,662,664],{"text":355,"config":638},{"href":357,"dataGaName":350,"dataGaLocation":512},{"text":360,"config":640},{"href":362,"dataGaName":363,"dataGaLocation":512},{"text":368,"config":642},{"href":370,"dataGaName":371,"dataGaLocation":512},{"text":373,"config":644},{"href":375,"dataGaName":376,"dataGaLocation":512},{"text":378,"config":646},{"href":380,"dataGaName":381,"dataGaLocation":512},{"text":383,"config":648},{"href":385,"dataGaName":386,"dataGaLocation":512},{"text":650,"config":651},"Sustainability",{"href":652,"dataGaName":650,"dataGaLocation":512},"/sustainability/",{"text":654,"config":655},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":656,"dataGaName":657,"dataGaLocation":512},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":388,"config":659},{"href":390,"dataGaName":391,"dataGaLocation":512},{"text":398,"config":661},{"href":400,"dataGaName":401,"dataGaLocation":512},{"text":403,"config":663},{"href":405,"dataGaName":406,"dataGaLocation":512},{"text":665,"config":666},"現代奴隷制の透明性に関する声明",{"href":667,"dataGaName":668,"dataGaLocation":512},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":111,"links":670},[671,673,678,680,685,690,695],{"text":111,"config":672},{"href":113,"dataGaName":114,"dataGaLocation":512},{"text":674,"config":675},"サポートを受ける",{"href":676,"dataGaName":677,"dataGaLocation":512},"https://support.gitlab.com/hc/en-us/articles/11626483177756-GitLab-Support","get help",{"text":421,"config":679},{"href":423,"dataGaName":424,"dataGaLocation":512},{"text":681,"config":682},"ステータス",{"href":683,"dataGaName":684,"dataGaLocation":512},"https://status.gitlab.com/","status",{"text":686,"config":687},"利用規約",{"href":688,"dataGaName":689,"dataGaLocation":512},"/terms/","terms of use",{"text":691,"config":692},"プライバシーに関する声明",{"href":693,"dataGaName":694,"dataGaLocation":512},"/ja-jp/privacy/","privacy statement",{"text":696,"config":697},"Cookieの設定",{"dataGaName":698,"dataGaLocation":512,"id":699,"isOneTrustButton":92},"cookie preferences","ot-sdk-btn",{"items":701},[702,704,706],{"text":686,"config":703},{"href":688,"dataGaName":689,"dataGaLocation":512},{"text":691,"config":705},{"href":693,"dataGaName":694,"dataGaLocation":512},{"text":696,"config":707},{"dataGaName":698,"dataGaLocation":512,"id":699,"isOneTrustButton":92},{"header":709,"blurb":710,"button":711,"secondaryButton":715},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":106,"config":712},{"href":713,"dataGaName":109,"dataGaLocation":714},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":111,"config":716},{"href":113,"dataGaName":114,"dataGaLocation":714},1776443017107]