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