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