[{"data":1,"prerenderedAt":821},["ShallowReactive",2],{"/ja-jp/topics/cloud-native/":3,"navigation-ja-jp":169,"banner-ja-jp":584,"footer-ja-jp":596,"next-steps-ja-jp":806},{"_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},"TopicsHero",{"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":580,"_type":164,"title":581,"_source":165,"_file":582,"_stem":583,"_extension":168},"/shared/ja-jp/main-navigation","ja-jp",{"logo":173,"freeTrial":178,"sales":183,"login":188,"items":193,"search":524,"minimal":558,"duo":571},{"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,336,341,446,506],{"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":318},"製品",true,{"dataNavLevelOne":241},"solutions",{"text":243,"config":244},"すべてのソリューションを表示",{"href":245,"dataGaName":241,"dataGaLocation":177},"/ja-jp/solutions/",[247,273,296],{"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/security-compliance/","security and compliance","ShieldCheckLight",[282,286,291],{"text":283,"config":284},"セキュリティとコンプライアンス",{"href":278,"dataGaLocation":177,"dataGaName":285},"Security & Compliance",{"text":287,"config":288},"ソフトウェアサプライチェーンの安全性",{"href":289,"dataGaLocation":177,"dataGaName":290},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":292,"config":293},"コンプライアンスとガバナンス",{"href":294,"dataGaLocation":177,"dataGaName":295},"/ja-jp/solutions/continuous-software-compliance/","Compliance and governance",{"title":297,"link":298,"items":303},"測定",{"config":299},{"icon":300,"href":301,"dataGaName":302,"dataGaLocation":177},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[304,308,313],{"text":305,"config":306},"可視性と測定",{"href":301,"dataGaLocation":177,"dataGaName":307},"Visibility and Measurement",{"text":309,"config":310},"バリューストリーム管理",{"href":311,"dataGaLocation":177,"dataGaName":312},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":314,"config":315},"分析とインサイト",{"href":316,"dataGaLocation":177,"dataGaName":317},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":319,"items":320},"GitLabが活躍する場所",[321,326,331],{"text":322,"config":323},"Enterprise",{"href":324,"dataGaLocation":177,"dataGaName":325},"/ja-jp/enterprise/","enterprise",{"text":327,"config":328},"スモールビジネス",{"href":329,"dataGaLocation":177,"dataGaName":330},"/ja-jp/small-business/","small business",{"text":332,"config":333},"公共機関",{"href":334,"dataGaLocation":177,"dataGaName":335},"/ja-jp/solutions/public-sector/","public sector",{"text":337,"config":338},"価格",{"href":339,"dataGaName":340,"dataGaLocation":177,"dataNavLevelOne":340},"/ja-jp/pricing/","pricing",{"text":342,"config":343,"link":345,"lists":349,"feature":433},"関連リソース",{"dataNavLevelOne":344},"resources",{"text":346,"config":347},"すべてのリソースを表示",{"href":348,"dataGaName":344,"dataGaLocation":177},"/ja-jp/resources/",[350,383,405],{"title":351,"items":352},"はじめに",[353,358,363,368,373,378],{"text":354,"config":355},"インストール",{"href":356,"dataGaName":357,"dataGaLocation":177},"/ja-jp/install/","install",{"text":359,"config":360},"クイックスタートガイド",{"href":361,"dataGaName":362,"dataGaLocation":177},"/ja-jp/get-started/","quick setup checklists",{"text":364,"config":365},"学ぶ",{"href":366,"dataGaLocation":177,"dataGaName":367},"https://university.gitlab.com/","learn",{"text":369,"config":370},"製品ドキュメント",{"href":371,"dataGaName":372,"dataGaLocation":177},"https://docs.gitlab.com/","product documentation",{"text":374,"config":375},"ベストプラクティスビデオ",{"href":376,"dataGaName":377,"dataGaLocation":177},"/ja-jp/getting-started-videos/","best practice videos",{"text":379,"config":380},"インテグレーション",{"href":381,"dataGaName":382,"dataGaLocation":177},"/ja-jp/integrations/","integrations",{"title":384,"items":385},"検索する",[386,391,395,400],{"text":387,"config":388},"お客様成功事例",{"href":389,"dataGaName":390,"dataGaLocation":177},"/ja-jp/customers/","customer success stories",{"text":136,"config":392},{"href":393,"dataGaName":394,"dataGaLocation":177},"/ja-jp/blog/","blog",{"text":396,"config":397},"リモート",{"href":398,"dataGaName":399,"dataGaLocation":177},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":401,"config":402},"TeamOps",{"href":403,"dataGaName":404,"dataGaLocation":177},"/ja-jp/teamops/","teamops",{"title":406,"items":407},"つなげる",[408,413,418,423,428],{"text":409,"config":410},"GitLabサービス",{"href":411,"dataGaName":412,"dataGaLocation":177},"/ja-jp/services/","services",{"text":414,"config":415},"コミュニティ",{"href":416,"dataGaName":417,"dataGaLocation":177},"/community/","community",{"text":419,"config":420},"フォーラム",{"href":421,"dataGaName":422,"dataGaLocation":177},"https://forum.gitlab.com/","forum",{"text":424,"config":425},"イベント",{"href":426,"dataGaName":427,"dataGaLocation":177},"/events/","events",{"text":429,"config":430},"パートナー",{"href":431,"dataGaName":432,"dataGaLocation":177},"/ja-jp/partners/","partners",{"backgroundColor":434,"textColor":435,"text":436,"image":437,"link":441},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":438,"config":439},"ソースプロモカード",{"src":440},"/images/navigation/the-source-promo-card.svg",{"text":442,"config":443},"最新情報を読む",{"href":444,"dataGaName":445,"dataGaLocation":177},"/ja-jp/the-source/","the source",{"text":447,"config":448,"lists":450},"Company",{"dataNavLevelOne":449},"company",[451],{"items":452},[453,458,464,466,471,476,481,486,491,496,501],{"text":454,"config":455},"GitLabについて",{"href":456,"dataGaName":457,"dataGaLocation":177},"/ja-jp/company/","about",{"text":459,"config":460,"footerGa":463},"採用情報",{"href":461,"dataGaName":462,"dataGaLocation":177},"/jobs/","jobs",{"dataGaName":462},{"text":424,"config":465},{"href":426,"dataGaName":427,"dataGaLocation":177},{"text":467,"config":468},"経営陣",{"href":469,"dataGaName":470,"dataGaLocation":177},"/company/team/e-group/","leadership",{"text":472,"config":473},"チーム",{"href":474,"dataGaName":475,"dataGaLocation":177},"/company/team/","team",{"text":477,"config":478},"ハンドブック",{"href":479,"dataGaName":480,"dataGaLocation":177},"https://handbook.gitlab.com/","handbook",{"text":482,"config":483},"投資家向け情報",{"href":484,"dataGaName":485,"dataGaLocation":177},"https://ir.gitlab.com/","investor relations",{"text":487,"config":488},"トラストセンター",{"href":489,"dataGaName":490,"dataGaLocation":177},"/ja-jp/security/","trust center",{"text":492,"config":493},"AI Transparency Center",{"href":494,"dataGaName":495,"dataGaLocation":177},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":497,"config":498},"ニュースレター",{"href":499,"dataGaName":500,"dataGaLocation":177},"/company/contact/","newsletter",{"text":502,"config":503},"プレス",{"href":504,"dataGaName":505,"dataGaLocation":177},"/press/","press",{"text":184,"config":507,"lists":508},{"dataNavLevelOne":449},[509],{"items":510},[511,514,519],{"text":184,"config":512},{"href":186,"dataGaName":513,"dataGaLocation":177},"talk to sales",{"text":515,"config":516},"サポートを受ける",{"href":517,"dataGaName":518,"dataGaLocation":177},"/support/","get help",{"text":520,"config":521},"カスタマーポータル",{"href":522,"dataGaName":523,"dataGaLocation":177},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":525,"login":526,"suggestions":533},"閉じる",{"text":527,"link":528},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":529,"config":530},"GitLab.com",{"href":191,"dataGaName":531,"dataGaLocation":532},"search login","search",{"text":534,"default":535},"提案",[536,539,544,546,550,554],{"text":206,"config":537},{"href":211,"dataGaName":538,"dataGaLocation":532},"GitLab Duo (AI)",{"text":540,"config":541},"コード提案（AI）",{"href":542,"dataGaName":543,"dataGaLocation":532},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":257,"config":545},{"href":259,"dataGaName":257,"dataGaLocation":532},{"text":547,"config":548},"GitLab on AWS",{"href":549,"dataGaName":547,"dataGaLocation":532},"/ja-jp/partners/technology-partners/aws/",{"text":551,"config":552},"GitLab on Google Cloud",{"href":553,"dataGaName":551,"dataGaLocation":532},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":555,"config":556},"GitLabを選ぶ理由",{"href":218,"dataGaName":557,"dataGaLocation":532},"Why GitLab?",{"freeTrial":559,"mobileIcon":563,"desktopIcon":568},{"text":179,"config":560},{"href":561,"dataGaName":182,"dataGaLocation":562},"https://gitlab.com/-/trials/new/","nav",{"altText":564,"config":565},"GitLabアイコン",{"src":566,"dataGaName":567,"dataGaLocation":562},"/images/brand/gitlab-logo-tanuki.svg","gitlab icon",{"altText":564,"config":569},{"src":570,"dataGaName":567,"dataGaLocation":562},"/images/brand/gitlab-logo-type.svg",{"freeTrial":572,"mobileIcon":576,"desktopIcon":578},{"text":573,"config":574},"GitLab Duoの詳細について",{"href":211,"dataGaName":575,"dataGaLocation":562},"gitlab duo",{"altText":564,"config":577},{"src":566,"dataGaName":567,"dataGaLocation":562},{"altText":564,"config":579},{"src":570,"dataGaName":567,"dataGaLocation":562},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":585,"_dir":171,"_draft":6,"_partial":6,"_locale":7,"title":586,"button":587,"config":591,"_id":593,"_type":164,"_source":165,"_file":594,"_stem":595,"_extension":168},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":144,"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,732,766],{"title":195,"links":623,"subMenu":628},[624],{"text":625,"config":626},"DevSecOpsプラットフォーム",{"href":204,"dataGaName":627,"dataGaLocation":605},"devsecops platform",[629],{"title":337,"links":630},[631,635,640],{"text":632,"config":633},"プランの表示",{"href":339,"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":283,"config":654},{"href":278,"dataGaName":655,"dataGaLocation":605},"security & compliance",{"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":309,"config":676},{"href":311,"dataGaName":677,"dataGaLocation":605},"value stream management",{"text":679,"config":680},"GitOps",{"href":681,"dataGaName":682,"dataGaLocation":605},"/ja-jp/solutions/gitops/","gitops",{"text":322,"config":684},{"href":324,"dataGaName":325,"dataGaLocation":605},{"text":327,"config":686},{"href":329,"dataGaName":330,"dataGaLocation":605},{"text":332,"config":688},{"href":334,"dataGaName":335,"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":342,"links":700},[701,703,705,707,710,712,716,718,720,722,724,726,728,730],{"text":354,"config":702},{"href":356,"dataGaName":357,"dataGaLocation":605},{"text":359,"config":704},{"href":361,"dataGaName":362,"dataGaLocation":605},{"text":364,"config":706},{"href":366,"dataGaName":367,"dataGaLocation":605},{"text":369,"config":708},{"href":371,"dataGaName":709,"dataGaLocation":605},"docs",{"text":136,"config":711},{"href":393,"dataGaName":394},{"text":713,"config":714},"お客様の成功事例",{"href":715,"dataGaLocation":605},"/customers/",{"text":387,"config":717},{"href":389,"dataGaName":390,"dataGaLocation":605},{"text":396,"config":719},{"href":398,"dataGaName":399,"dataGaLocation":605},{"text":409,"config":721},{"href":411,"dataGaName":412,"dataGaLocation":605},{"text":401,"config":723},{"href":403,"dataGaName":404,"dataGaLocation":605},{"text":414,"config":725},{"href":416,"dataGaName":417,"dataGaLocation":605},{"text":419,"config":727},{"href":421,"dataGaName":422,"dataGaLocation":605},{"text":424,"config":729},{"href":426,"dataGaName":427,"dataGaLocation":605},{"text":429,"config":731},{"href":431,"dataGaName":432,"dataGaLocation":605},{"title":447,"links":733},[734,736,738,740,742,744,746,750,755,757,759,761],{"text":454,"config":735},{"href":456,"dataGaName":449,"dataGaLocation":605},{"text":459,"config":737},{"href":461,"dataGaName":462,"dataGaLocation":605},{"text":467,"config":739},{"href":469,"dataGaName":470,"dataGaLocation":605},{"text":472,"config":741},{"href":474,"dataGaName":475,"dataGaLocation":605},{"text":477,"config":743},{"href":479,"dataGaName":480,"dataGaLocation":605},{"text":482,"config":745},{"href":484,"dataGaName":485,"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":487,"config":756},{"href":489,"dataGaName":490,"dataGaLocation":605},{"text":497,"config":758},{"href":499,"dataGaName":500,"dataGaLocation":605},{"text":502,"config":760},{"href":504,"dataGaName":505,"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":515,"config":771},{"href":517,"dataGaName":518,"dataGaLocation":605},{"text":520,"config":773},{"href":522,"dataGaName":523,"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",1753733432167]