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