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