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