[{"data":1,"prerenderedAt":718},["ShallowReactive",2],{"/ja-jp/topics/gitops/gitops-workflow":3,"navigation-ja-jp":98,"banner-ja-jp":495,"footer-ja-jp":505,"next-steps-ja-jp":709},{"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":485},{"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&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/compare/gitlab-vs-github/","get started",{"freeTrial":476,"mobileIcon":481,"desktopIcon":483},{"text":477,"config":478},"GitLab Duoの詳細について",{"href":479,"dataGaName":480,"dataGaLocation":462},"/ja-jp/gitlab-duo/","gitlab duo",{"altText":464,"config":482},{"src":466,"dataGaName":467,"dataGaLocation":462},{"altText":464,"config":484},{"src":470,"dataGaName":467,"dataGaLocation":462},{"freeTrial":486,"mobileIcon":491,"desktopIcon":493},{"text":487,"config":488},"料金ページに戻る",{"href":246,"dataGaName":489,"dataGaLocation":462,"icon":490},"back to pricing","GoBack",{"altText":464,"config":492},{"src":466,"dataGaName":467,"dataGaLocation":462},{"altText":464,"config":494},{"src":470,"dataGaName":467,"dataGaLocation":462},{"title":496,"button":497,"config":502},"エージェント型AIがソフトウェア配信をどのように変革するかをご覧ください",{"text":498,"config":499},"GitLab Transcendを今すぐ視聴",{"href":500,"dataGaName":501,"dataGaLocation":104},"/ja-jp/events/transcend/virtual/","transcend event",{"layout":503,"icon":504},"release","AiStar",{"data":506},{"text":507,"source":508,"edit":514,"contribute":519,"config":524,"items":529,"minimal":701},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":509,"config":510},"ページのソースを表示",{"href":511,"dataGaName":512,"dataGaLocation":513},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":515,"config":516},"このページを編集",{"href":517,"dataGaName":518,"dataGaLocation":513},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":520,"config":521},"ご協力をお願いします",{"href":522,"dataGaName":523,"dataGaLocation":513},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":525,"facebook":526,"youtube":527,"linkedin":528},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[530,553,605,635,670],{"title":122,"links":531,"subMenu":536},[532],{"text":533,"config":534},"DevSecOpsプラットフォーム",{"href":131,"dataGaName":535,"dataGaLocation":513},"devsecops platform",[537],{"title":244,"links":538},[539,543,548],{"text":540,"config":541},"プランの表示",{"href":246,"dataGaName":542,"dataGaLocation":513},"view plans",{"text":544,"config":545},"Premiumを選ぶ理由",{"href":546,"dataGaName":547,"dataGaLocation":513},"/ja-jp/pricing/premium/","why premium",{"text":549,"config":550},"Ultimateを選ぶ理由",{"href":551,"dataGaName":552,"dataGaLocation":513},"/ja-jp/pricing/ultimate/","why ultimate",{"title":554,"links":555},"ソリューション",[556,561,564,566,571,576,580,583,586,589,591,593,595,600],{"text":557,"config":558},"デジタルトランスフォーメーション",{"href":559,"dataGaName":560,"dataGaLocation":513},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":562,"config":563},"セキュリティとコンプライアンス",{"href":186,"dataGaName":193,"dataGaLocation":513},{"text":178,"config":565},{"href":162,"dataGaName":163,"dataGaLocation":513},{"text":567,"config":568},"アジャイル開発",{"href":569,"dataGaName":570,"dataGaLocation":513},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":572,"config":573},"クラウドトランスフォーメーション",{"href":574,"dataGaName":575,"dataGaLocation":513},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":577,"config":578},"SCM",{"href":175,"dataGaName":579,"dataGaLocation":513},"source code management",{"text":166,"config":581},{"href":168,"dataGaName":582,"dataGaLocation":513},"continuous integration & delivery",{"text":216,"config":584},{"href":218,"dataGaName":585,"dataGaLocation":513},"value stream management",{"text":17,"config":587},{"href":64,"dataGaName":588,"dataGaLocation":513},"gitops",{"text":229,"config":590},{"href":231,"dataGaName":232,"dataGaLocation":513},{"text":234,"config":592},{"href":236,"dataGaName":237,"dataGaLocation":513},{"text":239,"config":594},{"href":241,"dataGaName":242,"dataGaLocation":513},{"text":596,"config":597},"教育",{"href":598,"dataGaName":599,"dataGaLocation":513},"/ja-jp/solutions/education/","education",{"text":601,"config":602},"金融サービス",{"href":603,"dataGaName":604,"dataGaLocation":513},"/ja-jp/solutions/finance/","financial services",{"title":249,"links":606},[607,609,611,613,616,618,621,623,625,627,629,631,633],{"text":260,"config":608},{"href":262,"dataGaName":263,"dataGaLocation":513},{"text":265,"config":610},{"href":267,"dataGaName":268,"dataGaLocation":513},{"text":270,"config":612},{"href":272,"dataGaName":273,"dataGaLocation":513},{"text":275,"config":614},{"href":277,"dataGaName":615,"dataGaLocation":513},"docs",{"text":79,"config":617},{"href":299,"dataGaName":300},{"text":619,"config":620},"お客様の成功事例",{"href":295,"dataGaLocation":513},{"text":293,"config":622},{"href":295,"dataGaName":296,"dataGaLocation":513},{"text":302,"config":624},{"href":304,"dataGaName":305,"dataGaLocation":513},{"text":310,"config":626},{"href":312,"dataGaName":313,"dataGaLocation":513},{"text":315,"config":628},{"href":317,"dataGaName":318,"dataGaLocation":513},{"text":320,"config":630},{"href":322,"dataGaName":323,"dataGaLocation":513},{"text":325,"config":632},{"href":327,"dataGaName":328,"dataGaLocation":513},{"text":330,"config":634},{"href":332,"dataGaName":333,"dataGaLocation":513},{"title":636,"links":637},"Company",[638,640,642,644,646,648,650,654,659,661,663,665],{"text":355,"config":639},{"href":357,"dataGaName":350,"dataGaLocation":513},{"text":360,"config":641},{"href":362,"dataGaName":363,"dataGaLocation":513},{"text":368,"config":643},{"href":370,"dataGaName":371,"dataGaLocation":513},{"text":373,"config":645},{"href":375,"dataGaName":376,"dataGaLocation":513},{"text":378,"config":647},{"href":380,"dataGaName":381,"dataGaLocation":513},{"text":383,"config":649},{"href":385,"dataGaName":386,"dataGaLocation":513},{"text":651,"config":652},"Sustainability",{"href":653,"dataGaName":651,"dataGaLocation":513},"/sustainability/",{"text":655,"config":656},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":657,"dataGaName":658,"dataGaLocation":513},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":388,"config":660},{"href":390,"dataGaName":391,"dataGaLocation":513},{"text":398,"config":662},{"href":400,"dataGaName":401,"dataGaLocation":513},{"text":403,"config":664},{"href":405,"dataGaName":406,"dataGaLocation":513},{"text":666,"config":667},"現代奴隷制の透明性に関する声明",{"href":668,"dataGaName":669,"dataGaLocation":513},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":111,"links":671},[672,674,679,681,686,691,696],{"text":111,"config":673},{"href":113,"dataGaName":114,"dataGaLocation":513},{"text":675,"config":676},"サポートを受ける",{"href":677,"dataGaName":678,"dataGaLocation":513},"/support/","get help",{"text":421,"config":680},{"href":423,"dataGaName":424,"dataGaLocation":513},{"text":682,"config":683},"ステータス",{"href":684,"dataGaName":685,"dataGaLocation":513},"https://status.gitlab.com/","status",{"text":687,"config":688},"利用規約",{"href":689,"dataGaName":690,"dataGaLocation":513},"/terms/","terms of use",{"text":692,"config":693},"プライバシーに関する声明",{"href":694,"dataGaName":695,"dataGaLocation":513},"/ja-jp/privacy/","privacy statement",{"text":697,"config":698},"Cookieの設定",{"dataGaName":699,"dataGaLocation":513,"id":700,"isOneTrustButton":92},"cookie preferences","ot-sdk-btn",{"items":702},[703,705,707],{"text":687,"config":704},{"href":689,"dataGaName":690,"dataGaLocation":513},{"text":692,"config":706},{"href":694,"dataGaName":695,"dataGaLocation":513},{"text":697,"config":708},{"dataGaName":699,"dataGaLocation":513,"id":700,"isOneTrustButton":92},{"header":710,"blurb":711,"button":712,"secondaryButton":716},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":106,"config":713},{"href":714,"dataGaName":109,"dataGaLocation":715},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":111,"config":717},{"href":113,"dataGaName":114,"dataGaLocation":715},1772652121475]