[{"data":1,"prerenderedAt":805},["ShallowReactive",2],{"/ja-jp/topics/gitops/gitops-best-practices":3,"navigation-ja-jp":134,"banner-ja-jp":553,"footer-ja-jp":563,"next-steps-ja-jp":796},{"id":4,"title":5,"body":6,"category":6,"config":6,"content":7,"description":6,"extension":126,"meta":127,"navigation":128,"path":129,"seo":130,"slug":6,"stem":132,"testContent":6,"type":6,"__hash__":133},"pages/ja-jp/topics/gitops/gitops-best-practices/index.yml","",null,[8,22,30,83,124],{"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 best practices",{"type":23,"componentName":23,"componentContent":24},"CommonArticleHero",{"title":25,"text":26,"config":27},"GitOpsワークフローのメリット","GitOpsとはDevOpsのベストプラクティスに基づいたオペレーションフレームワークであり、インフラストラクチャのオートメーションに適用されます。チームがGitOpsワークフローを使用すると、開発ライフサイクル全体でメリットが得られます。\n",{"id":28,"twoColumns":29},"gitopsワークフローのメリット",false,{"type":31,"componentName":31,"componentContent":32},"CommonSideNavigationWithTree",{"anchors":33,"components":56},{"text":34,"data":35},"このトピックの詳細",[36,40,44,48,52],{"text":37,"config":38},"Gitバージョン管理システムがセキュリティとコンプライアンスを強化",{"href":39},"#a-git-version-control-system-enhances-security-and-compliance",{"text":41,"config":42},"確立されたベストプラクティスがコラボレーションと生産性を強化",{"href":43},"#established-best-practices-enhance-collaboration-and-productivity",{"text":45,"config":46},"自動化により、デベロッパーエクスペリエンスが向上し、コストが削減されます",{"href":47},"#automation-improves-the-developer-experience-and-reduces-cost",{"text":49,"config":50},"継続的インテグレーションは開発とデプロイの高速化につながリマス",{"href":51},"#continuous-integrations-leads-to-faster-development-and-deployment",{"text":53,"config":54},"Gitワークフローが安定性と信頼性を高めます",{"href":55},"#git-workflows-increase-stability-and-reliability",[57,63,68,73,78],{"type":58,"componentName":58,"componentContent":59},"TopicsCopy",{"header":37,"text":60,"config":61},"チームがインフラストラクチャ管理に単一のプラットフォームを使用するため、ツールチェーンが簡素化され、アタックサーフェスが減少します。攻撃が発生した場合でも、チームはバージョンコントロールシステムを使って望ましい状態にリバートすることができます。その結果、GitOpsはダウンタイムと機能停止を軽減すると同時に、チームは問題のない環境で開発を続けることができます。\n\n\n厳格なコンプライアンスに従わなければならないチームは、ポリシーによって本番環境に変更を加えられるメンバーの数が制限されることが多いため、規制の厳しい環境では[コラボレーション](/blog/collaboration-communication-best-practices/){data-ga-name=\"collaboration\" data-ga-location=\"body\"}の機会が減ってしまうことがよくあります。しかしGitOpsを使えば、誰でも[マージリクエスト](/blog/iteration-and-code-review/){data-ga-name=\"merge request\" data-ga-location=\"body\"}を通じて変更を提案できるため、`production`ブランチにマージできるメンバーの数を制限しながらも、コラボレーションの範囲を広げることができます。チームが[GitOpsワークフロー](/topics/gitops/gitops-workflow/){data-ga-name=\"gitops workflow\" data-ga-location=\"body\"}を採用すると、CI/CDツールを使って変更が自動化されるため、すべてのインフラストラクチャーコンポーネントに[アクセス](/blog/protecting-manual-jobs/){data-ga-name=\"access\" data-ga-location=\"body\"}認証情報を提供する必要がなくなり、アクセスコントロールが向上します。GitOpsを使うと、誰もがコントリビュートできるようになりますが、コラボレーションの拡大には、すべての変更の実行履歴を保持する必要性が伴います。GitOpsを使うと、`main`[ブランチ](/blog/new-git-default-branch-name/){data-ga-name=\"main branch\" data-ga-location=\"body\"}上のすべてのコミットが監査用の変更履歴として機能するようになります。",{"id":62},"a-git-version-control-system-enhances-security-and-compliance",{"type":58,"componentName":58,"componentContent":64},{"header":41,"text":65,"config":66},"GitOpsには、[Infrastructure as Code](/topics/gitops/infrastructure-as-code/){data-ga-name=\"infrastructure as code\" data-ga-location=\"body\"}、[Gitワークフロー](/blog/15-git-tips-improve-workflow/){data-ga-name=\"workflows\" data-ga-location=\"body\"}、CI/CDパイプラインに関するソフトウェア開発のベストプラクティスが組み込まれています。オペレーション・チームはあらかじめこうしたスキルや知識、ツールチェーンの要件を備えているため、GitOpsの採用を決定しても学習曲線が大きく変化することはありません。GitOpsワークフローの導入により、プロセスの簡素化、可視性の向上、信頼できる唯一の情報源の作成、無駄のないツールの保持が可能になります。GitOpsワークフローを利用することで、可視性が確保され、コラボレーションが強化されます。その理由は、Gitバージョンコントロールシステムとマージリクエストを、インフラ変更の仕組みとして利用するからです。すべてのアップデートは同じレビューと承認のプロセスを通ります。また、チームはアイデアの共有、コードのレビュー、フィードバックの提供によってコラボレーションできます。\n",{"id":67},"established-best-practices-enhance-collaboration-and-productivity",{"type":58,"componentName":58,"componentContent":69},{"header":45,"text":70,"config":71},"CI/CDツールと継続的なデプロイにより、生産性が向上します。これは、チームが自動化のメリットを享受し、面倒な手作業に労力を注ぐのではなく、開発に集中できるためです。GitOpsワークフローを使うと、チームメンバーはGitにアップデートをプッシュする前に任意言語やツールを使うことができるので、[デベロッパーエクスペリエンスが向上](https://about.gitlab.com/topics/devops/what-is-developer-experience/)します。参入障壁が低いため、新入社員からベテランのチームメンバーまで、誰でも迅速かつ簡単に生産性を高められます。インフラストラクチャの自動化は、生産性を向上させ、ダウンタイムを減らすと同時に、クラウドリソースの管理の改善を促進し、[コスト](/blog/how-we-optimized-our-infrastructure-spend-at-gitlab/){data-ga-name=\"costs\" data-ga-location=\"body\"}削減にもつながります。インフラストラクチャの定義とテストを自動化することで、手作業やリワークをなくし、組み込みのリバートとロールバック機能によりダウンタイムを削減します。",{"id":72},"automation-improves-the-developer-experience-and-reduces-cost",{"type":58,"componentName":58,"componentContent":74},{"header":49,"text":75,"config":76},"GitOpsにより、デプロイをより速く、より頻繁に行えるようになったため、チームは[実用最小限の変更](/blog/lessons-in-iteration-from-new-infrastructure-team/){data-ga-name=\"minimum viable change\" data-ga-location=\"body\"}をプッシュしやすくなりました。GitOpsのベストプラクティスを使うことで、チームは1日に数回リリースし、問題があれば変更をリバートすることができます。デプロイの速度が高まれば、リリースのスピードが上がり、チームがビジネスと顧客価値を提供できるようになります。継続的インテグレーションを利用することで、チームのアジャイル性が高まり、顧客のニーズへの迅速な対応が可能になります。",{"id":77},"continuous-integrations-leads-to-faster-development-and-deployment",{"type":58,"componentName":58,"componentContent":79},{"header":53,"text":80,"config":81},"インフラストラクチャのコード化と再現が可能となったことで、人為的な[ミス](/blog/iteration-on-error-tracking/){data-ga-name=\"error\" data-ga-location=\"body\"}が減りました。マージリクエストはコードレビューとコラボレーションを促進し、本番環境に移行する前にチームがエラーを特定して修正するのにも役立ちます。また、インフラストラクチャに対するすべての変更が[マージリクエスト](/blog/merge-trains-explained/){data-ga-name=\"MRs\" data-ga-location=\"body\"}によって追跡され、イテレーションが正常に機能しない場合には変更を以前の状態にロールバックできるため、リスクも少なくなります。Gitワークフローを使うことで、より安定した状態へのロールバックが可能になり、深刻な障害が発生した場合には[分散型](https://git-scm.com/about/distributed)のバックアップコピーを提供することで、リカバリ時間が短縮されます。GitOpsによって、チームは不安定な環境が発生することを恐れることなく、新機能をより速く反復してリリースできるようになります。\n",{"id":82},"git-workflows-increase-stability-and-reliability",{"type":84,"componentName":84,"componentContent":85},"CommonResourcesContainer",{"header":86,"tabs":87},"GitOpsについて詳しく見る",[88],{"name":89,"items":90,"config":123},"resources",[91,102,113],{"header":92,"type":93,"image":94,"link":97},"GitLabがGitOpsワークフローを効率化する方法を学ぶ","記事",{"altText":92,"config":95},{"src":96},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158268/Website/Topics/resources_2.jpg",{"text":98,"config":99},"詳しく見る",{"href":100,"icon":101,"modal":29},"/ja-jp/solutions/gitops/","Article",{"header":103,"type":104,"image":105,"link":108},"テックリーダーからGitOpsの今後の展望を学ぶ","ウェブキャスト",{"altText":103,"config":106},{"src":107},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749157557/Website/Topics/resources_10.jpg",{"text":109,"config":110},"今すぐ視聴",{"href":111,"icon":112,"modal":29},"/why/gitops-infrastructure-automation/","Webcast",{"header":114,"type":115,"image":116,"link":119},"初心者向けGitOpsガイドをダウンロードする","書籍",{"altText":114,"config":117},{"src":118},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158599/Website/Topics/resources_3.jpg",{"text":120,"config":121},"詳細はこちら",{"href":122,"icon":101,"modal":29},"https://page.gitlab.com/resources-ebook-beginner-guide-gitops.html",{"key":89},{"type":125,"componentName":125},"CommonNextSteps","yml",{},true,"/ja-jp/topics/gitops/gitops-best-practices",{"title":25,"description":131},"GitOpsワークフローのメリットとベストプラクティスをご覧ください。","ja-jp/topics/gitops/gitops-best-practices/index","NfLsLGdWP6cDeRk6Ww8Td9su2YqLFxS4ZUuW7tawP-g",{"logo":135,"freeTrial":140,"sales":145,"login":150,"items":155,"search":473,"minimal":506,"duo":523,"switchNav":532,"pricingDeployment":543},{"config":136},{"href":137,"dataGaName":138,"dataGaLocation":139},"/ja-jp/","gitlab logo","header",{"text":141,"config":142},"無料トライアルを開始",{"href":143,"dataGaName":144,"dataGaLocation":139},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":146,"config":147},"お問い合わせ",{"href":148,"dataGaName":149,"dataGaLocation":139},"/ja-jp/sales/","sales",{"text":151,"config":152},"サインイン",{"href":153,"dataGaName":154,"dataGaLocation":139},"https://gitlab.com/users/sign_in/","sign in",[156,184,286,291,393,454],{"text":157,"config":158,"menu":160},"プラットフォーム",{"dataNavLevelOne":159},"platform",{"type":161,"columns":162},"cards",[163,169,177],{"title":157,"description":164,"link":165},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":166,"config":167},"プラットフォームを探索",{"href":168,"dataGaName":159,"dataGaLocation":139},"/ja-jp/platform/",{"title":170,"description":171,"link":172},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":173,"config":174},"GitLab Duoのご紹介",{"href":175,"dataGaName":176,"dataGaLocation":139},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":178,"description":179,"link":180},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":120,"config":181},{"href":182,"dataGaName":183,"dataGaLocation":139},"/ja-jp/why-gitlab/","why gitlab",{"text":185,"left":128,"config":186,"menu":188},"製品",{"dataNavLevelOne":187},"solutions",{"type":189,"link":190,"columns":194,"feature":265},"lists",{"text":191,"config":192},"すべてのソリューションを表示",{"href":193,"dataGaName":187,"dataGaLocation":139},"/ja-jp/solutions/",[195,220,243],{"title":196,"description":197,"link":198,"items":203},"自動化","CI/CDと自動化でデプロイを加速",{"config":199},{"icon":200,"href":201,"dataGaName":202,"dataGaLocation":139},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[204,208,211,216],{"text":205,"config":206},"CI/CD",{"href":207,"dataGaLocation":139,"dataGaName":205},"/ja-jp/solutions/continuous-integration/",{"text":170,"config":209},{"href":175,"dataGaLocation":139,"dataGaName":210},"gitlab duo agent platform - product menu",{"text":212,"config":213},"ソースコード管理",{"href":214,"dataGaLocation":139,"dataGaName":215},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":217,"config":218},"自動化されたソフトウェアデリバリー",{"href":201,"dataGaLocation":139,"dataGaName":219},"Automated software delivery",{"title":221,"description":222,"link":223,"items":228},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":224},{"href":225,"dataGaName":226,"dataGaLocation":139,"icon":227},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[229,233,238],{"text":230,"config":231},"アプリケーションセキュリティテスト",{"href":225,"dataGaName":232,"dataGaLocation":139},"Application security testing",{"text":234,"config":235},"ソフトウェアサプライチェーンの安全性",{"href":236,"dataGaLocation":139,"dataGaName":237},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":239,"config":240},"ソフトウェアコンプライアンス",{"href":241,"dataGaName":242,"dataGaLocation":139},"/ja-jp/solutions/software-compliance/","software compliance",{"title":244,"link":245,"items":250},"測定",{"config":246},{"icon":247,"href":248,"dataGaName":249,"dataGaLocation":139},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[251,255,260],{"text":252,"config":253},"可視性と測定",{"href":248,"dataGaLocation":139,"dataGaName":254},"Visibility and Measurement",{"text":256,"config":257},"バリューストリーム管理",{"href":258,"dataGaLocation":139,"dataGaName":259},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":261,"config":262},"分析とインサイト",{"href":263,"dataGaLocation":139,"dataGaName":264},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":266,"type":189,"items":267},"GitLabが活躍する場所",[268,274,280],{"text":269,"config":270},"エンタープライズ",{"icon":271,"href":272,"dataGaLocation":139,"dataGaName":273},"Building","/ja-jp/enterprise/","enterprise",{"text":275,"config":276},"スモールビジネス",{"icon":277,"href":278,"dataGaLocation":139,"dataGaName":279},"Work","/ja-jp/small-business/","small business",{"text":281,"config":282},"公共部門",{"icon":283,"href":284,"dataGaLocation":139,"dataGaName":285},"Organization","/ja-jp/solutions/public-sector/","public sector",{"text":287,"config":288},"価格",{"href":289,"dataGaName":290,"dataGaLocation":139,"dataNavLevelOne":290},"/ja-jp/pricing/","pricing",{"text":292,"config":293,"menu":294},"リソース",{"dataNavLevelOne":89},{"type":189,"link":295,"columns":299,"feature":379},{"text":296,"config":297},"すべてのリソースを表示",{"href":298,"dataGaName":89,"dataGaLocation":139},"/ja-jp/resources/",[300,333,351],{"title":301,"items":302},"はじめに",[303,308,313,318,323,328],{"text":304,"config":305},"インストール",{"href":306,"dataGaName":307,"dataGaLocation":139},"/ja-jp/install/","install",{"text":309,"config":310},"クイックスタートガイド",{"href":311,"dataGaName":312,"dataGaLocation":139},"/ja-jp/get-started/","quick setup checklists",{"text":314,"config":315},"学ぶ",{"href":316,"dataGaLocation":139,"dataGaName":317},"https://university.gitlab.com/","learn",{"text":319,"config":320},"製品ドキュメント",{"href":321,"dataGaName":322,"dataGaLocation":139},"https://docs.gitlab.com/ja-jp/","product documentation",{"text":324,"config":325},"ベストプラクティスビデオ",{"href":326,"dataGaName":327,"dataGaLocation":139},"/ja-jp/getting-started-videos/","best practice videos",{"text":329,"config":330},"インテグレーション",{"href":331,"dataGaName":332,"dataGaLocation":139},"/ja-jp/integrations/","integrations",{"title":334,"items":335},"検索する",[336,341,346],{"text":337,"config":338},"お客様成功事例",{"href":339,"dataGaName":340,"dataGaLocation":139},"/ja-jp/customers/","customer success stories",{"text":342,"config":343},"ブログ",{"href":344,"dataGaName":345,"dataGaLocation":139},"/ja-jp/blog/","blog",{"text":347,"config":348},"リモート",{"href":349,"dataGaName":350,"dataGaLocation":139},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":352,"items":353},"つなげる",[354,359,364,369,374],{"text":355,"config":356},"GitLabサービス",{"href":357,"dataGaName":358,"dataGaLocation":139},"/ja-jp/services/","services",{"text":360,"config":361},"コミュニティ",{"href":362,"dataGaName":363,"dataGaLocation":139},"/community/","community",{"text":365,"config":366},"フォーラム",{"href":367,"dataGaName":368,"dataGaLocation":139},"https://forum.gitlab.com/","forum",{"text":370,"config":371},"イベント",{"href":372,"dataGaName":373,"dataGaLocation":139},"/events/","events",{"text":375,"config":376},"パートナー",{"href":377,"dataGaName":378,"dataGaLocation":139},"/ja-jp/partners/","partners",{"config":380,"text":383,"image":384,"link":388},{"background":381,"textColor":382},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":385,"config":386},"ソースプロモカード",{"src":387},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":389,"config":390},"最新情報を読む",{"href":391,"dataGaName":392,"dataGaLocation":139},"/ja-jp/the-source/","the source",{"text":394,"config":395,"menu":397},"会社情報",{"dataNavLevelOne":396},"company",{"type":189,"columns":398},[399],{"items":400},[401,406,412,414,419,424,429,434,439,444,449],{"text":402,"config":403},"GitLabについて",{"href":404,"dataGaName":405,"dataGaLocation":139},"/ja-jp/company/","about",{"text":407,"config":408,"footerGa":411},"採用情報",{"href":409,"dataGaName":410,"dataGaLocation":139},"/jobs/","jobs",{"dataGaName":410},{"text":370,"config":413},{"href":372,"dataGaName":373,"dataGaLocation":139},{"text":415,"config":416},"経営陣",{"href":417,"dataGaName":418,"dataGaLocation":139},"/company/team/e-group/","leadership",{"text":420,"config":421},"チーム",{"href":422,"dataGaName":423,"dataGaLocation":139},"/company/team/","team",{"text":425,"config":426},"ハンドブック",{"href":427,"dataGaName":428,"dataGaLocation":139},"https://handbook.gitlab.com/","handbook",{"text":430,"config":431},"投資家向け情報",{"href":432,"dataGaName":433,"dataGaLocation":139},"https://ir.gitlab.com/","investor relations",{"text":435,"config":436},"トラストセンター",{"href":437,"dataGaName":438,"dataGaLocation":139},"/ja-jp/security/","trust center",{"text":440,"config":441},"AI Transparency Center",{"href":442,"dataGaName":443,"dataGaLocation":139},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":445,"config":446},"ニュースレター",{"href":447,"dataGaName":448,"dataGaLocation":139},"/company/contact/#contact-forms","newsletter",{"text":450,"config":451},"プレス",{"href":452,"dataGaName":453,"dataGaLocation":139},"/press/","press",{"text":146,"config":455,"menu":456},{"dataNavLevelOne":396},{"type":189,"columns":457},[458],{"items":459},[460,463,468],{"text":146,"config":461},{"href":148,"dataGaName":462,"dataGaLocation":139},"talk to sales",{"text":464,"config":465},"サポートを受ける",{"href":466,"dataGaName":467,"dataGaLocation":139},"https://support.gitlab.com","support portal",{"text":469,"config":470},"カスタマーポータル",{"href":471,"dataGaName":472,"dataGaLocation":139},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":474,"login":475,"suggestions":482},"閉じる",{"text":476,"link":477},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":478,"config":479},"GitLab.com",{"href":153,"dataGaName":480,"dataGaLocation":481},"search login","search",{"text":483,"default":484},"提案",[485,487,492,494,498,502],{"text":170,"config":486},{"href":175,"dataGaName":170,"dataGaLocation":481},{"text":488,"config":489},"コード提案（AI）",{"href":490,"dataGaName":491,"dataGaLocation":481},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":205,"config":493},{"href":207,"dataGaName":205,"dataGaLocation":481},{"text":495,"config":496},"GitLab on AWS",{"href":497,"dataGaName":495,"dataGaLocation":481},"/ja-jp/partners/technology-partners/aws/",{"text":499,"config":500},"GitLab on Google Cloud",{"href":501,"dataGaName":499,"dataGaLocation":481},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":503,"config":504},"GitLabを選ぶ理由",{"href":182,"dataGaName":505,"dataGaLocation":481},"Why GitLab?",{"freeTrial":507,"mobileIcon":511,"desktopIcon":516,"secondaryButton":519},{"text":141,"config":508},{"href":509,"dataGaName":144,"dataGaLocation":510},"https://gitlab.com/-/trials/new/","nav",{"altText":512,"config":513},"GitLabアイコン",{"src":514,"dataGaName":515,"dataGaLocation":510},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":512,"config":517},{"src":518,"dataGaName":515,"dataGaLocation":510},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":301,"config":520},{"href":521,"dataGaName":522,"dataGaLocation":510},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":524,"mobileIcon":528,"desktopIcon":530},{"text":525,"config":526},"GitLab Duoの詳細について",{"href":175,"dataGaName":527,"dataGaLocation":510},"gitlab duo",{"altText":512,"config":529},{"src":514,"dataGaName":515,"dataGaLocation":510},{"altText":512,"config":531},{"src":518,"dataGaName":515,"dataGaLocation":510},{"button":533,"mobileIcon":538,"desktopIcon":540},{"text":534,"config":535},"/switch",{"href":536,"dataGaName":537,"dataGaLocation":510},"#contact","switch",{"altText":512,"config":539},{"src":514,"dataGaName":515,"dataGaLocation":510},{"altText":512,"config":541},{"src":542,"dataGaName":515,"dataGaLocation":510},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":544,"mobileIcon":549,"desktopIcon":551},{"text":545,"config":546},"価格ページに戻る",{"href":289,"dataGaName":547,"dataGaLocation":510,"icon":548},"back to pricing","GoBack",{"altText":512,"config":550},{"src":514,"dataGaName":515,"dataGaLocation":510},{"altText":512,"config":552},{"src":518,"dataGaName":515,"dataGaLocation":510},{"title":554,"button":555,"config":560},"エージェント型AIがソフトウェア配信をどのように変革するかをご覧ください",{"text":556,"config":557},"6月10日のGitLab Transcendに申し込む",{"href":558,"dataGaName":559,"dataGaLocation":139},"/ja-jp/releases/whats-new/#sign-up","transcend event",{"layout":561,"icon":562,"disabled":29},"release","AiStar",{"data":564},{"text":565,"source":566,"edit":572,"contribute":577,"config":582,"items":587,"minimal":787},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":567,"config":568},"ページのソースを表示",{"href":569,"dataGaName":570,"dataGaLocation":571},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":573,"config":574},"このページを編集",{"href":575,"dataGaName":576,"dataGaLocation":571},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":578,"config":579},"ご協力をお願いします",{"href":580,"dataGaName":581,"dataGaLocation":571},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":583,"facebook":584,"youtube":585,"linkedin":586},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[588,633,684,726,753],{"title":287,"links":589,"subMenu":604},[590,594,599],{"text":591,"config":592},"プランの表示",{"href":289,"dataGaName":593,"dataGaLocation":571},"view plans",{"text":595,"config":596},"Premiumを選ぶ理由",{"href":597,"dataGaName":598,"dataGaLocation":571},"/ja-jp/pricing/premium/","why premium",{"text":600,"config":601},"Ultimateを選ぶ理由",{"href":602,"dataGaName":603,"dataGaLocation":571},"/ja-jp/pricing/ultimate/","why ultimate",[605],{"title":146,"links":606},[607,609,611,613,618,623,628],{"text":146,"config":608},{"href":148,"dataGaName":149,"dataGaLocation":571},{"text":464,"config":610},{"href":466,"dataGaName":467,"dataGaLocation":571},{"text":469,"config":612},{"href":471,"dataGaName":472,"dataGaLocation":571},{"text":614,"config":615},"ステータス",{"href":616,"dataGaName":617,"dataGaLocation":571},"https://status.gitlab.com/","status",{"text":619,"config":620},"利用規約",{"href":621,"dataGaName":622,"dataGaLocation":571},"/terms/","terms of use",{"text":624,"config":625},"プライバシーに関する声明",{"href":626,"dataGaName":627,"dataGaLocation":571},"/ja-jp/privacy/","privacy statement",{"text":629,"config":630},"Cookie 優先設定",{"dataGaName":631,"dataGaLocation":571,"id":632,"isOneTrustButton":128},"cookie preferences","ot-sdk-btn",{"title":185,"links":634,"subMenu":643},[635,639],{"text":636,"config":637},"DevSecOpsプラットフォーム",{"href":168,"dataGaName":638,"dataGaLocation":571},"devsecops platform",{"text":640,"config":641},"AI支援開発",{"href":175,"dataGaName":642,"dataGaLocation":571},"ai-assisted development",[644],{"title":645,"links":646},"トピック",[647,651,654,659,664,669,674,679],{"text":205,"config":648},{"href":649,"dataGaName":650,"dataGaLocation":571},"/ja-jp/topics/ci-cd/","cicd",{"text":17,"config":652},{"href":19,"dataGaName":653,"dataGaLocation":571},"gitops",{"text":655,"config":656},"DevOps",{"href":657,"dataGaName":658,"dataGaLocation":571},"/ja-jp/topics/devops/","devops",{"text":660,"config":661},"バージョン管理",{"href":662,"dataGaName":663,"dataGaLocation":571},"/ja-jp/topics/version-control/","version control",{"text":665,"config":666},"DevSecOps",{"href":667,"dataGaName":668,"dataGaLocation":571},"/ja-jp/topics/devsecops/","devsecops",{"text":670,"config":671},"クラウドネイティブ",{"href":672,"dataGaName":673,"dataGaLocation":571},"/ja-jp/topics/cloud-native/","cloud native",{"text":675,"config":676},"コーディングのためのAI",{"href":677,"dataGaName":678,"dataGaLocation":571},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":680,"config":681},"エージェント型AI",{"href":682,"dataGaName":683,"dataGaLocation":571},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":685,"links":686},"ソリューション",[687,690,692,697,701,704,707,709,711,713,716,721],{"text":230,"config":688},{"href":225,"dataGaName":689,"dataGaLocation":571},"Application Security Testing",{"text":217,"config":691},{"href":201,"dataGaName":202,"dataGaLocation":571},{"text":693,"config":694},"アジャイル開発",{"href":695,"dataGaName":696,"dataGaLocation":571},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":698,"config":699},"SCM",{"href":214,"dataGaName":700,"dataGaLocation":571},"source code management",{"text":205,"config":702},{"href":207,"dataGaName":703,"dataGaLocation":571},"continuous integration & delivery",{"text":256,"config":705},{"href":258,"dataGaName":706,"dataGaLocation":571},"value stream management",{"text":17,"config":708},{"href":100,"dataGaName":653,"dataGaLocation":571},{"text":269,"config":710},{"href":272,"dataGaName":273,"dataGaLocation":571},{"text":275,"config":712},{"href":278,"dataGaName":279,"dataGaLocation":571},{"text":714,"config":715},"公共機関",{"href":284,"dataGaName":285,"dataGaLocation":571},{"text":717,"config":718},"教育",{"href":719,"dataGaName":720,"dataGaLocation":571},"/ja-jp/solutions/education/","education",{"text":722,"config":723},"金融サービス",{"href":724,"dataGaName":725,"dataGaLocation":571},"/ja-jp/solutions/finance/","financial services",{"title":292,"links":727},[728,730,732,734,737,739,741,743,745,747,749,751],{"text":304,"config":729},{"href":306,"dataGaName":307,"dataGaLocation":571},{"text":309,"config":731},{"href":311,"dataGaName":312,"dataGaLocation":571},{"text":314,"config":733},{"href":316,"dataGaName":317,"dataGaLocation":571},{"text":319,"config":735},{"href":321,"dataGaName":736,"dataGaLocation":571},"docs",{"text":342,"config":738},{"href":344,"dataGaName":345,"dataGaLocation":571},{"text":337,"config":740},{"href":339,"dataGaName":340,"dataGaLocation":571},{"text":347,"config":742},{"href":349,"dataGaName":350,"dataGaLocation":571},{"text":355,"config":744},{"href":357,"dataGaName":358,"dataGaLocation":571},{"text":360,"config":746},{"href":362,"dataGaName":363,"dataGaLocation":571},{"text":365,"config":748},{"href":367,"dataGaName":368,"dataGaLocation":571},{"text":370,"config":750},{"href":372,"dataGaName":373,"dataGaLocation":571},{"text":375,"config":752},{"href":377,"dataGaName":378,"dataGaLocation":571},{"title":394,"links":754},[755,757,759,761,763,765,767,771,776,778,780,782],{"text":402,"config":756},{"href":404,"dataGaName":396,"dataGaLocation":571},{"text":407,"config":758},{"href":409,"dataGaName":410,"dataGaLocation":571},{"text":415,"config":760},{"href":417,"dataGaName":418,"dataGaLocation":571},{"text":420,"config":762},{"href":422,"dataGaName":423,"dataGaLocation":571},{"text":425,"config":764},{"href":427,"dataGaName":428,"dataGaLocation":571},{"text":430,"config":766},{"href":432,"dataGaName":433,"dataGaLocation":571},{"text":768,"config":769},"Sustainability",{"href":770,"dataGaName":768,"dataGaLocation":571},"/sustainability/",{"text":772,"config":773},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":774,"dataGaName":775,"dataGaLocation":571},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":435,"config":777},{"href":437,"dataGaName":438,"dataGaLocation":571},{"text":445,"config":779},{"href":447,"dataGaName":448,"dataGaLocation":571},{"text":450,"config":781},{"href":452,"dataGaName":453,"dataGaLocation":571},{"text":783,"config":784},"現代奴隷制の透明性に関する声明",{"href":785,"dataGaName":786,"dataGaLocation":571},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":788},[789,791,794],{"text":619,"config":790},{"href":621,"dataGaName":622,"dataGaLocation":571},{"text":792,"config":793},"Cookieの設定",{"dataGaName":631,"dataGaLocation":571,"id":632,"isOneTrustButton":128},{"text":624,"config":795},{"href":626,"dataGaName":627,"dataGaLocation":571},{"header":797,"blurb":798,"button":799,"secondaryButton":803},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":141,"config":800},{"href":801,"dataGaName":144,"dataGaLocation":802},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":146,"config":804},{"href":148,"dataGaName":149,"dataGaLocation":802},1777934954675]