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