[{"data":1,"prerenderedAt":758},["ShallowReactive",2],{"/ja-jp/topics/gitops/gitops-workflow":3,"navigation-ja-jp":98,"banner-ja-jp":506,"footer-ja-jp":516,"next-steps-ja-jp":749},{"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":426,"minimal":459,"duo":476,"switchNav":485,"pricingDeployment":496},{"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,244,249,348,408],{"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":226},"製品",{"dataNavLevelOne":150},"solutions",{"text":152,"config":153},"すべてのソリューションを表示",{"href":154,"dataGaName":150,"dataGaLocation":104},"/ja-jp/solutions/",[156,181,204],{"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},"アプリケーションセキュリティテスト",{"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},"ソフトウェアコンプライアンス",{"href":202,"dataGaName":203,"dataGaLocation":104},"/ja-jp/solutions/software-compliance/","software compliance",{"title":205,"link":206,"items":211},"測定",{"config":207},{"icon":208,"href":209,"dataGaName":210,"dataGaLocation":104},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[212,216,221],{"text":213,"config":214},"可視性と測定",{"href":209,"dataGaLocation":104,"dataGaName":215},"Visibility and Measurement",{"text":217,"config":218},"バリューストリーム管理",{"href":219,"dataGaLocation":104,"dataGaName":220},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":222,"config":223},"分析とインサイト",{"href":224,"dataGaLocation":104,"dataGaName":225},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":227,"items":228},"GitLabが活躍する場所",[229,234,239],{"text":230,"config":231},"大企業",{"href":232,"dataGaLocation":104,"dataGaName":233},"/ja-jp/enterprise/","enterprise",{"text":235,"config":236},"スモールビジネス",{"href":237,"dataGaLocation":104,"dataGaName":238},"/ja-jp/small-business/","small business",{"text":240,"config":241},"公共部門",{"href":242,"dataGaLocation":104,"dataGaName":243},"/ja-jp/solutions/public-sector/","public sector",{"text":245,"config":246},"価格",{"href":247,"dataGaName":248,"dataGaLocation":104,"dataNavLevelOne":248},"/ja-jp/pricing/","pricing",{"text":250,"config":251,"link":252,"lists":256,"feature":335},"リソース",{"dataNavLevelOne":53},{"text":253,"config":254},"すべてのリソースを表示",{"href":255,"dataGaName":53,"dataGaLocation":104},"/ja-jp/resources/",[257,290,307],{"title":258,"items":259},"はじめに",[260,265,270,275,280,285],{"text":261,"config":262},"インストール",{"href":263,"dataGaName":264,"dataGaLocation":104},"/ja-jp/install/","install",{"text":266,"config":267},"クイックスタートガイド",{"href":268,"dataGaName":269,"dataGaLocation":104},"/ja-jp/get-started/","quick setup checklists",{"text":271,"config":272},"学ぶ",{"href":273,"dataGaLocation":104,"dataGaName":274},"https://university.gitlab.com/","learn",{"text":276,"config":277},"製品ドキュメント",{"href":278,"dataGaName":279,"dataGaLocation":104},"https://docs.gitlab.com/ja-jp/","product documentation",{"text":281,"config":282},"ベストプラクティスビデオ",{"href":283,"dataGaName":284,"dataGaLocation":104},"/ja-jp/getting-started-videos/","best practice videos",{"text":286,"config":287},"インテグレーション",{"href":288,"dataGaName":289,"dataGaLocation":104},"/ja-jp/integrations/","integrations",{"title":291,"items":292},"検索する",[293,298,302],{"text":294,"config":295},"お客様成功事例",{"href":296,"dataGaName":297,"dataGaLocation":104},"/ja-jp/customers/","customer success stories",{"text":79,"config":299},{"href":300,"dataGaName":301,"dataGaLocation":104},"/ja-jp/blog/","blog",{"text":303,"config":304},"リモート",{"href":305,"dataGaName":306,"dataGaLocation":104},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":308,"items":309},"つなげる",[310,315,320,325,330],{"text":311,"config":312},"GitLabサービス",{"href":313,"dataGaName":314,"dataGaLocation":104},"/ja-jp/services/","services",{"text":316,"config":317},"コミュニティ",{"href":318,"dataGaName":319,"dataGaLocation":104},"/community/","community",{"text":321,"config":322},"フォーラム",{"href":323,"dataGaName":324,"dataGaLocation":104},"https://forum.gitlab.com/","forum",{"text":326,"config":327},"イベント",{"href":328,"dataGaName":329,"dataGaLocation":104},"/events/","events",{"text":331,"config":332},"パートナー",{"href":333,"dataGaName":334,"dataGaLocation":104},"/ja-jp/partners/","partners",{"backgroundColor":336,"textColor":337,"text":338,"image":339,"link":343},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":340,"config":341},"ソースプロモカード",{"src":342},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":344,"config":345},"最新情報を読む",{"href":346,"dataGaName":347,"dataGaLocation":104},"/ja-jp/the-source/","the source",{"text":349,"config":350,"lists":352},"会社情報",{"dataNavLevelOne":351},"company",[353],{"items":354},[355,360,366,368,373,378,383,388,393,398,403],{"text":356,"config":357},"GitLabについて",{"href":358,"dataGaName":359,"dataGaLocation":104},"/ja-jp/company/","about",{"text":361,"config":362,"footerGa":365},"採用情報",{"href":363,"dataGaName":364,"dataGaLocation":104},"/jobs/","jobs",{"dataGaName":364},{"text":326,"config":367},{"href":328,"dataGaName":329,"dataGaLocation":104},{"text":369,"config":370},"経営陣",{"href":371,"dataGaName":372,"dataGaLocation":104},"/company/team/e-group/","leadership",{"text":374,"config":375},"チーム",{"href":376,"dataGaName":377,"dataGaLocation":104},"/company/team/","team",{"text":379,"config":380},"ハンドブック",{"href":381,"dataGaName":382,"dataGaLocation":104},"https://handbook.gitlab.com/","handbook",{"text":384,"config":385},"投資家向け情報",{"href":386,"dataGaName":387,"dataGaLocation":104},"https://ir.gitlab.com/","investor relations",{"text":389,"config":390},"トラストセンター",{"href":391,"dataGaName":392,"dataGaLocation":104},"/ja-jp/security/","trust center",{"text":394,"config":395},"AI Transparency Center",{"href":396,"dataGaName":397,"dataGaLocation":104},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":399,"config":400},"ニュースレター",{"href":401,"dataGaName":402,"dataGaLocation":104},"/company/contact/#contact-forms","newsletter",{"text":404,"config":405},"プレス",{"href":406,"dataGaName":407,"dataGaLocation":104},"/press/","press",{"text":111,"config":409,"lists":410},{"dataNavLevelOne":351},[411],{"items":412},[413,416,421],{"text":111,"config":414},{"href":113,"dataGaName":415,"dataGaLocation":104},"talk to sales",{"text":417,"config":418},"サポートを受ける",{"href":419,"dataGaName":420,"dataGaLocation":104},"https://support.gitlab.com","support portal",{"text":422,"config":423},"カスタマーポータル",{"href":424,"dataGaName":425,"dataGaLocation":104},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":427,"login":428,"suggestions":435},"閉じる",{"text":429,"link":430},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":431,"config":432},"GitLab.com",{"href":118,"dataGaName":433,"dataGaLocation":434},"search login","search",{"text":436,"default":437},"提案",[438,440,445,447,451,455],{"text":133,"config":439},{"href":138,"dataGaName":133,"dataGaLocation":434},{"text":441,"config":442},"コード提案（AI）",{"href":443,"dataGaName":444,"dataGaLocation":434},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":166,"config":446},{"href":168,"dataGaName":166,"dataGaLocation":434},{"text":448,"config":449},"GitLab on AWS",{"href":450,"dataGaName":448,"dataGaLocation":434},"/ja-jp/partners/technology-partners/aws/",{"text":452,"config":453},"GitLab on Google Cloud",{"href":454,"dataGaName":452,"dataGaLocation":434},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":456,"config":457},"GitLabを選ぶ理由",{"href":145,"dataGaName":458,"dataGaLocation":434},"Why GitLab?",{"freeTrial":460,"mobileIcon":464,"desktopIcon":469,"secondaryButton":472},{"text":106,"config":461},{"href":462,"dataGaName":109,"dataGaLocation":463},"https://gitlab.com/-/trials/new/","nav",{"altText":465,"config":466},"GitLabアイコン",{"src":467,"dataGaName":468,"dataGaLocation":463},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":465,"config":470},{"src":471,"dataGaName":468,"dataGaLocation":463},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":258,"config":473},{"href":474,"dataGaName":475,"dataGaLocation":463},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":477,"mobileIcon":481,"desktopIcon":483},{"text":478,"config":479},"GitLab Duoの詳細について",{"href":138,"dataGaName":480,"dataGaLocation":463},"gitlab duo",{"altText":465,"config":482},{"src":467,"dataGaName":468,"dataGaLocation":463},{"altText":465,"config":484},{"src":471,"dataGaName":468,"dataGaLocation":463},{"button":486,"mobileIcon":491,"desktopIcon":493},{"text":487,"config":488},"/switch",{"href":489,"dataGaName":490,"dataGaLocation":463},"#contact","switch",{"altText":465,"config":492},{"src":467,"dataGaName":468,"dataGaLocation":463},{"altText":465,"config":494},{"src":495,"dataGaName":468,"dataGaLocation":463},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":497,"mobileIcon":502,"desktopIcon":504},{"text":498,"config":499},"料金ページに戻る",{"href":247,"dataGaName":500,"dataGaLocation":463,"icon":501},"back to pricing","GoBack",{"altText":465,"config":503},{"src":467,"dataGaName":468,"dataGaLocation":463},{"altText":465,"config":505},{"src":471,"dataGaName":468,"dataGaLocation":463},{"title":507,"button":508,"config":513},"エージェント型AIがソフトウェア配信をどのように変革するかをご覧ください",{"text":509,"config":510},"GitLab Transcendを今すぐ視聴",{"href":511,"dataGaName":512,"dataGaLocation":104},"/ja-jp/events/transcend/virtual/","transcend event",{"layout":514,"icon":515,"disabled":92},"release","AiStar",{"data":517},{"text":518,"source":519,"edit":525,"contribute":530,"config":535,"items":540,"minimal":740},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":520,"config":521},"ページのソースを表示",{"href":522,"dataGaName":523,"dataGaLocation":524},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":526,"config":527},"このページを編集",{"href":528,"dataGaName":529,"dataGaLocation":524},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":531,"config":532},"ご協力をお願いします",{"href":533,"dataGaName":534,"dataGaLocation":524},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":536,"facebook":537,"youtube":538,"linkedin":539},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[541,586,637,679,706],{"title":245,"links":542,"subMenu":557},[543,547,552],{"text":544,"config":545},"プランの表示",{"href":247,"dataGaName":546,"dataGaLocation":524},"view plans",{"text":548,"config":549},"Premiumを選ぶ理由",{"href":550,"dataGaName":551,"dataGaLocation":524},"/ja-jp/pricing/premium/","why premium",{"text":553,"config":554},"Ultimateを選ぶ理由",{"href":555,"dataGaName":556,"dataGaLocation":524},"/ja-jp/pricing/ultimate/","why ultimate",[558],{"title":111,"links":559},[560,562,564,566,571,576,581],{"text":111,"config":561},{"href":113,"dataGaName":114,"dataGaLocation":524},{"text":417,"config":563},{"href":419,"dataGaName":420,"dataGaLocation":524},{"text":422,"config":565},{"href":424,"dataGaName":425,"dataGaLocation":524},{"text":567,"config":568},"ステータス",{"href":569,"dataGaName":570,"dataGaLocation":524},"https://status.gitlab.com/","status",{"text":572,"config":573},"利用規約",{"href":574,"dataGaName":575,"dataGaLocation":524},"/terms/","terms of use",{"text":577,"config":578},"プライバシーに関する声明",{"href":579,"dataGaName":580,"dataGaLocation":524},"/ja-jp/privacy/","privacy statement",{"text":582,"config":583},"Cookie 優先設定",{"dataGaName":584,"dataGaLocation":524,"id":585,"isOneTrustButton":92},"cookie preferences","ot-sdk-btn",{"title":148,"links":587,"subMenu":596},[588,592],{"text":589,"config":590},"DevSecOpsプラットフォーム",{"href":131,"dataGaName":591,"dataGaLocation":524},"devsecops platform",{"text":593,"config":594},"AI支援開発",{"href":138,"dataGaName":595,"dataGaLocation":524},"ai-assisted development",[597],{"title":598,"links":599},"トピック",[600,604,607,612,617,622,627,632],{"text":166,"config":601},{"href":602,"dataGaName":603,"dataGaLocation":524},"/ja-jp/topics/ci-cd/","cicd",{"text":17,"config":605},{"href":19,"dataGaName":606,"dataGaLocation":524},"gitops",{"text":608,"config":609},"DevOps",{"href":610,"dataGaName":611,"dataGaLocation":524},"/ja-jp/topics/devops/","devops",{"text":613,"config":614},"バージョン管理",{"href":615,"dataGaName":616,"dataGaLocation":524},"/ja-jp/topics/version-control/","version control",{"text":618,"config":619},"DevSecOps",{"href":620,"dataGaName":621,"dataGaLocation":524},"/ja-jp/topics/devsecops/","devsecops",{"text":623,"config":624},"クラウドネイティブ",{"href":625,"dataGaName":626,"dataGaLocation":524},"/ja-jp/topics/cloud-native/","cloud native",{"text":628,"config":629},"コーディングのためのAI",{"href":630,"dataGaName":631,"dataGaLocation":524},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":633,"config":634},"エージェント型AI",{"href":635,"dataGaName":636,"dataGaLocation":524},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":638,"links":639},"ソリューション",[640,643,645,650,654,657,660,662,664,666,669,674],{"text":191,"config":641},{"href":186,"dataGaName":642,"dataGaLocation":524},"Application Security Testing",{"text":178,"config":644},{"href":162,"dataGaName":163,"dataGaLocation":524},{"text":646,"config":647},"アジャイル開発",{"href":648,"dataGaName":649,"dataGaLocation":524},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":651,"config":652},"SCM",{"href":175,"dataGaName":653,"dataGaLocation":524},"source code management",{"text":166,"config":655},{"href":168,"dataGaName":656,"dataGaLocation":524},"continuous integration & delivery",{"text":217,"config":658},{"href":219,"dataGaName":659,"dataGaLocation":524},"value stream management",{"text":17,"config":661},{"href":64,"dataGaName":606,"dataGaLocation":524},{"text":230,"config":663},{"href":232,"dataGaName":233,"dataGaLocation":524},{"text":235,"config":665},{"href":237,"dataGaName":238,"dataGaLocation":524},{"text":667,"config":668},"公共機関",{"href":242,"dataGaName":243,"dataGaLocation":524},{"text":670,"config":671},"教育",{"href":672,"dataGaName":673,"dataGaLocation":524},"/ja-jp/solutions/education/","education",{"text":675,"config":676},"金融サービス",{"href":677,"dataGaName":678,"dataGaLocation":524},"/ja-jp/solutions/finance/","financial services",{"title":250,"links":680},[681,683,685,687,690,692,694,696,698,700,702,704],{"text":261,"config":682},{"href":263,"dataGaName":264,"dataGaLocation":524},{"text":266,"config":684},{"href":268,"dataGaName":269,"dataGaLocation":524},{"text":271,"config":686},{"href":273,"dataGaName":274,"dataGaLocation":524},{"text":276,"config":688},{"href":278,"dataGaName":689,"dataGaLocation":524},"docs",{"text":79,"config":691},{"href":300,"dataGaName":301,"dataGaLocation":524},{"text":294,"config":693},{"href":296,"dataGaName":297,"dataGaLocation":524},{"text":303,"config":695},{"href":305,"dataGaName":306,"dataGaLocation":524},{"text":311,"config":697},{"href":313,"dataGaName":314,"dataGaLocation":524},{"text":316,"config":699},{"href":318,"dataGaName":319,"dataGaLocation":524},{"text":321,"config":701},{"href":323,"dataGaName":324,"dataGaLocation":524},{"text":326,"config":703},{"href":328,"dataGaName":329,"dataGaLocation":524},{"text":331,"config":705},{"href":333,"dataGaName":334,"dataGaLocation":524},{"title":349,"links":707},[708,710,712,714,716,718,720,724,729,731,733,735],{"text":356,"config":709},{"href":358,"dataGaName":351,"dataGaLocation":524},{"text":361,"config":711},{"href":363,"dataGaName":364,"dataGaLocation":524},{"text":369,"config":713},{"href":371,"dataGaName":372,"dataGaLocation":524},{"text":374,"config":715},{"href":376,"dataGaName":377,"dataGaLocation":524},{"text":379,"config":717},{"href":381,"dataGaName":382,"dataGaLocation":524},{"text":384,"config":719},{"href":386,"dataGaName":387,"dataGaLocation":524},{"text":721,"config":722},"Sustainability",{"href":723,"dataGaName":721,"dataGaLocation":524},"/sustainability/",{"text":725,"config":726},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":727,"dataGaName":728,"dataGaLocation":524},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":389,"config":730},{"href":391,"dataGaName":392,"dataGaLocation":524},{"text":399,"config":732},{"href":401,"dataGaName":402,"dataGaLocation":524},{"text":404,"config":734},{"href":406,"dataGaName":407,"dataGaLocation":524},{"text":736,"config":737},"現代奴隷制の透明性に関する声明",{"href":738,"dataGaName":739,"dataGaLocation":524},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":741},[742,744,747],{"text":572,"config":743},{"href":574,"dataGaName":575,"dataGaLocation":524},{"text":745,"config":746},"Cookieの設定",{"dataGaName":584,"dataGaLocation":524,"id":585,"isOneTrustButton":92},{"text":577,"config":748},{"href":579,"dataGaName":580,"dataGaLocation":524},{"header":750,"blurb":751,"button":752,"secondaryButton":756},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":106,"config":753},{"href":754,"dataGaName":109,"dataGaLocation":755},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":111,"config":757},{"href":113,"dataGaName":114,"dataGaLocation":755},1777394006292]