[{"data":1,"prerenderedAt":881},["ShallowReactive",2],{"/ja-jp/topics/gitops":3,"navigation-ja-jp":260,"banner-ja-jp":658,"footer-ja-jp":668,"next-steps-ja-jp":872},{"id":4,"title":5,"body":6,"category":6,"config":6,"content":7,"description":6,"extension":252,"meta":253,"navigation":254,"path":255,"seo":256,"slug":6,"stem":258,"testContent":6,"type":6,"__hash__":259},"pages/ja-jp/topics/gitops/index.yml","",null,[8,18,30,96,217,250],{"type":9,"componentName":9,"componentContent":10},"CommonBreadcrumbs",{"crumbs":11},[12,16],{"title":13,"config":14},"Industry topics",{"href":15},"/topics/",{"title":17},"GitOps",{"type":19,"componentName":19,"componentContent":20},"CommonArticleHero",{"title":21,"text":22,"config":23,"button":26},"GitOpsとは","GitOpsは、バージョン管理や共同作業、コンプライアンス、CI/CDなど、アプリケーション開発におけるDevOpsのベストプラクティスを取り入れ、インフラストラクチャの自動化に適用されるオペレーションフレームワークです。\n",{"id":24,"twoColumns":25},"gitopsとは",false,{"text":27,"config":28},"GitOpsの電子書籍を今すぐダウンロードする",{"href":29},"https://page.gitlab.com/resources-ebook-beginner-guide-gitops.html",{"type":31,"componentName":31,"componentContent":32},"CommonSideNavigationWithTree",{"anchors":33,"components":59},{"text":34,"data":35},"On this page",[36,39,43,47,51,55],{"text":21,"config":37},{"href":38},"#what-is-git-ops",{"text":40,"config":41},"チームがGitOpsを実践する方法",{"href":42},"#how-do-teams-put-git-ops-into-practice",{"text":44,"config":45},"GitOpsの課題",{"href":46},"#git-ops-challenges",{"text":48,"config":49},"GitOpsのメリット",{"href":50},"#git-ops-benefits",{"text":52,"config":53},"GitOpsとDevOpsの違い",{"href":54},"#what-is-the-difference-between-git-ops-and-dev-ops",{"text":56,"config":57},"GitOpsのワークフローとは",{"href":58},"#what-is-a-git-ops-workflow",[60,66,71,76,81,86,91],{"type":61,"componentName":61,"componentContent":62},"TopicsCopy",{"header":21,"text":63,"config":64},"ソフトウェア開発ライフサイクルの多くは自動化されていますが、インフラストラクチャに関しては大部分が、専門チームの手を必要とするマニュアルプロセスのままです。今日のインフラストラクチャに対する要求に対応するには、インフラストラクチャの自動化を実装することがますます重要になっています。最新のインフラストラクチャは、継続的デプロイに必要なクラウドリソースを効果的に管理できるように、弾力性が必要です。\n\n最新のクラウドネイティブアプリケーションは、スピードとスケールを念頭に置いて開発されています。 成熟したDevOpsカルチャーを持つ組織は、1日に数百回コードを本番環境にデプロイできます。DevOpsチームは、バージョン管理やコードレビュー、テストとデプロイを自動化するCI/CDパイプラインなどの開発のベストプラクティスを通じてこれを達成できます。\n\nGitOpsは、インフラストラクチャ（特に最新のクラウドインフラストラクチャ）のプロビジョニングプロセスを自動化するために使用されます。チームがアプリケーションのソースコードを使用する際と同様に、GitOpsを採用するオペレーションチームは、コードとして保存された設定ファイル（Infrastructure as Code）を使用します。GitOps設定ファイルは、アプリケーションのソースコードがビルドされるたびに同じアプリケーションバイナリを生成するのと同じように、デプロイされるたびに同じインフラストラクチャ環境を生成します。\n",{"id":65},"what-is-git-ops",{"type":61,"componentName":61,"componentContent":67},{"header":40,"text":68,"config":69},"GitOpsは単一の製品、プラグイン、またはプラットフォームではありません。チームがGitOpsを実践するための最善の方法は、チーム固有のニーズと目標によって異なるため、この質問に対する万能な回答はありません。ただし、GitOpsを始めるためのヒントには、すべてのチームメンバーが設定とコードを共有するための専用のGitOpsリポジトリの使用、コード変更のデプロイの自動化、変更が発生したときにチームに通知するためのアラートの設定などがあります。\n\nGitOpsには、次の3つの中核となるコンポーネントが必要です。\n\n### IaC：\nGitOpsは[Gitリポジトリ](/blog/migrating-your-version-control-to-git/){data-ga-name=\"Git repository\" data-ga-location=\"body\"}をインフラストラクチャの定義に関する単一の信頼できるソースとして使用します。Gitは、コード管理の変更をトラッキングするオープンソースバージョン管理システムです。また、Gitリポジトリはプロジェクト内の.gitフォルダーであり、プロジェクト内のファイルに加えられたすべての変更を長期にわたってトラッキングします。[Infrastructure as Code（IaC）](/topics/gitops/infrastructure-as-code/){data-ga-name=\"IaC\" data-ga-location=\"body\"}は、すべてのインフラストラクチャ設定をコードとして保存する方法です。実際に想定する状態（レプリカの数、ポッドなど）はコードとして保存される場合とそうでない場合があります。### マージリクエスト：\nGitOpsは、インフラストラクチャのすべての更新の[変更メカニズム](/blog/merge-request-reviewers/){data-ga-name=\"Change mechanism\" data-ga-location=\"body\"}として、マージリクエスト（MR）またはプルリクエスト（PR）を使用します。MRまたはPRは、チームがレビューやコメントを介してコラボレーションし、正式な承認が行われる場所です。マージは、main（またはトランク）ブランチにコミットされ、監査ログまたは監査証跡として機能します。\n\n### CI/CD：\nGitOpsは、[継続的インテグレーションと継続的デリバリー（CI/CD）](/topics/ci-cd/)を使用したGitワークフローによりインフラストラクチャの更新を自動化します。 新しいコードがマージされると、CI/CDパイプラインは変更を実行に移します。手動での変更やエラーなど、構成ドリフト (サーバーの構成・設定が時間とともにバラバラになる) はGitOpsにより上書きされるため、環境はGitで定義されている想定通りの状態に落ち着きます。GitLabはCI/CD[パイプライン](/blog/pre-filled-variables-feature/)を使用してGitOpsの自動化を管理および実装しますが、定義演算子などの他の形式の自動化も使用できます。\n",{"id":70},"how-do-teams-put-git-ops-into-practice",{"type":61,"componentName":61,"componentContent":72},{"header":44,"text":73,"config":74},"どのような共同作業においても変更は困難であり、GitOpsも例外ではありません。GitOpsはプロセスの変更であり、すべての参加者が規律を守り、新しい方法で物事を行うことに取り組むことが求められます。チームにとって重要なことは、すべてを書き留めておくことです。\n\nGitOpsによって、より大規模なレベルで共同作業を行うことができますが、それは一部の人々や組織にとっては必ずしも簡単にできることではありません。GitOpsの承認プロセスは、デベロッパーがコードに変更を加え、マージリクエストを作成し、承認者がこれらの変更をマージし、変更が展開されるという流れで行われます。この流れにより、インフラストラクチャに「委員会による変更」要素が導入されます。これは、すぐに行える手動での変更に慣れているエンジニアにとっては、時間がかかって面倒に思えるかもしれません。\n\nチームの全員が、マージリクエストやイシューで何が起こっているかを記録することが重要です。 本番環境で直接編集を行ったり、手作業で変更したりしたいという衝動を抑えるのは難しいかもしれませんが、それぞれのデベロッパーが思い思いに作業をするというような野放図な開発が減るほど、GitOpsはうまく機能するようになります。\n",{"id":75},"git-ops-challenges",{"type":61,"componentName":61,"componentContent":77},{"header":48,"text":78,"config":79},"GitOpsには、効率とセキュリティの向上、[デベロッパーの利用体験の向上](https://about.gitlab.com/topics/devops/what-is-developer-experience/)、コストの削減、デプロイの迅速化など、多くのメリットがあります。\n\nGitOpsを使用すると、組織は単一の統合ツールを用いてインフラストラクチャとアプリケーション開発ライフサイクル全体を管理できます。これにより、チーム間のより幅広いコラボレーションと連携が可能になり、結果としてエラーが減り、より迅速に問題を解決できます。\n\nさらに、GitOpsはコンテナとマイクロサービスでKubernetesクラスター設定やDockerイメージ、クラウドインスタンスやオンプレミスまでのインフラストラクチャ全体の一貫性を維持できるよう組織を支援します。\n",{"id":80},"git-ops-benefits",{"type":61,"componentName":61,"componentContent":82},{"header":52,"text":83,"config":84},"GitOpsとDevOpsには、主な違いがいくつかあります。たとえば、GitOpsはコードの変更を管理してデプロイするために自動化とツールに大きく依存しますが、DevOpsはチーム間のコミュニケーションとコラボレーションに重点を置いています。さらに、GitOpsは通常Kubernetesなどのコンテナ化技術と組み合わせて使用されますが、DevOpsはあらゆるタイプのアプリケーションで使用できます。\n\nGitOpsは、Gitコードリポジトリを使用してインフラストラクチャとアプリケーションコードのデプロイを管理することに焦点を当てたDevOpsのブランチです。両者の主な違いは、デプロイ状態の信頼できるソースがGitOpsではGitリポジトリである一方、DevOpsではアプリケーションまたはサーバー設定ファイルであることです。\n",{"id":85},"what-is-the-difference-between-git-ops-and-dev-ops",{"type":61,"componentName":61,"componentContent":87},{"header":56,"text":88,"config":89},"GitOpsワークフローとは、インフラストラクチャとアプリケーションの管理に対する体系的でバージョン管理されたアプローチを指します。コードベースに期待するのと同じ厳密さでシステム運用を扱うことを想像してみてください。GitOpsでは、Gitリポジトリはシステムとインフラストラクチャの設定に関する信頼できる唯一の情報源として機能します。\n\n設定の変更はプルリクエストによって行われ、更新のピアレビューと監査証跡を保証します。自動化されたツールがこれらの変更を実装し、一貫性のある再現可能なデプロイを可能にします。この開発手法は高い速度を可能にするだけでなく、チームメンバー間のコラボレーションを強化し、明確な文書化とトレーサビリティによって運用効率を高めます。\n\n### GitOpsワークフローの主なコンポーネント\n\nGitOpsワークフローは、アプリケーションのデプロイと管理を合理化する上で重要な役割を果たす4つの基本コンポーネントを中心に構築されています。\n\n__1. Gitリポジトリ：__これは基本要素として、アプリケーションのコードと設定の両方の信頼できる唯一の情報源として機能します。すべての重要な情報をGitリポジトリに保存することで、チームは開発ライフサイクル全体で一貫性と透明性を確保できます。\n\n__2. 継続的なデリバリー（CD）パイプライン：__CDパイプラインは、アプリケーションのビルド、テスト、デプロイのプロセスを自動化します。コード開発とデプロイのギャップを埋め、アプリケーションが品質基準を満たしていることを保証しながら、開発環境から本番環境へのスムーズな移行を促進します。\n\n__3. アプリケーションデプロイツール：__このツールは、アプリケーションを目的の環境にデプロイする役割を担います。アプリケーションリソースのオーケストレーションと管理を処理し、Gitリポジトリで定義された設定に従ってアプリケーションが正しく効率的にデプロイされることを保証します。\n\n__4. モニタリングシステム：__モニタリングシステムはアプリケーションの健全性を維持するために不可欠で、アプリケーションのパフォーマンスを詳細に監視します。データを収集し実用的なインサイトとフィードバックを提供することで、開発チームは十分な情報に基づいた決定を下し、潜在的な問題に迅速に対処できるようになります。\n\nこうしたコンポーネントを組み合わせることでアプリケーションのデプロイの効率性と信頼性が高まります。さらに、自動化、モニタリング、継続的な改善を重視することで、最新のDevOpsのプラクティスに沿った整合性のあるGitOpsワークフローが実現します。",{"id":90},"what-is-a-git-ops-workflow",{"type":92,"componentName":92,"componentContent":93},"TopicsCallToAction",{"title":94,"text":95},"GitOpsの仕組み","他の新しいテクノロジー用語と同様、GitOpsは業界全体で明確に同じように定義されているわけではありません。GitOpsの原則は仮想マシンやコンテナを含むすべてのタイプのインフラストラクチャの自動化に適用することができるため、Kubernetesベースのインフラストラクチャを管理しようとするチームにとって非常に有用です。\n\n多くのツールや開発手法がより迅速なデプロイとコードとインフラ間のシームレスな管理を約束する一方、GitOpsはデベロッパー中心の利用体験を重視している点が異なります。GitOpsによるインフラストラクチャ管理はアプリケーション開発と同じバージョン管理システムで行われるため、チームはGitの組み込み機能を活用しながら、一元化された場所でより多くのコラボレーションを行うことができます。",{"type":97,"componentName":97,"componentContent":98},"CommonResourcesContainer",{"header":99,"tabs":100},"関連リンク",[101,146,168,205],{"name":102,"items":103,"config":145},"次のステップ",[104,114,122,130,137],{"header":105,"type":102,"image":106,"link":109},"GitLabがGitOpsワークフローを効率化する方法を学ぶ",{"altText":105,"config":107},{"src":108},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159700/Website/Topics/img-fallback-cards-devops.png",{"text":110,"config":111},"詳細はこちら",{"href":112,"icon":113,"modal":25},"/ja-jp/solutions/gitops/","Articles",{"header":115,"type":102,"image":116,"link":119},"GitLabのコラボレーション技術がGitOpsに不可欠な理由",{"altText":115,"config":117},{"src":118},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159303/Website/Topics/img-fallback-cards-cicd.png",{"text":110,"config":120},{"href":121,"icon":113,"modal":25},"/ja-jp/topics/gitops/gitops-gitlab-collaboration/",{"header":123,"type":102,"image":124,"link":127},"Infrastructure as CodeのためのGitLabとTerraformの使い方",{"altText":123,"config":125},{"src":126},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159707/Website/Topics/img-fallback-cards-gitops.png",{"text":110,"config":128},{"href":129,"icon":113,"modal":25},"/ja-jp/topics/gitops/gitlab-enables-infrastructure-as-code/",{"header":131,"type":102,"image":132,"link":134},"GitLabを使ったGitOpsのためのマルチクラウドデプロイ",{"altText":131,"config":133},{"src":126},{"text":110,"config":135},{"href":136,"icon":113,"modal":25},"/ja-jp/topics/gitops/gitops-multicloud-deployments-gitlab/",{"header":138,"type":102,"image":139,"link":142},"GitOpsワークフローのメリット",{"altText":138,"config":140},{"src":141},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159714/Website/Topics/img-fallback-cards-devsec.png",{"text":110,"config":143},{"href":144,"icon":113,"modal":25},"/ja-jp/topics/gitops/gitops-best-practices/",{"key":102},{"name":147,"items":148,"config":167},"動画",[149,159],{"header":150,"type":147,"image":151,"link":154},"GitOpsとはなぜ重要なのか？始めるには",{"altText":150,"config":152},{"src":153},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159718/Website/Topics/what-is-gitops.jpg",{"text":155,"config":156},"今すぐ視聴",{"href":157,"icon":158,"modal":25},"https://www.youtube.com/embed/videoseries?list=PL05JrBw4t0KoixDjLVMzKwVgx0eNyDOIo","Video",{"header":160,"type":147,"image":161,"link":164},"GitLabをGitOpsに活用してサイロ化を解消し、コラボレーションを促進する",{"altText":160,"config":162},{"src":163},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159722/Website/Topics/using-gitlab-for-gitops.jpg",{"text":155,"config":165},{"href":166,"icon":158,"modal":25},"https://www.youtube.com/embed/videoseries?list=PLFGfElNsQthbno2laLgxeWLla48TpF8Kz",{"key":147},{"name":169,"items":170,"config":204},"ウェブキャスト",[171,180,188,196],{"header":172,"type":169,"image":173,"link":176},"[専門家によるパネルディスカッション] GitOps：インフラストラクチャオートメーションの展望",{"altText":172,"config":174},{"src":175},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749157556/Website/Topics/resources_1.jpg",{"text":110,"config":177},{"href":178,"icon":179,"modal":25},"/why/gitops-infrastructure-automation/","Webcast",{"header":181,"type":169,"image":182,"link":185},"GitLabとAnthosを使用したGitOpsによるインフラスクチャの管理",{"altText":181,"config":183},{"src":184},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158613/Website/Topics/resources_9.jpg",{"text":110,"config":186},{"href":187,"icon":179,"modal":25},"/webcast/gitops-gitlab-anthos/",{"header":189,"type":169,"image":190,"link":193},"GitLabとHashiCorp - GitOpsとクラウドオペレーティングモデルへの総合ガイド",{"altText":189,"config":191},{"src":192},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158599/Website/Topics/resources_3.jpg",{"text":110,"config":194},{"href":195,"icon":179,"modal":25},"/webcast/gitlab-hashicorp-gitops/",{"header":197,"type":169,"image":198,"link":201},"GitLabとTerraformによるクラウドインフラの自動化",{"altText":197,"config":199},{"src":200},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158608/Website/Topics/resources_4.jpg",{"text":110,"config":202},{"href":203,"icon":179,"modal":25},"/webcast/gitops-gitlab-terraform/",{"key":169},{"name":206,"items":207,"config":216},"書籍",[208],{"header":209,"type":206,"image":210,"link":213},"初心者向けGitOpsガイド",{"altText":209,"config":211},{"src":212},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749157557/Website/Topics/resources_10.jpg",{"text":110,"config":214},{"href":29,"icon":215,"modal":25},"Book",{"key":206},{"type":97,"componentName":97,"componentContent":218},{"header":219,"tabs":220},"おすすめのコンテンツ",[221],{"name":222,"items":223,"config":249},"resources",[224,233,241],{"header":225,"type":226,"image":227,"link":230},"GitLabとAnsibleを使用してInfrastructure as Codeを実現する方法","Web",{"altText":225,"config":228},{"src":229},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159735/Website/Topics/gitlab-ansible-cover.png",{"text":110,"config":231},{"href":232,"icon":226,"modal":25},"/ja-jp/blog/using-ansible-and-gitlab-as-infrastructure-for-code/",{"header":234,"type":226,"image":235,"link":238},"GitLabのバージョン管理を使用してGitOpsワークフローを最適化する",{"altText":234,"config":236},{"src":237},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159740/Website/Topics/gitops-image-unsplash.jpg",{"text":110,"config":239},{"href":240,"icon":226,"modal":25},"/blog/optimize-gitops-workflow/",{"header":242,"type":226,"image":243,"link":246},"GitOpsをワークフローとして選択すべき理由",{"altText":242,"config":244},{"src":245},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159743/Website/Topics/shiro-hatori-WR-ifjFy4CI-unsplash.jpg",{"text":110,"config":247},{"href":248,"icon":226,"modal":25},"/blog/why-gitops-should-be-workflow-of-choice/",{"key":222},{"type":251,"componentName":251},"CommonNextSteps","yml",{},true,"/ja-jp/topics/gitops",{"title":21,"description":257},"GitOpsは、Infrastructure as Codeと、Gitやコードレビュー、CI/CDパイプラインなどのソフトウェア開発のベストプラクティスを使用して、ITインフラストラクチャを自動化するプロセスです。","ja-jp/topics/gitops/index","gHfC-hY4lwq_oKCOXJkSLoKVrk-kRXix4IKFhdY-A3Y",{"data":261},{"logo":262,"freeTrial":267,"sales":272,"login":277,"items":282,"search":588,"minimal":621,"duo":638,"pricingDeployment":648},{"config":263},{"href":264,"dataGaName":265,"dataGaLocation":266},"/ja-jp/","gitlab logo","header",{"text":268,"config":269},"無料トライアルを開始",{"href":270,"dataGaName":271,"dataGaLocation":266},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":273,"config":274},"お問い合わせ",{"href":275,"dataGaName":276,"dataGaLocation":266},"/ja-jp/sales/","sales",{"text":278,"config":279},"サインイン",{"href":280,"dataGaName":281,"dataGaLocation":266},"https://gitlab.com/users/sign_in/","sign in",[283,309,405,410,510,570],{"text":284,"config":285,"cards":287},"プラットフォーム",{"dataNavLevelOne":286},"platform",[288,294,302],{"title":284,"description":289,"link":290},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":291,"config":292},"プラットフォームを詳しく見る",{"href":293,"dataGaName":286,"dataGaLocation":266},"/ja-jp/platform/",{"title":295,"description":296,"link":297},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":298,"config":299},"GitLab Duoのご紹介",{"href":300,"dataGaName":301,"dataGaLocation":266},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":303,"description":304,"link":305},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":110,"config":306},{"href":307,"dataGaName":308,"dataGaLocation":266},"/ja-jp/why-gitlab/","why gitlab",{"text":310,"left":254,"config":311,"link":313,"lists":317,"footer":387},"製品",{"dataNavLevelOne":312},"solutions",{"text":314,"config":315},"すべてのソリューションを表示",{"href":316,"dataGaName":312,"dataGaLocation":266},"/ja-jp/solutions/",[318,343,365],{"title":319,"description":320,"link":321,"items":326},"自動化","CI/CDと自動化でデプロイを加速",{"config":322},{"icon":323,"href":324,"dataGaName":325,"dataGaLocation":266},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[327,331,334,339],{"text":328,"config":329},"CI/CD",{"href":330,"dataGaLocation":266,"dataGaName":328},"/ja-jp/solutions/continuous-integration/",{"text":295,"config":332},{"href":300,"dataGaLocation":266,"dataGaName":333},"gitlab duo agent platform - product menu",{"text":335,"config":336},"ソースコード管理",{"href":337,"dataGaLocation":266,"dataGaName":338},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":340,"config":341},"自動化されたソフトウェアデリバリー",{"href":324,"dataGaLocation":266,"dataGaName":342},"Automated software delivery",{"title":344,"description":345,"link":346,"items":351},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":347},{"href":348,"dataGaName":349,"dataGaLocation":266,"icon":350},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[352,356,361],{"text":353,"config":354},"Application Security Testing",{"href":348,"dataGaName":355,"dataGaLocation":266},"Application security testing",{"text":357,"config":358},"ソフトウェアサプライチェーンの安全性",{"href":359,"dataGaLocation":266,"dataGaName":360},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":362,"config":363},"Software Compliance",{"href":364,"dataGaName":362,"dataGaLocation":266},"/ja-jp/solutions/software-compliance/",{"title":366,"link":367,"items":372},"測定",{"config":368},{"icon":369,"href":370,"dataGaName":371,"dataGaLocation":266},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[373,377,382],{"text":374,"config":375},"可視性と測定",{"href":370,"dataGaLocation":266,"dataGaName":376},"Visibility and Measurement",{"text":378,"config":379},"バリューストリーム管理",{"href":380,"dataGaLocation":266,"dataGaName":381},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":383,"config":384},"分析とインサイト",{"href":385,"dataGaLocation":266,"dataGaName":386},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":388,"items":389},"GitLabが活躍する場所",[390,395,400],{"text":391,"config":392},"Enterprise",{"href":393,"dataGaLocation":266,"dataGaName":394},"/ja-jp/enterprise/","enterprise",{"text":396,"config":397},"スモールビジネス",{"href":398,"dataGaLocation":266,"dataGaName":399},"/ja-jp/small-business/","small business",{"text":401,"config":402},"公共機関",{"href":403,"dataGaLocation":266,"dataGaName":404},"/ja-jp/solutions/public-sector/","public sector",{"text":406,"config":407},"価格",{"href":408,"dataGaName":409,"dataGaLocation":266,"dataNavLevelOne":409},"/ja-jp/pricing/","pricing",{"text":411,"config":412,"link":413,"lists":417,"feature":497},"関連リソース",{"dataNavLevelOne":222},{"text":414,"config":415},"すべてのリソースを表示",{"href":416,"dataGaName":222,"dataGaLocation":266},"/ja-jp/resources/",[418,451,469],{"title":419,"items":420},"はじめに",[421,426,431,436,441,446],{"text":422,"config":423},"インストール",{"href":424,"dataGaName":425,"dataGaLocation":266},"/ja-jp/install/","install",{"text":427,"config":428},"クイックスタートガイド",{"href":429,"dataGaName":430,"dataGaLocation":266},"/ja-jp/get-started/","quick setup checklists",{"text":432,"config":433},"学ぶ",{"href":434,"dataGaLocation":266,"dataGaName":435},"https://university.gitlab.com/","learn",{"text":437,"config":438},"製品ドキュメント",{"href":439,"dataGaName":440,"dataGaLocation":266},"https://docs.gitlab.com/","product documentation",{"text":442,"config":443},"ベストプラクティスビデオ",{"href":444,"dataGaName":445,"dataGaLocation":266},"/ja-jp/getting-started-videos/","best practice videos",{"text":447,"config":448},"インテグレーション",{"href":449,"dataGaName":450,"dataGaLocation":266},"/ja-jp/integrations/","integrations",{"title":452,"items":453},"検索する",[454,459,464],{"text":455,"config":456},"お客様成功事例",{"href":457,"dataGaName":458,"dataGaLocation":266},"/ja-jp/customers/","customer success stories",{"text":460,"config":461},"ブログ",{"href":462,"dataGaName":463,"dataGaLocation":266},"/ja-jp/blog/","blog",{"text":465,"config":466},"リモート",{"href":467,"dataGaName":468,"dataGaLocation":266},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":470,"items":471},"つなげる",[472,477,482,487,492],{"text":473,"config":474},"GitLabサービス",{"href":475,"dataGaName":476,"dataGaLocation":266},"/ja-jp/services/","services",{"text":478,"config":479},"コミュニティ",{"href":480,"dataGaName":481,"dataGaLocation":266},"/community/","community",{"text":483,"config":484},"フォーラム",{"href":485,"dataGaName":486,"dataGaLocation":266},"https://forum.gitlab.com/","forum",{"text":488,"config":489},"イベント",{"href":490,"dataGaName":491,"dataGaLocation":266},"/events/","events",{"text":493,"config":494},"パートナー",{"href":495,"dataGaName":496,"dataGaLocation":266},"/ja-jp/partners/","partners",{"backgroundColor":498,"textColor":499,"text":500,"image":501,"link":505},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":502,"config":503},"ソースプロモカード",{"src":504},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":506,"config":507},"最新情報を読む",{"href":508,"dataGaName":509,"dataGaLocation":266},"/ja-jp/the-source/","the source",{"text":511,"config":512,"lists":514},"会社情報",{"dataNavLevelOne":513},"company",[515],{"items":516},[517,522,528,530,535,540,545,550,555,560,565],{"text":518,"config":519},"GitLabについて",{"href":520,"dataGaName":521,"dataGaLocation":266},"/ja-jp/company/","about",{"text":523,"config":524,"footerGa":527},"採用情報",{"href":525,"dataGaName":526,"dataGaLocation":266},"/jobs/","jobs",{"dataGaName":526},{"text":488,"config":529},{"href":490,"dataGaName":491,"dataGaLocation":266},{"text":531,"config":532},"経営陣",{"href":533,"dataGaName":534,"dataGaLocation":266},"/company/team/e-group/","leadership",{"text":536,"config":537},"チーム",{"href":538,"dataGaName":539,"dataGaLocation":266},"/company/team/","team",{"text":541,"config":542},"ハンドブック",{"href":543,"dataGaName":544,"dataGaLocation":266},"https://handbook.gitlab.com/","handbook",{"text":546,"config":547},"投資家向け情報",{"href":548,"dataGaName":549,"dataGaLocation":266},"https://ir.gitlab.com/","investor relations",{"text":551,"config":552},"トラストセンター",{"href":553,"dataGaName":554,"dataGaLocation":266},"/ja-jp/security/","trust center",{"text":556,"config":557},"AI Transparency Center",{"href":558,"dataGaName":559,"dataGaLocation":266},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":561,"config":562},"ニュースレター",{"href":563,"dataGaName":564,"dataGaLocation":266},"/company/contact/#contact-forms","newsletter",{"text":566,"config":567},"プレス",{"href":568,"dataGaName":569,"dataGaLocation":266},"/press/","press",{"text":273,"config":571,"lists":572},{"dataNavLevelOne":513},[573],{"items":574},[575,578,583],{"text":273,"config":576},{"href":275,"dataGaName":577,"dataGaLocation":266},"talk to sales",{"text":579,"config":580},"サポートポータル",{"href":581,"dataGaName":582,"dataGaLocation":266},"https://support.gitlab.com","support portal",{"text":584,"config":585},"カスタマーポータル",{"href":586,"dataGaName":587,"dataGaLocation":266},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":589,"login":590,"suggestions":597},"閉じる",{"text":591,"link":592},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":593,"config":594},"GitLab.com",{"href":280,"dataGaName":595,"dataGaLocation":596},"search login","search",{"text":598,"default":599},"提案",[600,602,607,609,613,617],{"text":295,"config":601},{"href":300,"dataGaName":295,"dataGaLocation":596},{"text":603,"config":604},"コード提案（AI）",{"href":605,"dataGaName":606,"dataGaLocation":596},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":328,"config":608},{"href":330,"dataGaName":328,"dataGaLocation":596},{"text":610,"config":611},"GitLab on AWS",{"href":612,"dataGaName":610,"dataGaLocation":596},"/ja-jp/partners/technology-partners/aws/",{"text":614,"config":615},"GitLab on Google Cloud",{"href":616,"dataGaName":614,"dataGaLocation":596},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":618,"config":619},"GitLabを選ぶ理由",{"href":307,"dataGaName":620,"dataGaLocation":596},"Why GitLab?",{"freeTrial":622,"mobileIcon":626,"desktopIcon":631,"secondaryButton":634},{"text":268,"config":623},{"href":624,"dataGaName":271,"dataGaLocation":625},"https://gitlab.com/-/trials/new/","nav",{"altText":627,"config":628},"GitLabアイコン",{"src":629,"dataGaName":630,"dataGaLocation":625},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":627,"config":632},{"src":633,"dataGaName":630,"dataGaLocation":625},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":419,"config":635},{"href":636,"dataGaName":637,"dataGaLocation":625},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/compare/gitlab-vs-github/","get started",{"freeTrial":639,"mobileIcon":644,"desktopIcon":646},{"text":640,"config":641},"GitLab Duoの詳細について",{"href":642,"dataGaName":643,"dataGaLocation":625},"/ja-jp/gitlab-duo/","gitlab duo",{"altText":627,"config":645},{"src":629,"dataGaName":630,"dataGaLocation":625},{"altText":627,"config":647},{"src":633,"dataGaName":630,"dataGaLocation":625},{"freeTrial":649,"mobileIcon":654,"desktopIcon":656},{"text":650,"config":651},"料金ページに戻る",{"href":408,"dataGaName":652,"dataGaLocation":625,"icon":653},"back to pricing","GoBack",{"altText":627,"config":655},{"src":629,"dataGaName":630,"dataGaLocation":625},{"altText":627,"config":657},{"src":633,"dataGaName":630,"dataGaLocation":625},{"title":659,"button":660,"config":665},"エージェント型AIがソフトウェア配信をどのように変革するかをご覧ください",{"text":661,"config":662},"GitLab Transcendを今すぐ視聴",{"href":663,"dataGaName":664,"dataGaLocation":266},"/ja-jp/events/transcend/virtual/","transcend event",{"layout":666,"icon":667},"release","AiStar",{"data":669},{"text":670,"source":671,"edit":677,"contribute":682,"config":687,"items":692,"minimal":864},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":672,"config":673},"ページのソースを表示",{"href":674,"dataGaName":675,"dataGaLocation":676},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":678,"config":679},"このページを編集",{"href":680,"dataGaName":681,"dataGaLocation":676},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":683,"config":684},"ご協力をお願いします",{"href":685,"dataGaName":686,"dataGaLocation":676},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":688,"facebook":689,"youtube":690,"linkedin":691},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[693,716,768,798,833],{"title":284,"links":694,"subMenu":699},[695],{"text":696,"config":697},"DevSecOpsプラットフォーム",{"href":293,"dataGaName":698,"dataGaLocation":676},"devsecops platform",[700],{"title":406,"links":701},[702,706,711],{"text":703,"config":704},"プランの表示",{"href":408,"dataGaName":705,"dataGaLocation":676},"view plans",{"text":707,"config":708},"Premiumを選ぶ理由",{"href":709,"dataGaName":710,"dataGaLocation":676},"/ja-jp/pricing/premium/","why premium",{"text":712,"config":713},"Ultimateを選ぶ理由",{"href":714,"dataGaName":715,"dataGaLocation":676},"/ja-jp/pricing/ultimate/","why ultimate",{"title":717,"links":718},"ソリューション",[719,724,727,729,734,739,743,746,749,752,754,756,758,763],{"text":720,"config":721},"デジタルトランスフォーメーション",{"href":722,"dataGaName":723,"dataGaLocation":676},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":725,"config":726},"セキュリティとコンプライアンス",{"href":348,"dataGaName":355,"dataGaLocation":676},{"text":340,"config":728},{"href":324,"dataGaName":325,"dataGaLocation":676},{"text":730,"config":731},"アジャイル開発",{"href":732,"dataGaName":733,"dataGaLocation":676},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":735,"config":736},"クラウドトランスフォーメーション",{"href":737,"dataGaName":738,"dataGaLocation":676},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":740,"config":741},"SCM",{"href":337,"dataGaName":742,"dataGaLocation":676},"source code management",{"text":328,"config":744},{"href":330,"dataGaName":745,"dataGaLocation":676},"continuous integration & delivery",{"text":378,"config":747},{"href":380,"dataGaName":748,"dataGaLocation":676},"value stream management",{"text":17,"config":750},{"href":112,"dataGaName":751,"dataGaLocation":676},"gitops",{"text":391,"config":753},{"href":393,"dataGaName":394,"dataGaLocation":676},{"text":396,"config":755},{"href":398,"dataGaName":399,"dataGaLocation":676},{"text":401,"config":757},{"href":403,"dataGaName":404,"dataGaLocation":676},{"text":759,"config":760},"教育",{"href":761,"dataGaName":762,"dataGaLocation":676},"/ja-jp/solutions/education/","education",{"text":764,"config":765},"金融サービス",{"href":766,"dataGaName":767,"dataGaLocation":676},"/ja-jp/solutions/finance/","financial services",{"title":411,"links":769},[770,772,774,776,779,781,784,786,788,790,792,794,796],{"text":422,"config":771},{"href":424,"dataGaName":425,"dataGaLocation":676},{"text":427,"config":773},{"href":429,"dataGaName":430,"dataGaLocation":676},{"text":432,"config":775},{"href":434,"dataGaName":435,"dataGaLocation":676},{"text":437,"config":777},{"href":439,"dataGaName":778,"dataGaLocation":676},"docs",{"text":460,"config":780},{"href":462,"dataGaName":463},{"text":782,"config":783},"お客様の成功事例",{"href":457,"dataGaLocation":676},{"text":455,"config":785},{"href":457,"dataGaName":458,"dataGaLocation":676},{"text":465,"config":787},{"href":467,"dataGaName":468,"dataGaLocation":676},{"text":473,"config":789},{"href":475,"dataGaName":476,"dataGaLocation":676},{"text":478,"config":791},{"href":480,"dataGaName":481,"dataGaLocation":676},{"text":483,"config":793},{"href":485,"dataGaName":486,"dataGaLocation":676},{"text":488,"config":795},{"href":490,"dataGaName":491,"dataGaLocation":676},{"text":493,"config":797},{"href":495,"dataGaName":496,"dataGaLocation":676},{"title":799,"links":800},"Company",[801,803,805,807,809,811,813,817,822,824,826,828],{"text":518,"config":802},{"href":520,"dataGaName":513,"dataGaLocation":676},{"text":523,"config":804},{"href":525,"dataGaName":526,"dataGaLocation":676},{"text":531,"config":806},{"href":533,"dataGaName":534,"dataGaLocation":676},{"text":536,"config":808},{"href":538,"dataGaName":539,"dataGaLocation":676},{"text":541,"config":810},{"href":543,"dataGaName":544,"dataGaLocation":676},{"text":546,"config":812},{"href":548,"dataGaName":549,"dataGaLocation":676},{"text":814,"config":815},"Sustainability",{"href":816,"dataGaName":814,"dataGaLocation":676},"/sustainability/",{"text":818,"config":819},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":820,"dataGaName":821,"dataGaLocation":676},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":551,"config":823},{"href":553,"dataGaName":554,"dataGaLocation":676},{"text":561,"config":825},{"href":563,"dataGaName":564,"dataGaLocation":676},{"text":566,"config":827},{"href":568,"dataGaName":569,"dataGaLocation":676},{"text":829,"config":830},"現代奴隷制の透明性に関する声明",{"href":831,"dataGaName":832,"dataGaLocation":676},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":273,"links":834},[835,837,842,844,849,854,859],{"text":273,"config":836},{"href":275,"dataGaName":276,"dataGaLocation":676},{"text":838,"config":839},"サポートを受ける",{"href":840,"dataGaName":841,"dataGaLocation":676},"/support/","get help",{"text":584,"config":843},{"href":586,"dataGaName":587,"dataGaLocation":676},{"text":845,"config":846},"ステータス",{"href":847,"dataGaName":848,"dataGaLocation":676},"https://status.gitlab.com/","status",{"text":850,"config":851},"利用規約",{"href":852,"dataGaName":853,"dataGaLocation":676},"/terms/","terms of use",{"text":855,"config":856},"プライバシーに関する声明",{"href":857,"dataGaName":858,"dataGaLocation":676},"/ja-jp/privacy/","privacy statement",{"text":860,"config":861},"Cookieの設定",{"dataGaName":862,"dataGaLocation":676,"id":863,"isOneTrustButton":254},"cookie preferences","ot-sdk-btn",{"items":865},[866,868,870],{"text":850,"config":867},{"href":852,"dataGaName":853,"dataGaLocation":676},{"text":855,"config":869},{"href":857,"dataGaName":858,"dataGaLocation":676},{"text":860,"config":871},{"dataGaName":862,"dataGaLocation":676,"id":863,"isOneTrustButton":254},{"header":873,"blurb":874,"button":875,"secondaryButton":879},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":268,"config":876},{"href":877,"dataGaName":271,"dataGaLocation":878},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":273,"config":880},{"href":275,"dataGaName":276,"dataGaLocation":878},1772652137779]