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