[{"data":1,"prerenderedAt":792},["ShallowReactive",2],{"/ja-jp/topics/cloud-native":3,"navigation-ja-jp":169,"banner-ja-jp":567,"footer-ja-jp":577,"next-steps-ja-jp":783},{"id":4,"title":5,"body":6,"category":6,"config":6,"content":7,"description":6,"extension":161,"meta":162,"navigation":163,"path":164,"seo":165,"slug":6,"stem":167,"testContent":6,"type":6,"__hash__":168},"pages/ja-jp/topics/cloud-native/index.yml","",null,[8,18,25,114,159],{"type":9,"componentName":9,"componentContent":10},"CommonBreadcrumbs",{"crumbs":11},[12,16],{"title":13,"config":14},"Industry topics",{"href":15},"/topics/",{"title":17},"Cloud native",{"type":19,"componentName":19,"componentContent":20},"CommonArticleHero",{"title":21,"text":22,"config":23},"クラウドネイティブとは？","クラウドネイティブは、コンテナ、Kubernetes、イミュータブルインフラストラクチャ、マイクロサービスなどのテクノロジーを使用し、クラウドで実行されるように構築されたスケーラブルなアプリケーションを開発するアプローチです。\n",{"id":21,"twoColumns":24},false,{"type":26,"componentName":26,"componentContent":27},"CommonSideNavigationWithTree",{"anchors":28,"components":63},{"text":29,"data":30},"On this page",[31,35,39,43,47,51,55,59],{"text":32,"config":33},"クラウドネイティブの説明",{"href":34},"#cloud-native-explained",{"text":36,"config":37},"クラウドネイティブアーキテクチャの主な要素",{"href":38},"#essential-elements-of-a-cloud-native-architecture",{"text":40,"config":41},"クラウドネイティブアプリケーションの利点",{"href":42},"#cloud-native-application-benefits",{"text":44,"config":45},"クラウドネイティブアプリケーション開発の課題",{"href":46},"#challenges-of-cloud-native-application-development",{"text":48,"config":49},"企業がクラウドネイティブでなければならない理由とは？",{"href":50},"#why-should-an-enterprise-be-cloud-native",{"text":52,"config":53},"クラウドネイティブアーキテクチャのビルディングブロック",{"href":54},"#the-building-blocks-of-cloud-native-architecture",{"text":56,"config":57},"クラウドネイティブアプリケーションの構築方法",{"href":58},"#how-to-build-cloud-native-applications",{"text":60,"config":61},"ビジネス向けクラウドネイティブ",{"href":62},"#cloud-native-for-business",[64,70,75,80,85,90,95,100,105],{"type":65,"componentName":65,"componentContent":66},"TopicsCopy",{"header":32,"text":67,"config":68},"クラウドネイティブができることは、既存のアプリケーションを単に取得してクラウドで実行するだけではありません。\n\nクラウドネイティブとは、クラウドコンピューティング環境で実行されるように構築されたソフトウェアに関して使用される用語です。そうしたアプリケーションは拡張性が高く、可用性が高く、管理が容易になるように設計されています。 対照的に従来のソリューションは多くの場合オンプレミス環境向けに設計されてから、クラウド環境に適応されます。その結果パフォーマンスが最適化されず、複雑さが増す可能性があります。\n\nCloud Native Computing Foundation (CNCF)は、クラウドベースのアプリの構築と展開のアプローチを促進することに焦点を当てたオープンソースソフトウェア組織であり、[クラウドネイティブテクノロジー](https://github.com/cncf/toc/blob/main/DEFINITION.md)を「一般公開、プライベート、ハイブリッドクラウドなど、現代の目まぐるしく変わる環境でスケーラブルなアプリケーションを構築および実行できるようにするもの」として定義しています。\n\n企業がワークロードの多くをクラウドに移行するにつれて、クラウドネイティブのソリューションを求める傾向が高まっています。クラウドネイティブテクノロジーは、スケーラビリティ、弾力性、アジリティなどのクラウドテクノロジー独自の特性を活用できるよう、ゼロから設計されています。\n",{"id":69},"cloud-native-explained",{"type":65,"componentName":65,"componentContent":71},{"header":36,"text":72,"config":73},"クラウドネイティブアーキテクチャには次の3つの重要な要素があります。\n\n1. **コンテナ化されている**。各パーツ(アプリケーションやプロセスなど)は、独自のコンテナにパッケージ化されています。 これにより、再現性、透明性、リソースの分離が容易になります。\n2. **動的に管理されている**。 コンテナは、リソース使用率を最適化するために積極的にオーケストレーションされます。\n3. **マイクロサービス指向**。アプリケーションはマイクロサービスにセグメント化されているため、全体的な俊敏性と保守性が大幅に向上します。\n",{"id":74},"essential-elements-of-a-cloud-native-architecture",{"type":65,"componentName":65,"componentContent":76},{"header":40,"text":77,"config":78},"クラウドネイティブは、クラウドコンピューティングモデルとコンテナオーケストレーションの力を最大限に活用しながらアプリケーションを構築して実行する革新的な方法です。クラウドネイティブアプリケーションはクラウドで実行されるように構築されているため、マシンから実際のサービスに焦点が移されます。\n\nクラウドネイティブアプリケーションは、モノリシックなアプリケーション構造の代わりに[マイクロサービス](/ topics/microservices/)を使用してアーキテクチャされているため、デプロイの際アプリケーションのライブラリとプロセスのパッケージ化はコンテナに依存しています。 マイクロサービスを使用すると、開発者は1つの特定のサービスの実行に焦点を当てた個々のモジュールとして構成されたデプロイ可能なアプリをビルドできます。この分散化により、孤立した問題でアプリケーション全体が被害を受けることがなくなるため、より回復力のある環境が実現します。\n\n[Kubernetes](/solutions/kubernetes/)のようなコンテナオーケストレーションツールを使用すると、開発者はスケーリングやデプロイなど、アプリケーションのコンテナの機能を調整できます。\n\nクラウドネイティブアプローチを使用したアプリケーションのビルドには複数の具体的な利点があります。\n\n* コンテナスケジューラなど、クラウドオーケストレーションを介したアプリケーションリソースのモニタリングとスケーリングでコストを節約\n* チームが更新を配布できるようにし、顧客へ提供する価値を迅速に向上\n* 業務とビジネス目標の足並みを揃える\n* メンテナンスに費やす時間が短縮され、ビジネス目標により多くの時間を費やすことができる\n",{"id":79},"cloud-native-application-benefits",{"type":65,"componentName":65,"componentContent":81},{"header":44,"text":82,"config":83},"クラウドネイティブの動きは、開発者、運用チーム、組織全体に新しい課題をもたらしました。 浮上している課題には次のようなものがあります。\n\n* 異なるクラウド・プロバイダー間で複数のバージョンのソフトウェアを管理すること\n* アプリケーションの迅速なスケールアップとスケールダウン\n* サービスやコンポーネントの追加に伴う複雑性の管理\n* デバッグやトラブルシューティングが困難な、一時的インフラへの対応\n* クラウドの従量課金モデルはすぐに高額になる可能性があるため、リソースを効率的に使えるよう管理\n* すべてのコンポーネントがシームレスに連携するようにする\n\nクラウドネイティブ開発の鍵は、Kubernetes、Dockerコンテナ、Terraformなどのツールを使って、デプロイ、構成管理、インフラのプロビジョニングを自動化することにあります。組織はこうした課題を認識し、発生した場合の対処に必要な戦略とソリューションを用意する必要があります。\n",{"id":84},"challenges-of-cloud-native-application-development",{"type":65,"componentName":65,"componentContent":86},{"header":48,"text":87,"config":88},"クラウドネイティブアプリケーションは、従来のアプリケーションよりも回復力と拡張性が高くなるよう設計されています。 これは、クラウドベースのサービスを使用してデータを保存し、アプリケーションを実行しながら、リソースにアクセスしているためです。企業はクラウドネイティブアプリケーションに移行することで、回復力とスケーラビリティを高められます。クラウドネイティブな企業は、ITインフラストラクチャのコストを削減しながら、変わりゆく市場状況や顧客のニーズに迅速に適応できます。\n\nまた、このアプローチでは、セキュリティとコンプライアンス機能が強化され、企業で使用されるアプリケーションやサービスの可視性が高まるだけでなく、必要なサーバーやソフトウェアの数を減らせるため、コストが削減されます。",{"id":89},"why-should-an-enterprise-be-cloud-native",{"type":65,"componentName":65,"componentContent":91},{"header":52,"text":92,"config":93},"### コンテナ\n\n[コンテナ](/blog/containers-kubernetes-basics/)は、仮想マシン（VM）や物理サーバーに直接ビルドする代わりに、[アプリケーションをパッケージ化する別の方法](https://searchitoperations.techtarget.com/tip/What-are-containers-and-how-do-they-work)です。アプリケーションを実行するのに必要なもの（コード、システムライブラリ、設定など）はすべて、軽量でスタンドアロンかつ実行可能なソフトウェアパッケージであるコンテナイメージに含まれています。コンテナは、VM内または物理サーバー上で実行できます。コンテナにはアプリケーションのライブラリとプロセスが含まれていますが、OSは含まれていないため軽量です。最終的には、アプリケーションの複数のインスタンスを実行するために必要なサーバーの数が少なくなるため、コストが削減され、容易にスケール可能です。その他の[コンテナのメリット](https://tsa.com/top-5-benefits-of-containerization/)として、デプロイの高速化、優れた移植性、スケーラビリティ、セキュリティの向上などが挙げられます。\n\n\n### オーケストレーター\n\nコンテナの設定が完了すると、コンテナを実行するためにオーケストレーターが必要になります。コンテナオーケストレーターは、コンテナを実行する方法と場所を指示し、コンテナが失敗した場合に修正し、さらにコンテナが必要かどうかを判断します。コンテナオーケストレーター（スケジューラーとも呼ばれる）に関して言えば、間違いなくKubernetesがこの[市場における勝者](/blog/top-five-cloud-trends/)です。\n\n### マイクロサービス\n\n最後にご紹介するクラウドネイティブコンピューティングの主要コンポーネントは、マイクロサービスです。よりスムーズに動作させるために、アプリケーションを小さめのパーツやマイクロサービスに分解することで、負荷に応じた拡張を行いやすくします。また、マイクロサービスインフラストラクチャにより、エンジニアがアプリを簡単かつ迅速に開発しやくなります。小規模なチームを編成し、アプリケーション開発の個々のコンポーネントの所有者として割り当てることで、エンジニアはプロジェクトの別の部分に影響が生じる可能性を恐れずに、コーディングを行えます。\n\nAWSのようなパブリッククラウドプラットフォームを使用すれば、アプリケーションを簡単に構築しデプロイできるものの、独自のインフラを構築するほうが良い場合もあります。一般的に、プライベートクラウドソリューションやハイブリッドクラウドソリューションが必要とされるのは、アプリケーション内で機密データが処理される場合や、業界の規制によって高度な管理やセキュリティが求められる場合です。\n",{"id":94},"the-building-blocks-of-cloud-native-architecture",{"type":65,"componentName":65,"componentContent":96},{"header":56,"text":97,"config":98},"クラウドネイティブアプリケーションを開発する際は、デプロイを成功させるために、ツールをいくつか組み込む必要があります。CNCFはクラウドネイティブの定義において、クラウドネイティブの技術を強力な自動化と組み合わせることで、エンジニアは最小限の労力で、影響の大きい変更を頻繁かつ予測どおりに行えると述べています。\nクラウドネイティブアプケーションを開発するには、[DevOps](/topics/devops/)の手法を導入する必要があります。これにより、開発チームとオペレーションチームのコラボレーションが大幅に促進されるため、結果的に開発プロセスが高速化および効率化されます。DevOpsアプローチを取り入れることで、クラウドでアプリケーションを稼働させるために必要な複数の要素を効率的に簡素化できます。\n\nクラウドネイティブアプリケーションに移行すると、マイクロサービスの利用が必須となるため、管理すべきプロジェクト数が大幅に増えます。プロジェクト数の急増に伴い、効率的で一貫したアプリケーションライフサイクル管理を行う必要性が生じます。そこで役に立つのがGitLabです。\n\nGitLabは、単一アプリケーションとして提供される[DevOpsプラットフォーム](/topics/devops/)です。イシューの追跡やソースコード管理のほか、CI/CD、モニタリングまで、すべての作業を1か所で行えるため、複雑なツールチェーンを簡素化し、サイクルタイムを短縮できます。[ビルトインのコンテナレジストリ](https://docs.gitlab.com/ee/user/packages/container_registry/index.html)と[Kubernetesインテグレーション](https://docs.gitlab.com/ee/user/project/clusters/index.html)を備えたGitLabを活用すれば、コンテナの利用やクラウドネイティブ開発をこれまで以上に簡単に始められます。\n",{"id":99},"how-to-build-cloud-native-applications",{"type":65,"componentName":65,"componentContent":101},{"header":60,"text":102,"config":103},"クラウドネイティブアプリケーションでは、コンテナやマイクロサービスアーキテクチャ、Kubernetesのようなコンテナオーケストレーションが使用されます。GitLabは、Kubernetesと顕密に統合されており、クラウドネイティブアプリケーションでの使用を考慮して設計されています。\n\n企業は、スピード、信頼性、スケーラビリティを向上させるために、従来のデプロイモデルからクラウドネイティブアプリケーションに移行しています。\n\nGitLabを活用することでクラウドネイティブ開発をどのように強化できるかについて、ぜひ詳細をご覧ください。\n",{"id":104},"cloud-native-for-business",{"type":106,"componentName":106,"componentContent":107},"TopicsCallToAction",{"subtitle":108,"text":109,"primaryButton":110},"クラウドネイティブの変革を始める","GitLabツールとインテグレーションを活用した、Ask Media GroupのオンプレミスサーバーからAWSクラウドへの移行方法がテーマです。参加して成功事例から学びましょう。",{"text":111,"config":112},"参加登録はこちら",{"href":113},"/webcast/cloud-native-transformation/",{"type":115,"componentName":115,"componentContent":116},"CommonResourcesContainer",{"header":117,"tabs":118},"関連リンク",[119,133,147],{"name":120,"items":121,"config":132},"動画",[122],{"header":123,"type":120,"image":124,"link":127},"クラウドネイティブに関するウェビナー",{"altText":123,"config":125},{"src":126},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159298/Website/Topics/cloud-native-webinar.jpg",{"text":128,"config":129},"今すぐ視聴",{"href":130,"icon":131,"modal":24},"https://www.youtube.com/embed/jc5cY3LoOOI","Webcast",{"key":120},{"name":134,"items":135,"config":146},"ブログ",[136],{"header":137,"type":134,"image":138,"link":141},"自動デプロイによるCI/CDパイプラインの作成",{"altText":137,"config":139},{"src":140},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159303/Website/Topics/img-fallback-cards-cicd.png",{"text":142,"config":143},"詳細はこちら",{"href":144,"icon":145,"modal":24},"/blog/how-to-create-a-ci-cd-pipeline-with-auto-deploy-to-kubernetes-using-gitlab/","Articles",{"key":134},{"name":148,"items":149,"config":158},"ドキュメント",[150],{"header":151,"type":148,"image":152,"link":155},"Auto DevOpsに関するドキュメント",{"altText":151,"config":153},{"src":154},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158703/Website/Topics/img-fallback-cards-gitlab.png",{"text":142,"config":156},{"href":157,"icon":145,"modal":24},"https://docs.gitlab.com/ee/topics/autodevops/index.html",{"key":148},{"type":160,"componentName":160},"CommonNextSteps","yml",{},true,"/ja-jp/topics/cloud-native",{"title":21,"description":166},"コンテナ、Kubernetes、マイクロサービスなどのテクノロジーを活用し、かつてない規模と安定性で実行されるクラウドネイティブアプリケーションについて学びましょう。","ja-jp/topics/cloud-native/index","yDLaY_TleZhQw8WvDQsJ08W6e4XByjVP4spf0lFl2-s",{"data":170},{"logo":171,"freeTrial":176,"sales":181,"login":186,"items":191,"search":497,"minimal":530,"duo":547,"pricingDeployment":557},{"config":172},{"href":173,"dataGaName":174,"dataGaLocation":175},"/ja-jp/","gitlab logo","header",{"text":177,"config":178},"無料トライアルを開始",{"href":179,"dataGaName":180,"dataGaLocation":175},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":182,"config":183},"お問い合わせ",{"href":184,"dataGaName":185,"dataGaLocation":175},"/ja-jp/sales/","sales",{"text":187,"config":188},"サインイン",{"href":189,"dataGaName":190,"dataGaLocation":175},"https://gitlab.com/users/sign_in/","sign in",[192,218,314,319,419,479],{"text":193,"config":194,"cards":196},"プラットフォーム",{"dataNavLevelOne":195},"platform",[197,203,211],{"title":193,"description":198,"link":199},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":200,"config":201},"プラットフォームを詳しく見る",{"href":202,"dataGaName":195,"dataGaLocation":175},"/ja-jp/platform/",{"title":204,"description":205,"link":206},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":207,"config":208},"GitLab Duoのご紹介",{"href":209,"dataGaName":210,"dataGaLocation":175},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":212,"description":213,"link":214},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":142,"config":215},{"href":216,"dataGaName":217,"dataGaLocation":175},"/ja-jp/why-gitlab/","why gitlab",{"text":219,"left":163,"config":220,"link":222,"lists":226,"footer":296},"製品",{"dataNavLevelOne":221},"solutions",{"text":223,"config":224},"すべてのソリューションを表示",{"href":225,"dataGaName":221,"dataGaLocation":175},"/ja-jp/solutions/",[227,252,274],{"title":228,"description":229,"link":230,"items":235},"自動化","CI/CDと自動化でデプロイを加速",{"config":231},{"icon":232,"href":233,"dataGaName":234,"dataGaLocation":175},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[236,240,243,248],{"text":237,"config":238},"CI/CD",{"href":239,"dataGaLocation":175,"dataGaName":237},"/ja-jp/solutions/continuous-integration/",{"text":204,"config":241},{"href":209,"dataGaLocation":175,"dataGaName":242},"gitlab duo agent platform - product menu",{"text":244,"config":245},"ソースコード管理",{"href":246,"dataGaLocation":175,"dataGaName":247},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":249,"config":250},"自動化されたソフトウェアデリバリー",{"href":233,"dataGaLocation":175,"dataGaName":251},"Automated software delivery",{"title":253,"description":254,"link":255,"items":260},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":256},{"href":257,"dataGaName":258,"dataGaLocation":175,"icon":259},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[261,265,270],{"text":262,"config":263},"Application Security Testing",{"href":257,"dataGaName":264,"dataGaLocation":175},"Application security testing",{"text":266,"config":267},"ソフトウェアサプライチェーンの安全性",{"href":268,"dataGaLocation":175,"dataGaName":269},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":271,"config":272},"Software Compliance",{"href":273,"dataGaName":271,"dataGaLocation":175},"/ja-jp/solutions/software-compliance/",{"title":275,"link":276,"items":281},"測定",{"config":277},{"icon":278,"href":279,"dataGaName":280,"dataGaLocation":175},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[282,286,291],{"text":283,"config":284},"可視性と測定",{"href":279,"dataGaLocation":175,"dataGaName":285},"Visibility and Measurement",{"text":287,"config":288},"バリューストリーム管理",{"href":289,"dataGaLocation":175,"dataGaName":290},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":292,"config":293},"分析とインサイト",{"href":294,"dataGaLocation":175,"dataGaName":295},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":297,"items":298},"GitLabが活躍する場所",[299,304,309],{"text":300,"config":301},"Enterprise",{"href":302,"dataGaLocation":175,"dataGaName":303},"/ja-jp/enterprise/","enterprise",{"text":305,"config":306},"スモールビジネス",{"href":307,"dataGaLocation":175,"dataGaName":308},"/ja-jp/small-business/","small business",{"text":310,"config":311},"公共機関",{"href":312,"dataGaLocation":175,"dataGaName":313},"/ja-jp/solutions/public-sector/","public sector",{"text":315,"config":316},"価格",{"href":317,"dataGaName":318,"dataGaLocation":175,"dataNavLevelOne":318},"/ja-jp/pricing/","pricing",{"text":320,"config":321,"link":323,"lists":327,"feature":406},"関連リソース",{"dataNavLevelOne":322},"resources",{"text":324,"config":325},"すべてのリソースを表示",{"href":326,"dataGaName":322,"dataGaLocation":175},"/ja-jp/resources/",[328,361,378],{"title":329,"items":330},"はじめに",[331,336,341,346,351,356],{"text":332,"config":333},"インストール",{"href":334,"dataGaName":335,"dataGaLocation":175},"/ja-jp/install/","install",{"text":337,"config":338},"クイックスタートガイド",{"href":339,"dataGaName":340,"dataGaLocation":175},"/ja-jp/get-started/","quick setup checklists",{"text":342,"config":343},"学ぶ",{"href":344,"dataGaLocation":175,"dataGaName":345},"https://university.gitlab.com/","learn",{"text":347,"config":348},"製品ドキュメント",{"href":349,"dataGaName":350,"dataGaLocation":175},"https://docs.gitlab.com/","product documentation",{"text":352,"config":353},"ベストプラクティスビデオ",{"href":354,"dataGaName":355,"dataGaLocation":175},"/ja-jp/getting-started-videos/","best practice videos",{"text":357,"config":358},"インテグレーション",{"href":359,"dataGaName":360,"dataGaLocation":175},"/ja-jp/integrations/","integrations",{"title":362,"items":363},"検索する",[364,369,373],{"text":365,"config":366},"お客様成功事例",{"href":367,"dataGaName":368,"dataGaLocation":175},"/ja-jp/customers/","customer success stories",{"text":134,"config":370},{"href":371,"dataGaName":372,"dataGaLocation":175},"/ja-jp/blog/","blog",{"text":374,"config":375},"リモート",{"href":376,"dataGaName":377,"dataGaLocation":175},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":379,"items":380},"つなげる",[381,386,391,396,401],{"text":382,"config":383},"GitLabサービス",{"href":384,"dataGaName":385,"dataGaLocation":175},"/ja-jp/services/","services",{"text":387,"config":388},"コミュニティ",{"href":389,"dataGaName":390,"dataGaLocation":175},"/community/","community",{"text":392,"config":393},"フォーラム",{"href":394,"dataGaName":395,"dataGaLocation":175},"https://forum.gitlab.com/","forum",{"text":397,"config":398},"イベント",{"href":399,"dataGaName":400,"dataGaLocation":175},"/events/","events",{"text":402,"config":403},"パートナー",{"href":404,"dataGaName":405,"dataGaLocation":175},"/ja-jp/partners/","partners",{"backgroundColor":407,"textColor":408,"text":409,"image":410,"link":414},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":411,"config":412},"ソースプロモカード",{"src":413},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":415,"config":416},"最新情報を読む",{"href":417,"dataGaName":418,"dataGaLocation":175},"/ja-jp/the-source/","the source",{"text":420,"config":421,"lists":423},"会社情報",{"dataNavLevelOne":422},"company",[424],{"items":425},[426,431,437,439,444,449,454,459,464,469,474],{"text":427,"config":428},"GitLabについて",{"href":429,"dataGaName":430,"dataGaLocation":175},"/ja-jp/company/","about",{"text":432,"config":433,"footerGa":436},"採用情報",{"href":434,"dataGaName":435,"dataGaLocation":175},"/jobs/","jobs",{"dataGaName":435},{"text":397,"config":438},{"href":399,"dataGaName":400,"dataGaLocation":175},{"text":440,"config":441},"経営陣",{"href":442,"dataGaName":443,"dataGaLocation":175},"/company/team/e-group/","leadership",{"text":445,"config":446},"チーム",{"href":447,"dataGaName":448,"dataGaLocation":175},"/company/team/","team",{"text":450,"config":451},"ハンドブック",{"href":452,"dataGaName":453,"dataGaLocation":175},"https://handbook.gitlab.com/","handbook",{"text":455,"config":456},"投資家向け情報",{"href":457,"dataGaName":458,"dataGaLocation":175},"https://ir.gitlab.com/","investor relations",{"text":460,"config":461},"トラストセンター",{"href":462,"dataGaName":463,"dataGaLocation":175},"/ja-jp/security/","trust center",{"text":465,"config":466},"AI Transparency Center",{"href":467,"dataGaName":468,"dataGaLocation":175},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":470,"config":471},"ニュースレター",{"href":472,"dataGaName":473,"dataGaLocation":175},"/company/contact/#contact-forms","newsletter",{"text":475,"config":476},"プレス",{"href":477,"dataGaName":478,"dataGaLocation":175},"/press/","press",{"text":182,"config":480,"lists":481},{"dataNavLevelOne":422},[482],{"items":483},[484,487,492],{"text":182,"config":485},{"href":184,"dataGaName":486,"dataGaLocation":175},"talk to sales",{"text":488,"config":489},"サポートポータル",{"href":490,"dataGaName":491,"dataGaLocation":175},"https://support.gitlab.com","support portal",{"text":493,"config":494},"カスタマーポータル",{"href":495,"dataGaName":496,"dataGaLocation":175},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":498,"login":499,"suggestions":506},"閉じる",{"text":500,"link":501},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":502,"config":503},"GitLab.com",{"href":189,"dataGaName":504,"dataGaLocation":505},"search login","search",{"text":507,"default":508},"提案",[509,511,516,518,522,526],{"text":204,"config":510},{"href":209,"dataGaName":204,"dataGaLocation":505},{"text":512,"config":513},"コード提案（AI）",{"href":514,"dataGaName":515,"dataGaLocation":505},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":237,"config":517},{"href":239,"dataGaName":237,"dataGaLocation":505},{"text":519,"config":520},"GitLab on AWS",{"href":521,"dataGaName":519,"dataGaLocation":505},"/ja-jp/partners/technology-partners/aws/",{"text":523,"config":524},"GitLab on Google Cloud",{"href":525,"dataGaName":523,"dataGaLocation":505},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":527,"config":528},"GitLabを選ぶ理由",{"href":216,"dataGaName":529,"dataGaLocation":505},"Why GitLab?",{"freeTrial":531,"mobileIcon":535,"desktopIcon":540,"secondaryButton":543},{"text":177,"config":532},{"href":533,"dataGaName":180,"dataGaLocation":534},"https://gitlab.com/-/trials/new/","nav",{"altText":536,"config":537},"GitLabアイコン",{"src":538,"dataGaName":539,"dataGaLocation":534},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":536,"config":541},{"src":542,"dataGaName":539,"dataGaLocation":534},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":329,"config":544},{"href":545,"dataGaName":546,"dataGaLocation":534},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/compare/gitlab-vs-github/","get started",{"freeTrial":548,"mobileIcon":553,"desktopIcon":555},{"text":549,"config":550},"GitLab Duoの詳細について",{"href":551,"dataGaName":552,"dataGaLocation":534},"/ja-jp/gitlab-duo/","gitlab duo",{"altText":536,"config":554},{"src":538,"dataGaName":539,"dataGaLocation":534},{"altText":536,"config":556},{"src":542,"dataGaName":539,"dataGaLocation":534},{"freeTrial":558,"mobileIcon":563,"desktopIcon":565},{"text":559,"config":560},"料金ページに戻る",{"href":317,"dataGaName":561,"dataGaLocation":534,"icon":562},"back to pricing","GoBack",{"altText":536,"config":564},{"src":538,"dataGaName":539,"dataGaLocation":534},{"altText":536,"config":566},{"src":542,"dataGaName":539,"dataGaLocation":534},{"title":568,"button":569,"config":574},"エージェント型AIがソフトウェア配信をどのように変革するかをご覧ください",{"text":570,"config":571},"GitLab Transcendを今すぐ視聴",{"href":572,"dataGaName":573,"dataGaLocation":175},"/ja-jp/events/transcend/virtual/","transcend event",{"layout":575,"icon":576},"release","AiStar",{"data":578},{"text":579,"source":580,"edit":586,"contribute":591,"config":596,"items":601,"minimal":775},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":581,"config":582},"ページのソースを表示",{"href":583,"dataGaName":584,"dataGaLocation":585},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":587,"config":588},"このページを編集",{"href":589,"dataGaName":590,"dataGaLocation":585},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":592,"config":593},"ご協力をお願いします",{"href":594,"dataGaName":595,"dataGaLocation":585},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":597,"facebook":598,"youtube":599,"linkedin":600},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[602,625,679,709,744],{"title":193,"links":603,"subMenu":608},[604],{"text":605,"config":606},"DevSecOpsプラットフォーム",{"href":202,"dataGaName":607,"dataGaLocation":585},"devsecops platform",[609],{"title":315,"links":610},[611,615,620],{"text":612,"config":613},"プランの表示",{"href":317,"dataGaName":614,"dataGaLocation":585},"view plans",{"text":616,"config":617},"Premiumを選ぶ理由",{"href":618,"dataGaName":619,"dataGaLocation":585},"/ja-jp/pricing/premium/","why premium",{"text":621,"config":622},"Ultimateを選ぶ理由",{"href":623,"dataGaName":624,"dataGaLocation":585},"/ja-jp/pricing/ultimate/","why ultimate",{"title":626,"links":627},"ソリューション",[628,633,636,638,643,648,652,655,658,663,665,667,669,674],{"text":629,"config":630},"デジタルトランスフォーメーション",{"href":631,"dataGaName":632,"dataGaLocation":585},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":634,"config":635},"セキュリティとコンプライアンス",{"href":257,"dataGaName":264,"dataGaLocation":585},{"text":249,"config":637},{"href":233,"dataGaName":234,"dataGaLocation":585},{"text":639,"config":640},"アジャイル開発",{"href":641,"dataGaName":642,"dataGaLocation":585},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":644,"config":645},"クラウドトランスフォーメーション",{"href":646,"dataGaName":647,"dataGaLocation":585},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":649,"config":650},"SCM",{"href":246,"dataGaName":651,"dataGaLocation":585},"source code management",{"text":237,"config":653},{"href":239,"dataGaName":654,"dataGaLocation":585},"continuous integration & delivery",{"text":287,"config":656},{"href":289,"dataGaName":657,"dataGaLocation":585},"value stream management",{"text":659,"config":660},"GitOps",{"href":661,"dataGaName":662,"dataGaLocation":585},"/ja-jp/solutions/gitops/","gitops",{"text":300,"config":664},{"href":302,"dataGaName":303,"dataGaLocation":585},{"text":305,"config":666},{"href":307,"dataGaName":308,"dataGaLocation":585},{"text":310,"config":668},{"href":312,"dataGaName":313,"dataGaLocation":585},{"text":670,"config":671},"教育",{"href":672,"dataGaName":673,"dataGaLocation":585},"/ja-jp/solutions/education/","education",{"text":675,"config":676},"金融サービス",{"href":677,"dataGaName":678,"dataGaLocation":585},"/ja-jp/solutions/finance/","financial services",{"title":320,"links":680},[681,683,685,687,690,692,695,697,699,701,703,705,707],{"text":332,"config":682},{"href":334,"dataGaName":335,"dataGaLocation":585},{"text":337,"config":684},{"href":339,"dataGaName":340,"dataGaLocation":585},{"text":342,"config":686},{"href":344,"dataGaName":345,"dataGaLocation":585},{"text":347,"config":688},{"href":349,"dataGaName":689,"dataGaLocation":585},"docs",{"text":134,"config":691},{"href":371,"dataGaName":372},{"text":693,"config":694},"お客様の成功事例",{"href":367,"dataGaLocation":585},{"text":365,"config":696},{"href":367,"dataGaName":368,"dataGaLocation":585},{"text":374,"config":698},{"href":376,"dataGaName":377,"dataGaLocation":585},{"text":382,"config":700},{"href":384,"dataGaName":385,"dataGaLocation":585},{"text":387,"config":702},{"href":389,"dataGaName":390,"dataGaLocation":585},{"text":392,"config":704},{"href":394,"dataGaName":395,"dataGaLocation":585},{"text":397,"config":706},{"href":399,"dataGaName":400,"dataGaLocation":585},{"text":402,"config":708},{"href":404,"dataGaName":405,"dataGaLocation":585},{"title":710,"links":711},"Company",[712,714,716,718,720,722,724,728,733,735,737,739],{"text":427,"config":713},{"href":429,"dataGaName":422,"dataGaLocation":585},{"text":432,"config":715},{"href":434,"dataGaName":435,"dataGaLocation":585},{"text":440,"config":717},{"href":442,"dataGaName":443,"dataGaLocation":585},{"text":445,"config":719},{"href":447,"dataGaName":448,"dataGaLocation":585},{"text":450,"config":721},{"href":452,"dataGaName":453,"dataGaLocation":585},{"text":455,"config":723},{"href":457,"dataGaName":458,"dataGaLocation":585},{"text":725,"config":726},"Sustainability",{"href":727,"dataGaName":725,"dataGaLocation":585},"/sustainability/",{"text":729,"config":730},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":731,"dataGaName":732,"dataGaLocation":585},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":460,"config":734},{"href":462,"dataGaName":463,"dataGaLocation":585},{"text":470,"config":736},{"href":472,"dataGaName":473,"dataGaLocation":585},{"text":475,"config":738},{"href":477,"dataGaName":478,"dataGaLocation":585},{"text":740,"config":741},"現代奴隷制の透明性に関する声明",{"href":742,"dataGaName":743,"dataGaLocation":585},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":182,"links":745},[746,748,753,755,760,765,770],{"text":182,"config":747},{"href":184,"dataGaName":185,"dataGaLocation":585},{"text":749,"config":750},"サポートを受ける",{"href":751,"dataGaName":752,"dataGaLocation":585},"/support/","get help",{"text":493,"config":754},{"href":495,"dataGaName":496,"dataGaLocation":585},{"text":756,"config":757},"ステータス",{"href":758,"dataGaName":759,"dataGaLocation":585},"https://status.gitlab.com/","status",{"text":761,"config":762},"利用規約",{"href":763,"dataGaName":764,"dataGaLocation":585},"/terms/","terms of use",{"text":766,"config":767},"プライバシーに関する声明",{"href":768,"dataGaName":769,"dataGaLocation":585},"/ja-jp/privacy/","privacy statement",{"text":771,"config":772},"Cookieの設定",{"dataGaName":773,"dataGaLocation":585,"id":774,"isOneTrustButton":163},"cookie preferences","ot-sdk-btn",{"items":776},[777,779,781],{"text":761,"config":778},{"href":763,"dataGaName":764,"dataGaLocation":585},{"text":766,"config":780},{"href":768,"dataGaName":769,"dataGaLocation":585},{"text":771,"config":782},{"dataGaName":773,"dataGaLocation":585,"id":774,"isOneTrustButton":163},{"header":784,"blurb":785,"button":786,"secondaryButton":790},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":177,"config":787},{"href":788,"dataGaName":180,"dataGaLocation":789},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":182,"config":791},{"href":184,"dataGaName":185,"dataGaLocation":789},1772652137433]