[{"data":1,"prerenderedAt":1208},["ShallowReactive",2],{"/ja-jp/blog/gitlab-high-availability-with-lifekeeper-hacluster":3,"navigation-ja-jp":418,"banner-ja-jp":846,"footer-ja-jp":854,"blog-post-authors-ja-jp-Tsukasa Komatsubara|Hiroshi Nishishita, SIOS Technology, Inc.":1094,"blog-related-posts-ja-jp-gitlab-high-availability-with-lifekeeper-hacluster":1122,"blog-promotions-ja-jp":1145,"next-steps-ja-jp":1199},{"id":4,"title":5,"authors":6,"body":9,"category":394,"date":395,"description":396,"extension":397,"externalUrl":398,"faq":398,"featured":399,"heroImage":400,"meta":401,"navigation":402,"path":403,"seo":404,"slug":408,"stem":409,"tags":410,"template":415,"updatedDate":416,"__hash__":417},"blogPosts/ja-jp/blog/gitlab-high-availability-with-lifekeeper-hacluster.md","GitLabを少ない工数で冗長化して安定運用を実現する ～HAクラスターソフトウェア「LifeKeeper」による冗長化～",[7,8],"Tsukasa Komatsubara","Hiroshi Nishishita, SIOS Technology, Inc.",{"type":10,"value":11,"toc":365},"minimark",[12,39,46,51,54,57,60,64,67,70,73,77,80,84,88,91,98,120,123,127,130,133,136,139,143,146,149,153,156,159,162,165,170,173,177,180,184,187,190,199,202,205,209,212,215,221,238,254,257,260,263,266,275,283,291,295,298,301,307,310,316,319,325,329,332,343],[13,14,15,22,25,27,32,34],"p",{},[16,17,18],"em",{},[19,20,21],"strong",{},"編集部注：私たちは時折、パートナーコミュニティのメンバーにGitLabブログへの寄稿をお願いしています。今回は、サイオステクノロジー株式会社の西下容史氏に寄稿いただきました。",[23,24],"br",{},[23,26],{},[16,28,29],{},[19,30,31],{},"当ブログは、GitLabを運用されている方を対象にしています。開発の中核を担うGitLabは、何らかの障害（例えばサーバーの停止やGitLab自体の停止など）が原因で止まってしまうと、開発業務に大きな影響が出てしまいます。このためGitLabには「止まらない仕組み」が求められています。",[23,33],{},[16,35,36],{},[19,37,38],{},"このブログでは、GitLabの止まらない仕組みを、直感的なGUIが用意されたHAクラスター製品による冗長化構成で実現する方法が紹介されています。",[40,41,43],"h2",{"id":42},"開発を止めないためにgitlabの冗長化を考える",[19,44,45],{},"開発を止めないために：GitLabの冗長化を考える",[47,48,50],"h3",{"id":49},"gitlabの停止が開発チームに与える影響","GitLabの停止が開発チームに与える影響",[13,52,53],{},"GitLabをSelf-Managed版で運用されている企業のインフラ担当者やDevOpsエンジニアの皆さん、GitLabの可用性について不安を感じたことはありませんか？",[13,55,56],{},"特に金融系・公共系企業では、セキュリティやコンプライアンスの観点から自社環境でGitLabを運用するケースが増えています。しかし、GitLabが障害で停止してしまうと、開発チーム全体の業務が止まり、システムやサービスのリリースに遅れが発生するなど、ビジネスへの影響は計り知れません。",[13,58,59],{},"バージョン管理、CI/CD、課題管理といった開発の中核を担うGitLabだからこそ、「止まらない仕組み」が求められています。",[47,61,63],{"id":62},"haクラスター構成による高可用性の実現","HAクラスター構成による高可用性の実現",[13,65,66],{},"このような課題に対する有効な解決策が、HAクラスター構成によるGitLabの冗長化です。稼働系と待機系のノードを用意し、障害発生時には自動的に切り替えることで、最小限のダウンタイムでサービスを継続できます。",[13,68,69],{},"本記事では、世界で9万ライセンス以上の導入実績を持つHAクラスター製品「LifeKeeper for Linux」を使用した、GitLabの冗長化構成を具体的にご紹介します。Amazon EC2環境でのAZ跨ぎ構成を例に、データ共有の仕組み、障害監視とフェイルオーバーの自動化、そして直感的なGUI操作による管理方法まで、実際の検証結果に基づいて解説していきます。",[13,71,72],{},"開発を止めないインフラ基盤の構築を検討されている方は、ぜひ最後までお読みください。",[40,74,76],{"id":75},"gitlabとは開発基盤に求められる高可用性","GitLabとは：開発基盤に求められる高可用性",[13,78,79],{},"GitLabは、分散型バージョン管理システムの「Git」を利用したDevSecOpsプラットフォームであり、世界中で多くの企業に採用されています。ファイルのバージョン管理、課題管理、CI/CDパイプラインなど、ソフトウェア開発に必要な機能を統合的に提供します。",[40,81,83],{"id":82},"gitlabが停止したときの影響","GitLabが停止したときの影響",[47,85,87],{"id":86},"gitlab停止時の影響範囲","GitLab停止時の影響範囲",[13,89,90],{},"GitLabが停止すると、以下のような影響が即座に発生します：",[13,92,93,94,97],{},"- ",[19,95,96],{},"開発作業の停止",": コードのプッシュ・プル、マージリクエストのレビューができなくなる",[99,100,101,108,114],"ul",{},[102,103,104,107],"li",{},[19,105,106],{},"CI/CDの停止",": ビルド、テスト、デプロイといった自動化ワークフローが機能しなくなる",[102,109,110,113],{},[19,111,112],{},"コラボレーションの遮断",": 課題管理やプロジェクト管理機能が使えず、チーム間の連携が途絶える",[102,115,116,119],{},[19,117,118],{},"緊急対応の不可",": 本番環境のバグフィックスやセキュリティパッチ適用ができない",[13,121,122],{},"停止時間が数時間に及べば開発計画が大幅に狂い、1日以上の停止は経営層への報告事項となる深刻なビジネスインパクトをもたらします。",[47,124,126],{"id":125},"self-managed版gitlabにおける冗長化の必要性","Self-Managed版GitLabにおける冗長化の必要性",[13,128,129],{},"GitLabには、SaaS版とSelf-Managed版の2つが提供されています。Self-Managed版は自社で用意した環境（IaaSやオンプレミス）にセットアップして利用するため、可用性の担保は利用者側の責任となります。",[13,131,132],{},"特に開発チームの規模が大きい場合や、ミッションクリティカルなシステム開発を行っている場合は、障害発生を前提とした冗長化構成が不可欠です。予め待機系ノードを用意しておき、障害発生時には自動的に稼働系から待機系に切り替えることで、最小限のダウンタイムでの復旧が実現できます。",[40,134,135],{"id":135},"冗長化を実現する技術要素",[13,137,138],{},"GitLabの停止リスクに対する有効な解決策が、HAクラスター構成による冗長化です。ここでは、高可用性を実現するための技術要素と、その中核を担う「LifeKeeper for Linux」について解説します。",[47,140,142],{"id":141},"haクラスター構成の基本的な考え方","HAクラスター構成の基本的な考え方",[13,144,145],{},"HAクラスター構成では、稼働系（Active）と待機系（Standby）の2つのノードを用意します。通常時は稼働系でGitLabが動作し、障害が発生した際には自動的に待機系へ切り替わることで、サービスの継続性を確保します。",[13,147,148],{},"この仕組みにより、ハードウェア障害やソフトウェア障害が発生しても、数分程度のダウンタイムでGitLabを復旧できます。重要なのは、待機系が常にスタンバイ状態にあり、稼働系のデータをリアルタイムで同期していることです。これにより、切り替え時にもデータの一貫性が保たれ、開発者は障害発生前とほぼ同じ状態で作業を継続できます。",[47,150,152],{"id":151},"lifekeeper-for-linuxとは","LifeKeeper for Linuxとは",[13,154,155],{},"LifeKeeper for Linuxは、サイオステクノロジーが提供するHAクラスター製品で、全世界で9万ライセンス以上の導入実績を持つ信頼性の高いソリューションです。Linux環境におけるアプリケーションの高可用性を実現するために設計されており、GitLabのような重要なDevSecOpsプラットフォームの保護に最適です。",[13,157,158],{},"LifeKeeperの大きな特徴は、アプリケーションレベルでの可用性担保を実現できる点です。単にサーバーの冗長化を行うだけでなく、GitLabというアプリケーション自体を監視し、異常を検知した際には自動的にフェイルオーバーを実行します。",[47,160,161],{"id":161},"冗長化構成を支える3つの技術要素",[13,163,164],{},"LifeKeeperによる冗長化構成は、以下の3つの技術要素で構成されています。",[166,167,169],"h4",{"id":168},"_1-データ同期とレプリケーション","1. データ同期とレプリケーション",[13,171,172],{},"LifeKeeperの製品ラインナップである「DataKeeper」は、ローカルディスク（Amazon EC2環境ではEBS）をブロックレベルでリアルタイム同期します。これにより、共有ストレージを使用せずに論理的な共有ディスクを実現できます。稼働系で発生したデータの変更は即座に待機系へ反映されるため、フェイルオーバー時にもデータの整合性が保たれます。",[166,174,176],{"id":175},"_2-多層的な障害監視","2. 多層的な障害監視",[13,178,179],{},"LifeKeeperは2種類の障害監視を並行して実行します。1つ目は、クラスターノード間の相互ハートビート通信によるノード自体の障害監視です。2つ目は、稼働系で動作するGitLabなどのソフトウェアの障害監視です。この多層的な監視により、ハードウェア障害とソフトウェア障害の両方を確実に検知できます。",[166,181,183],{"id":182},"_3-自動フェイルオーバー機能","3. 自動フェイルオーバー機能",[13,185,186],{},"障害を検知すると、LifeKeeperは自動的にフェイルオーバーを実行します。待機系ノードでGitLabを起動し、アクセス経路を切り替えることで、サービスを継続します。この一連のプロセスは自動化されているため、深夜や休日に障害が発生した場合でも、管理者の手動介入なしに復旧が完了します。",[47,188,189],{"id":189},"自動フェイルオーバーがもたらすメリット",[13,191,192,193,195,196,198],{},"自動フェイルオーバーの最大のメリットは、復旧時間の短縮です。手動での復旧作業では、障害の検知、原因の特定、復旧手順の実行に多くの時間がかかりますが、自動フェイルオーバーであれば数分以内に復旧が完了します。",[23,194],{},"\nまた、人的ミスのリスクも排除できます。緊急時の手動作業では、手順の誤りや設定ミスが発生しがちですが、事前に設定された自動プロセスであれば、確実かつ一貫した復旧が可能です。",[23,197],{},"\nさらに、24時間365日の監視体制を人的リソースだけで維持するのは困難ですが、自動フェイルオーバーがあれば、深夜や休日でもシステムが自律的に障害対応を行います。これにより、運用担当者の負担を大幅に軽減できます。",[47,200,201],{"id":201},"クラウド環境での冗長化にも対応",[13,203,204],{},"LifeKeeperは、Amazon EC2などのクラウド環境での冗長化にも対応しています。標準機能として「Recovery Kit for Route53」や「Recovery Kit for EC2」が提供されており、クラウド特有のネットワーク構成にも柔軟に対応できます。これにより、オンプレミス環境だけでなく、IaaSを利用したSelf-Managed版GitLabの冗長化も実現可能です。",[40,206,208],{"id":207},"gitlabのhaクラスター構成","GitLabのHAクラスター構成",[13,210,211],{},"それでは、LifeKeeper for Linuxを使ってどのようにGitLabを冗長化するのかを見てみましょう。",[13,213,214],{},"今回当社では、Amazon EC2環境でAZを跨いだ冗長化構成を検証しました。下記の図は検証構成の概念図です。",[13,216,217],{},[218,219],"img",{"alt":208,"src":220},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1767660747/qdiodwqpg0bgjreswrnf.jpg",[13,222,223,224,226,227,229,230,232],{},"管理クライアントからはRoute53による名前解決でActive側のクラスターノードへのアクセスを実現しています。LifeKeeper for Linuxの標準機能の「Recovery Kit for EC2」を使うことで、スクリプト開発を行わずにGUI上でクラスターのアクセス制御を容易に設定できます。",[23,225],{},"\n[参考]",[23,228],{},"\n今回の検証ではElastic IPによる制御による名前解決を使用しましたが、LifeKeeperは製品の標準機能で下記の方式に対応しています。",[23,231],{},[233,234,237],"a",{"href":235,"rel":236},"https://bccs.sios.jp/usecases/aws.html",[],"→『LifeKeeper』によるAmazon EC2の冗長化構成の例",[99,239,240,243],{},[102,241,242],{},"Recovery Kit for Route53：Route53の名前解決およびクラスターの切り替わり時にAレコードを書き換えて、名前解決した実IPに向けて通信する方式",[102,244,245,246],{},"Recovery Kit for EC2：",[99,247,248,251],{},[102,249,250],{},"Elastic IPをActiveノードのENIに割り当てることで、外部からActiveノードへの接続を可能にする方式",[102,252,253],{},"CIDRの外を指す仮想IPに向けて通信し、クラスターの切り替わり時にルートテーブルの送信先が仮想IPのターゲットを書き換えて通信する方式",[47,255,256],{"id":256},"データ共有",[13,258,259],{},"前述の通り、クラスターノード間のデータ共有には「DataKeeper」を使用しています。本検証では、EBSをブロックレベルでリアルタイム同期することで、論理的な共有ディスクを実現しました。",[40,261,262],{"id":262},"障害監視とフェイルオーバー",[13,264,265],{},"LifeKeeperは下記の2種類の障害監視を並行して行っており、障害が検知されると自動的に待機系に切り替え（フェイルオーバー）て復旧を実現します。",[267,268,269,272],"ol",{},[102,270,271],{},"相互のハートビート通信によるノードの障害の監視",[102,273,274],{},"Active側の監視対象のソフトウェアの障害の監視",[13,276,277,278,226,280,282],{},"上記の2.については、今回の検証ではQSP（Quick Service Protection）という機能を使っています。QSPはserviceのstatus/stop/startを使って簡易的にソフトウェアを監視や切り替えて保護できる機能です。",[23,279],{},[23,281],{},"\n今回の検証ではソフトウェアの保護にQSPを使用しましたが、LifeKeeperは他に下記の2つの方式に対応しています。",[99,284,285,288],{},[102,286,287],{},"Application Recovery Kit：SIOSが開発した制御スクリプトのラインナップを使う方式",[102,289,290],{},"Generic ARK：ユーザーが開発した制御スクリプトをLifeKeeperに組み込んで使う方式",[40,292,294],{"id":293},"直感的な操作を実現するwebgui","直感的な操作を実現するWebGUI",[13,296,297],{},"LifeKeeperには直感的な操作を実現するWebGUIが標準機能として提供されています。GitLabのプログラムやファイルシステムなど、各保護対象をクラスターリソースとして登録し、依存関係（起動や停止させる時に他のクラスターリソースを道連れにするかしないか）もツリー構造で直感的かつ効率的に設定できます。",[13,299,300],{},"＜クラスターの切り替え前＞",[13,302,303],{},[218,304],{"alt":305,"src":306},"直感的な操作を実現するWebGUI - クラスターの切り替え前","https://res.cloudinary.com/about-gitlab-com/image/upload/v1767661178/riengalkhmlzhdy1dx4r.jpg",[13,308,309],{},"＜クラスターの切り替え後＞",[13,311,312],{},[218,313],{"alt":314,"src":315},"直感的な操作を実現するWebGUI - クラスターの切り替え後","https://res.cloudinary.com/about-gitlab-com/image/upload/v1767661364/fo4sjpey107bgsztwijp.jpg",[13,317,318],{},"手順の詳細はぜひ検証レポートをご覧ください。下記からダウンロード頂けます。",[13,320,321],{},[233,322,323],{"href":323,"rel":324},"https://mk.sios.jp/lifekeeper-gitlab-report_l",[],[40,326,328],{"id":327},"まとめとhaクラスター製品lifekeeperについて","まとめとHAクラスター製品「LifeKeeper」について",[13,330,331],{},"ここまでご覧頂きました通り、開発の中核を担うGitLabには「止まらない仕組み」が求められています。このためには、GitLabの障害を自動的に検知・復旧し、安定した運用が求められます。こうした冗長化構成を、直感的なWebのGUI上で容易に構築できるのが「LifeKeeper」なのです。",[13,333,334,335,337,338,342],{},"「LifeKeeper」は、サイオステクノロジーが提供する全世界で9万ライセンス以上の導入実績があるHAクラスター製品です。「LifeKeeper」を導入することで、アプリケーションレベルでの可用性担保の実現に加えて、データレプリケーション製品の「DataKeeper」と組み合わせることで共有ストレージを使用せずクラウド上でシステムを冗長化させ、システム全体の可用性が高められます。",[23,336],{},"\n詳細情報は、",[233,339,340],{"href":340,"rel":341},"https://bccs.sios.jp/lifekeeper/",[]," をご覧ください。",[344,345,346,351],"blockquote",{},[47,347,349],{"id":348},"サイオステクノロジーについて",[16,350,348],{},[13,352,353,356,358],{},[16,354,355],{},"サイオステクノロジーは、Linuxに代表されるオープンソースソフトウェアを活用したシステムインテグレーションを原点とし、自社開発ソフトウェアおよびSaaSの販売とサービスを行っています。直近では、クラウドをはじめとするDXの技術領域に注力し、AIの活用支援や次世代を支える製品とサービスを提供しています。これからも革新的なソフトウェア技術を追求し、世界のIT産業に影響力のある存在となって価値を創造し、社会の発展に貢献してまいります。",[23,357],{},[16,359,360,361,342],{},"詳細情報は、",[233,362,363],{"href":363,"rel":364},"https://sios.jp",[],{"title":366,"searchDepth":367,"depth":367,"links":368},"",2,[369,374,375,379,386,389,390,391],{"id":42,"depth":367,"text":45,"children":370},[371,373],{"id":49,"depth":372,"text":50},3,{"id":62,"depth":372,"text":63},{"id":75,"depth":367,"text":76},{"id":82,"depth":367,"text":83,"children":376},[377,378],{"id":86,"depth":372,"text":87},{"id":125,"depth":372,"text":126},{"id":135,"depth":367,"text":135,"children":380},[381,382,383,384,385],{"id":141,"depth":372,"text":142},{"id":151,"depth":372,"text":152},{"id":161,"depth":372,"text":161},{"id":189,"depth":372,"text":189},{"id":201,"depth":372,"text":201},{"id":207,"depth":367,"text":208,"children":387},[388],{"id":256,"depth":372,"text":256},{"id":262,"depth":367,"text":262},{"id":293,"depth":367,"text":294},{"id":327,"depth":367,"text":328,"children":392},[393],{"id":348,"depth":372,"text":348},"devsecops","2025-12-19","この記事では、GitLabの止まらない仕組みを、直感的なGUIが用意されたHAクラスター製品による冗長化構成で実現する方法をご紹介します。","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1766026372/vmnafxuxmxwzevccjzjz.jpg",{},true,"/ja-jp/blog/gitlab-high-availability-with-lifekeeper-hacluster",{"config":405,"ogImage":400,"title":406,"ogTitle":407,"description":396},{"noIndex":399},"GitLabを少ない工数で冗長化して安定運用を実現する方法","GitLabの止まらない仕組みを、直感的なGUIが用意されたHAクラスター製品による冗長化構成で実現する方法をご紹介","gitlab-high-availability-with-lifekeeper-hacluster","ja-jp/blog/gitlab-high-availability-with-lifekeeper-hacluster",[411,412,413,414],"cloud native","integrations","partners","production","BlogPost","2026-01-07","wJiH_pI_teDQpIvJgu6sNrqFyHIBWZKKPoLs3oJu9HI",{"logo":419,"freeTrial":424,"sales":429,"login":434,"items":439,"search":766,"minimal":799,"duo":816,"switchNav":825,"pricingDeployment":836},{"config":420},{"href":421,"dataGaName":422,"dataGaLocation":423},"/ja-jp/","gitlab logo","header",{"text":425,"config":426},"無料トライアルを開始",{"href":427,"dataGaName":428,"dataGaLocation":423},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":430,"config":431},"デモをリクエスト",{"href":432,"dataGaName":433,"dataGaLocation":423},"/ja-jp/sales/?contact-topic=request-demo","sales",{"text":435,"config":436},"サインイン",{"href":437,"dataGaName":438,"dataGaLocation":423},"https://gitlab.com/users/sign_in/","sign in",[440,469,571,576,688,744],{"text":441,"config":442,"menu":444},"プラットフォーム",{"dataNavLevelOne":443},"platform",{"type":445,"columns":446},"cards",[447,453,461],{"title":441,"description":448,"link":449},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":450,"config":451},"プラットフォームの詳細はこちら",{"href":452,"dataGaName":443,"dataGaLocation":423},"/ja-jp/platform/",{"title":454,"description":455,"link":456},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":457,"config":458},"GitLab Duoのご紹介",{"href":459,"dataGaName":460,"dataGaLocation":423},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":462,"description":463,"link":464},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":465,"config":466},"詳細はこちら",{"href":467,"dataGaName":468,"dataGaLocation":423},"/ja-jp/why-gitlab/","why gitlab",{"text":470,"left":402,"config":471,"menu":473},"製品",{"dataNavLevelOne":472},"solutions",{"type":474,"link":475,"columns":479,"feature":550},"lists",{"text":476,"config":477},"すべてのソリューションを表示",{"href":478,"dataGaName":472,"dataGaLocation":423},"/ja-jp/solutions/",[480,505,528],{"title":481,"description":482,"link":483,"items":488},"自動化","CI/CDと自動化でデプロイを加速",{"config":484},{"icon":485,"href":486,"dataGaName":487,"dataGaLocation":423},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[489,493,496,501],{"text":490,"config":491},"CI/CD",{"href":492,"dataGaLocation":423,"dataGaName":490},"/ja-jp/solutions/continuous-integration/",{"text":454,"config":494},{"href":459,"dataGaLocation":423,"dataGaName":495},"gitlab duo agent platform - product menu",{"text":497,"config":498},"ソースコード管理",{"href":499,"dataGaLocation":423,"dataGaName":500},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":502,"config":503},"自動化されたソフトウェアデリバリー",{"href":486,"dataGaLocation":423,"dataGaName":504},"Automated software delivery",{"title":506,"description":507,"link":508,"items":513},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":509},{"href":510,"dataGaName":511,"dataGaLocation":423,"icon":512},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[514,518,523],{"text":515,"config":516},"アプリケーションセキュリティテスト",{"href":510,"dataGaName":517,"dataGaLocation":423},"Application security testing",{"text":519,"config":520},"ソフトウェアサプライチェーンセキュリティ",{"href":521,"dataGaLocation":423,"dataGaName":522},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":524,"config":525},"ソフトウェアコンプライアンス",{"href":526,"dataGaName":527,"dataGaLocation":423},"/ja-jp/solutions/software-compliance/","software compliance",{"title":529,"link":530,"items":535},"測定",{"config":531},{"icon":532,"href":533,"dataGaName":534,"dataGaLocation":423},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[536,540,545],{"text":537,"config":538},"可視性と測定",{"href":533,"dataGaLocation":423,"dataGaName":539},"Visibility and Measurement",{"text":541,"config":542},"バリューストリーム管理",{"href":543,"dataGaLocation":423,"dataGaName":544},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":546,"config":547},"分析とインサイト",{"href":548,"dataGaLocation":423,"dataGaName":549},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":551,"type":474,"items":552},"GitLabが活躍する場所",[553,559,565],{"text":554,"config":555},"大企業",{"icon":556,"href":557,"dataGaLocation":423,"dataGaName":558},"Building","/ja-jp/enterprise/","enterprise",{"text":560,"config":561},"スモールビジネス",{"icon":562,"href":563,"dataGaLocation":423,"dataGaName":564},"Work","/ja-jp/small-business/","small business",{"text":566,"config":567},"公共部門",{"icon":568,"href":569,"dataGaLocation":423,"dataGaName":570},"Organization","/ja-jp/solutions/public-sector/","public sector",{"text":572,"config":573},"価格",{"href":574,"dataGaName":575,"dataGaLocation":423,"dataNavLevelOne":575},"/ja-jp/pricing/","pricing",{"text":577,"config":578,"menu":580},"関連リソース",{"dataNavLevelOne":579},"resources",{"type":474,"link":581,"columns":585,"feature":677},{"text":582,"config":583},"すべてのリソースを表示",{"href":584,"dataGaName":579,"dataGaLocation":423},"/ja-jp/resources/",[586,618,645],{"title":587,"items":588},"はじめに",[589,594,599,604,609,614],{"text":590,"config":591},"インストール",{"href":592,"dataGaName":593,"dataGaLocation":423},"/ja-jp/install/","install",{"text":595,"config":596},"クイックスタートガイド",{"href":597,"dataGaName":598,"dataGaLocation":423},"/ja-jp/get-started/","quick setup checklists",{"text":600,"config":601},"学ぶ",{"href":602,"dataGaLocation":423,"dataGaName":603},"https://university.gitlab.com/","learn",{"text":605,"config":606},"製品ドキュメント",{"href":607,"dataGaName":608,"dataGaLocation":423},"https://docs.gitlab.com/ja-jp/","product documentation",{"text":610,"config":611},"ベストプラクティスビデオ",{"href":612,"dataGaName":613,"dataGaLocation":423},"/ja-jp/getting-started-videos/","best practice videos",{"text":615,"config":616},"インテグレーション",{"href":617,"dataGaName":412,"dataGaLocation":423},"/ja-jp/integrations/",{"title":619,"items":620},"検索する",[621,626,631,636,640],{"text":622,"config":623},"お客様成功事例",{"href":624,"dataGaName":625,"dataGaLocation":423},"/ja-jp/customers/","customer success stories",{"text":627,"config":628},"ブログ",{"href":629,"dataGaName":630,"dataGaLocation":423},"/ja-jp/blog/","blog",{"text":632,"config":633},"Demo Hub",{"href":634,"dataGaName":635,"dataGaLocation":423},"/ja-jp/demo-hub/","demo hub",{"text":637,"config":638},"The Source",{"href":639,"dataGaName":630,"dataGaLocation":423},"/ja-jp/the-source/",{"text":641,"config":642},"リモート",{"href":643,"dataGaName":644,"dataGaLocation":423},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":646,"items":647},"つなげる",[648,653,658,663,668,673],{"text":649,"config":650},"GitLabサービス",{"href":651,"dataGaName":652,"dataGaLocation":423},"/ja-jp/services/","services",{"text":654,"config":655},"コントリビュート",{"href":656,"dataGaName":657,"dataGaLocation":423},"https://contributors.gitlab.com","contribute",{"text":659,"config":660},"コミュニティ",{"href":661,"dataGaName":662,"dataGaLocation":423},"/community/","community",{"text":664,"config":665},"フォーラム",{"href":666,"dataGaName":667,"dataGaLocation":423},"https://forum.gitlab.com/","forum",{"text":669,"config":670},"イベント",{"href":671,"dataGaName":672,"dataGaLocation":423},"/events/","events",{"text":674,"config":675},"パートナー",{"href":676,"dataGaName":413,"dataGaLocation":423},"/ja-jp/partners/",{"config":678,"title":681,"text":682,"link":683},{"background":679,"textColor":680},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","GitLabの最新情報","最新の機能と改善点に関する情報をお届けします。",{"text":684,"config":685},"最新情報を読む",{"href":686,"dataGaName":687,"dataGaLocation":423},"/ja-jp/whats-new/","whats new",{"text":689,"config":690,"menu":692},"企業情報",{"dataNavLevelOne":691},"company",{"type":474,"columns":693},[694],{"items":695},[696,701,707,709,714,719,724,729,734,739],{"text":697,"config":698},"GitLabについて",{"href":699,"dataGaName":700,"dataGaLocation":423},"/ja-jp/company/","about",{"text":702,"config":703,"footerGa":706},"採用情報",{"href":704,"dataGaName":705,"dataGaLocation":423},"/jobs/","jobs",{"dataGaName":705},{"text":669,"config":708},{"href":671,"dataGaName":672,"dataGaLocation":423},{"text":710,"config":711},"経営陣",{"href":712,"dataGaName":713,"dataGaLocation":423},"/company/team/e-group/","leadership",{"text":715,"config":716},"ハンドブック",{"href":717,"dataGaName":718,"dataGaLocation":423},"https://handbook.gitlab.com/","handbook",{"text":720,"config":721},"投資家向け情報",{"href":722,"dataGaName":723,"dataGaLocation":423},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":725,"config":726},"トラストセンター",{"href":727,"dataGaName":728,"dataGaLocation":423},"/ja-jp/security/","trust center",{"text":730,"config":731},"AI Transparency Center",{"href":732,"dataGaName":733,"dataGaLocation":423},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":735,"config":736},"ニュースレター",{"href":737,"dataGaName":738,"dataGaLocation":423},"/company/contact/#contact-forms","newsletter",{"text":740,"config":741},"プレス",{"href":742,"dataGaName":743,"dataGaLocation":423},"/press/","press",{"text":745,"config":746,"menu":747},"お問い合わせ",{"dataNavLevelOne":691},{"type":474,"columns":748},[749],{"items":750},[751,756,761],{"text":752,"config":753},"お問い合わせはこちら",{"href":754,"dataGaName":755,"dataGaLocation":423},"/ja-jp/sales/","talk to sales",{"text":757,"config":758},"サポートを受ける",{"href":759,"dataGaName":760,"dataGaLocation":423},"https://support.gitlab.com/hc/en-us","support portal",{"text":762,"config":763},"カスタマーポータル",{"href":764,"dataGaName":765,"dataGaLocation":423},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":767,"login":768,"suggestions":775},"閉じる",{"text":769,"link":770},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":771,"config":772},"GitLab.com",{"href":437,"dataGaName":773,"dataGaLocation":774},"search login","search",{"text":776,"default":777},"提案",[778,780,785,787,791,795],{"text":454,"config":779},{"href":459,"dataGaName":454,"dataGaLocation":774},{"text":781,"config":782},"コード提案（AI）",{"href":783,"dataGaName":784,"dataGaLocation":774},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":490,"config":786},{"href":492,"dataGaName":490,"dataGaLocation":774},{"text":788,"config":789},"GitLab on AWS",{"href":790,"dataGaName":788,"dataGaLocation":774},"/ja-jp/partners/technology-partners/aws/",{"text":792,"config":793},"GitLab on Google Cloud",{"href":794,"dataGaName":792,"dataGaLocation":774},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":796,"config":797},"GitLabを選ぶ理由",{"href":467,"dataGaName":798,"dataGaLocation":774},"Why GitLab?",{"freeTrial":800,"mobileIcon":804,"desktopIcon":809,"secondaryButton":812},{"text":425,"config":801},{"href":802,"dataGaName":428,"dataGaLocation":803},"https://gitlab.com/-/trials/new/","nav",{"altText":805,"config":806},"GitLabアイコン",{"src":807,"dataGaName":808,"dataGaLocation":803},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":805,"config":810},{"src":811,"dataGaName":808,"dataGaLocation":803},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":587,"config":813},{"href":814,"dataGaName":815,"dataGaLocation":803},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":817,"mobileIcon":821,"desktopIcon":823},{"text":818,"config":819},"GitLab Duoの詳細について",{"href":459,"dataGaName":820,"dataGaLocation":803},"gitlab duo",{"altText":805,"config":822},{"src":807,"dataGaName":808,"dataGaLocation":803},{"altText":805,"config":824},{"src":811,"dataGaName":808,"dataGaLocation":803},{"button":826,"mobileIcon":831,"desktopIcon":833},{"text":827,"config":828},"/switch",{"href":829,"dataGaName":830,"dataGaLocation":803},"#contact","switch",{"altText":805,"config":832},{"src":807,"dataGaName":808,"dataGaLocation":803},{"altText":805,"config":834},{"src":835,"dataGaName":808,"dataGaLocation":803},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":837,"mobileIcon":842,"desktopIcon":844},{"text":838,"config":839},"料金ページに戻る",{"href":574,"dataGaName":840,"dataGaLocation":803,"icon":841},"back to pricing","GoBack",{"altText":805,"config":843},{"src":807,"dataGaName":808,"dataGaLocation":803},{"altText":805,"config":845},{"src":811,"dataGaName":808,"dataGaLocation":803},{"title":847,"button":848,"config":852},"GitLab Orbitが登場: AIエージェントのためのコンテキストレイヤー",{"text":465,"config":849},{"href":850,"dataGaName":851,"dataGaLocation":423},"/ja-jp/gitlab-orbit/","orbit",{"layout":853,"disabled":399},"release",{"data":855},{"text":856,"source":857,"edit":863,"contribute":868,"config":873,"items":878,"minimal":1085},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":858,"config":859},"ページのソースを表示",{"href":860,"dataGaName":861,"dataGaLocation":862},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":864,"config":865},"このページを編集",{"href":866,"dataGaName":867,"dataGaLocation":862},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":869,"config":870},"ご協力をお願いします",{"href":871,"dataGaName":872,"dataGaLocation":862},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":874,"facebook":875,"youtube":876,"linkedin":877},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[879,924,975,1018,1052],{"title":572,"links":880,"subMenu":895},[881,885,890],{"text":882,"config":883},"プランの表示",{"href":574,"dataGaName":884,"dataGaLocation":862},"view plans",{"text":886,"config":887},"Premiumを選ぶ理由",{"href":888,"dataGaName":889,"dataGaLocation":862},"/ja-jp/pricing/premium/","why premium",{"text":891,"config":892},"Ultimateを選ぶ理由",{"href":893,"dataGaName":894,"dataGaLocation":862},"/ja-jp/pricing/ultimate/","why ultimate",[896],{"title":745,"links":897},[898,900,902,904,909,914,919],{"text":745,"config":899},{"href":754,"dataGaName":433,"dataGaLocation":862},{"text":757,"config":901},{"href":759,"dataGaName":760,"dataGaLocation":862},{"text":762,"config":903},{"href":764,"dataGaName":765,"dataGaLocation":862},{"text":905,"config":906},"ステータス",{"href":907,"dataGaName":908,"dataGaLocation":862},"https://status.gitlab.com/","status",{"text":910,"config":911},"利用規約",{"href":912,"dataGaName":913,"dataGaLocation":862},"/terms/","terms of use",{"text":915,"config":916},"プライバシーに関する声明",{"href":917,"dataGaName":918,"dataGaLocation":862},"/ja-jp/privacy/","privacy statement",{"text":920,"config":921},"Cookie 優先設定",{"dataGaName":922,"dataGaLocation":862,"id":923,"isOneTrustButton":402},"cookie preferences","ot-sdk-btn",{"title":470,"links":925,"subMenu":934},[926,930],{"text":927,"config":928},"DevSecOpsプラットフォーム",{"href":452,"dataGaName":929,"dataGaLocation":862},"devsecops platform",{"text":931,"config":932},"AI支援開発",{"href":459,"dataGaName":933,"dataGaLocation":862},"ai-assisted development",[935],{"title":936,"links":937},"トピック",[938,942,947,952,957,961,965,970],{"text":490,"config":939},{"href":940,"dataGaName":941,"dataGaLocation":862},"/ja-jp/topics/ci-cd/","cicd",{"text":943,"config":944},"GitOps",{"href":945,"dataGaName":946,"dataGaLocation":862},"/ja-jp/topics/gitops/","gitops",{"text":948,"config":949},"DevOps",{"href":950,"dataGaName":951,"dataGaLocation":862},"/ja-jp/topics/devops/","devops",{"text":953,"config":954},"バージョン管理",{"href":955,"dataGaName":956,"dataGaLocation":862},"/ja-jp/topics/version-control/","version control",{"text":958,"config":959},"DevSecOps",{"href":960,"dataGaName":394,"dataGaLocation":862},"/ja-jp/topics/devsecops/",{"text":962,"config":963},"クラウドネイティブ",{"href":964,"dataGaName":411,"dataGaLocation":862},"/ja-jp/topics/cloud-native/",{"text":966,"config":967},"コーディングのためのAI",{"href":968,"dataGaName":969,"dataGaLocation":862},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":971,"config":972},"エージェント型AI",{"href":973,"dataGaName":974,"dataGaLocation":862},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":976,"links":977},"ソリューション",[978,981,983,988,992,995,998,1001,1003,1005,1008,1013],{"text":515,"config":979},{"href":510,"dataGaName":980,"dataGaLocation":862},"Application Security Testing",{"text":502,"config":982},{"href":486,"dataGaName":487,"dataGaLocation":862},{"text":984,"config":985},"アジャイル開発",{"href":986,"dataGaName":987,"dataGaLocation":862},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":989,"config":990},"SCM",{"href":499,"dataGaName":991,"dataGaLocation":862},"source code management",{"text":490,"config":993},{"href":492,"dataGaName":994,"dataGaLocation":862},"continuous integration & delivery",{"text":541,"config":996},{"href":543,"dataGaName":997,"dataGaLocation":862},"value stream management",{"text":943,"config":999},{"href":1000,"dataGaName":946,"dataGaLocation":862},"/ja-jp/solutions/gitops/",{"text":554,"config":1002},{"href":557,"dataGaName":558,"dataGaLocation":862},{"text":560,"config":1004},{"href":563,"dataGaName":564,"dataGaLocation":862},{"text":1006,"config":1007},"公共機関",{"href":569,"dataGaName":570,"dataGaLocation":862},{"text":1009,"config":1010},"教育",{"href":1011,"dataGaName":1012,"dataGaLocation":862},"/ja-jp/solutions/education/","education",{"text":1014,"config":1015},"金融サービス",{"href":1016,"dataGaName":1017,"dataGaLocation":862},"/ja-jp/solutions/finance/","financial services",{"title":1019,"links":1020},"リソース",[1021,1023,1025,1027,1031,1033,1036,1038,1040,1042,1044,1046,1048,1050],{"text":590,"config":1022},{"href":592,"dataGaName":593,"dataGaLocation":862},{"text":595,"config":1024},{"href":597,"dataGaName":598,"dataGaLocation":862},{"text":600,"config":1026},{"href":602,"dataGaName":603,"dataGaLocation":862},{"text":605,"config":1028},{"href":1029,"dataGaName":1030,"dataGaLocation":862},"https://docs.gitlab.com/ja-jp","docs",{"text":627,"config":1032},{"href":629,"dataGaName":630,"dataGaLocation":862},{"text":1034,"config":1035},"最新リリース",{"href":686,"dataGaName":687,"dataGaLocation":862},{"text":622,"config":1037},{"href":624,"dataGaName":625,"dataGaLocation":862},{"text":641,"config":1039},{"href":643,"dataGaName":644,"dataGaLocation":862},{"text":649,"config":1041},{"href":651,"dataGaName":652,"dataGaLocation":862},{"text":654,"config":1043},{"href":656,"dataGaName":657,"dataGaLocation":862},{"text":659,"config":1045},{"href":661,"dataGaName":662,"dataGaLocation":862},{"text":664,"config":1047},{"href":666,"dataGaName":667,"dataGaLocation":862},{"text":669,"config":1049},{"href":671,"dataGaName":672,"dataGaLocation":862},{"text":674,"config":1051},{"href":676,"dataGaName":413,"dataGaLocation":862},{"title":1053,"links":1054},"会社情報",[1055,1057,1059,1061,1063,1065,1069,1074,1076,1078,1080],{"text":697,"config":1056},{"href":699,"dataGaName":691,"dataGaLocation":862},{"text":702,"config":1058},{"href":704,"dataGaName":705,"dataGaLocation":862},{"text":710,"config":1060},{"href":712,"dataGaName":713,"dataGaLocation":862},{"text":715,"config":1062},{"href":717,"dataGaName":718,"dataGaLocation":862},{"text":720,"config":1064},{"href":722,"dataGaName":723,"dataGaLocation":862},{"text":1066,"config":1067},"Sustainability",{"href":1068,"dataGaName":1066,"dataGaLocation":862},"/sustainability/",{"text":1070,"config":1071},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":1072,"dataGaName":1073,"dataGaLocation":862},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":725,"config":1075},{"href":727,"dataGaName":728,"dataGaLocation":862},{"text":735,"config":1077},{"href":737,"dataGaName":738,"dataGaLocation":862},{"text":740,"config":1079},{"href":742,"dataGaName":743,"dataGaLocation":862},{"text":1081,"config":1082},"現代奴隷制の透明性に関する声明",{"href":1083,"dataGaName":1084,"dataGaLocation":862},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":1086},[1087,1089,1092],{"text":910,"config":1088},{"href":912,"dataGaName":913,"dataGaLocation":862},{"text":1090,"config":1091},"Cookieの設定",{"dataGaName":922,"dataGaLocation":862,"id":923,"isOneTrustButton":402},{"text":915,"config":1093},{"href":917,"dataGaName":918,"dataGaLocation":862},[1095,1109],{"id":1096,"title":7,"body":398,"config":1097,"content":1099,"description":398,"extension":1103,"meta":1104,"navigation":402,"path":1105,"seo":1106,"stem":1107,"__hash__":1108},"blogAuthors/en-us/blog/authors/tsukasa-komatsubara.yml",{"template":1098},"BlogAuthor",{"name":7,"config":1100},{"headshot":1101,"ctfId":1102},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659784/Blog/Author%20Headshots/gitlab_tsukasa.jpg","31YQLiBRrJPn35BBhY69ly","yml",{},"/en-us/blog/authors/tsukasa-komatsubara",{},"en-us/blog/authors/tsukasa-komatsubara","O5IhL3DQ7MAo8yzVzaeGvidF81OrGBrv7DgR3C9ySBc",{"id":1110,"title":1111,"body":398,"config":1112,"content":1114,"description":398,"extension":1103,"meta":1117,"navigation":402,"path":1118,"seo":1119,"stem":1120,"__hash__":1121},"blogAuthors/en-us/blog/authors/hiroshi-nishishita-sios-technology-inc.yml","Hiroshi Nishishita Sios Technology Inc",{"template":1098,"gitlabHandle":1113},"https://gitlab.com/HiroshiNishishita",{"name":8,"config":1115},{"headshot":1116},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1765954253/v12tvw5464r47lolabuj.jpg",{},"/en-us/blog/authors/hiroshi-nishishita-sios-technology-inc",{"title":8},"en-us/blog/authors/hiroshi-nishishita-sios-technology-inc","cbxnFfVgJncaWaRl9nBgVQDG4lh6fs_PJ7H44gd1_vE",[1123,1131,1138],{"title":1124,"description":1125,"heroImage":1126,"category":394,"date":1127,"authors":1128,"slug":1130,"externalUrl":398},"GitLabとKiroで実現する「AI駆動開発基盤」のホントのところ【イベントレポート】","AWS Summit Japan 2026の来場者向けセッションで、GitLab小松原つかさとソニービズネットワークス株式会社濱田一成氏が登壇した模様をお伝えします。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1784079710/ow23ysfsonekilhwnhfp.jpg","2026-07-16",[1129],"GitLab Japan Team","event-report-aws-summit-2026",{"title":1132,"description":1133,"heroImage":1134,"category":394,"date":1135,"authors":1136,"slug":1137,"externalUrl":398},"プラットフォーム設計の見直しで、真のAI駆動開発を実現 【イベントレポート】","GitLab藤田がガートナー アプリケーション・イノベーション＆ビジネス・ソリューション サミット 2026で語った、AI駆動開発成功のための3条件をレポート。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1783923028/sh09mb0yasluzqqi5vts.jpg","2026-07-13",[1129],"event-report-gartner-application-innovation-2026",{"title":1139,"description":1140,"heroImage":1141,"category":394,"date":1142,"authors":1143,"slug":1144,"externalUrl":398},"開発基盤をGitLabに集約するSBI証券がAI時代に描く展望【GitLab Transcend Japan Fireside Chat】","2026年2月10日にGitLabが開催した「GitLab Transcend Japan」では、株式会社SBI証券 執行役員 IT企画部長 武藤恵慈氏にご登壇いただき、GitLab合同会社Head of Japan 小澤正治とのFireside Chat（対談）を行いました。その模様をレポートします。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1776319994/uiregzmtojom32pmlq7y.jpg","2026-04-24",[1129],"fireside-chat-transcend-tokyo-2026",{"promotions":1146},[1147,1161,1173,1185],{"id":1148,"categories":1149,"header":1151,"text":1152,"button":1153,"image":1158},"ai-modernization",[1150],"ai","AIの真価、組織全体で発揮できていますか？","所要時間は5分以内です",{"text":1154,"config":1155},"AI成熟度スコアを確認する",{"href":1156,"dataGaName":1157,"dataGaLocation":630},"/ja-jp/assessments/ai-modernization-assessment/","modernization assessment",{"config":1159},{"src":1160},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1162,"categories":1163,"header":1165,"text":1152,"button":1166,"image":1170},"devops-modernization",[1164,394],"product","単にツールを管理するだけでなく、イノベーションを提供していますか？",{"text":1167,"config":1168},"DevOps成熟度スコアを確認しましょう",{"href":1169,"dataGaName":1157,"dataGaLocation":630},"/ja-jp/assessments/devops-modernization-assessment/",{"config":1171},{"src":1172},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1174,"categories":1175,"header":1177,"text":1152,"button":1178,"image":1182},"security-modernization",[1176],"security","スピードのためにセキュリティを犠牲にしていませんか？",{"text":1179,"config":1180},"セキュリティ成熟度スコアを確認しましょう",{"href":1181,"dataGaName":1157,"dataGaLocation":630},"/ja-jp/assessments/security-modernization-assessment/",{"config":1183},{"src":1184},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1186,"paths":1187,"header":1190,"text":1191,"button":1192,"image":1197},"github-azure-migration",[1188,1189],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","チームはGitHubのAzure移行に対応できていますか？","GitHubはすでにAzureを基盤として再構築を進めています。それがあなたのチームにとって何を意味するのか、ご確認ください。",{"text":1193,"config":1194},"GitLabとGitHubの比較を見る",{"href":1195,"dataGaName":1196,"dataGaLocation":630},"/ja-jp/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1198},{"src":1172},{"header":1200,"blurb":1201,"button":1202,"secondaryButton":1206},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":425,"config":1203},{"href":1204,"dataGaName":428,"dataGaLocation":1205},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":745,"config":1207},{"href":754,"dataGaName":433,"dataGaLocation":1205},1786803782782]