[{"data":1,"prerenderedAt":818},["ShallowReactive",2],{"/ja-jp/topics/ci-cd/cloud-native-continuous-integration":3,"navigation-ja-jp":145,"banner-ja-jp":564,"footer-ja-jp":574,"next-steps-ja-jp":809},{"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",{"logo":146,"freeTrial":151,"sales":156,"login":161,"items":166,"search":484,"minimal":517,"duo":534,"switchNav":543,"pricingDeployment":554},{"config":147},{"href":148,"dataGaName":149,"dataGaLocation":150},"/ja-jp/","gitlab logo","header",{"text":152,"config":153},"無料トライアルを開始",{"href":154,"dataGaName":155,"dataGaLocation":150},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":157,"config":158},"お問い合わせ",{"href":159,"dataGaName":160,"dataGaLocation":150},"/ja-jp/sales/","sales",{"text":162,"config":163},"サインイン",{"href":164,"dataGaName":165,"dataGaLocation":150},"https://gitlab.com/users/sign_in/","sign in",[167,195,296,301,404,465],{"text":168,"config":169,"menu":171},"プラットフォーム",{"dataNavLevelOne":170},"platform",{"type":172,"columns":173},"cards",[174,180,188],{"title":168,"description":175,"link":176},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":177,"config":178},"プラットフォームを探索",{"href":179,"dataGaName":170,"dataGaLocation":150},"/ja-jp/platform/",{"title":181,"description":182,"link":183},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":184,"config":185},"GitLab Duoのご紹介",{"href":186,"dataGaName":187,"dataGaLocation":150},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":189,"description":190,"link":191},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":87,"config":192},{"href":193,"dataGaName":194,"dataGaLocation":150},"/ja-jp/why-gitlab/","why gitlab",{"text":196,"left":139,"config":197,"menu":199},"製品",{"dataNavLevelOne":198},"solutions",{"type":200,"link":201,"columns":205,"feature":275},"lists",{"text":202,"config":203},"すべてのソリューションを表示",{"href":204,"dataGaName":198,"dataGaLocation":150},"/ja-jp/solutions/",[206,230,253],{"title":207,"description":208,"link":209,"items":214},"自動化","CI/CDと自動化でデプロイを加速",{"config":210},{"icon":211,"href":212,"dataGaName":213,"dataGaLocation":150},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[215,218,221,226],{"text":17,"config":216},{"href":217,"dataGaLocation":150,"dataGaName":17},"/ja-jp/solutions/continuous-integration/",{"text":181,"config":219},{"href":186,"dataGaLocation":150,"dataGaName":220},"gitlab duo agent platform - product menu",{"text":222,"config":223},"ソースコード管理",{"href":224,"dataGaLocation":150,"dataGaName":225},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":227,"config":228},"自動化されたソフトウェアデリバリー",{"href":212,"dataGaLocation":150,"dataGaName":229},"Automated software delivery",{"title":231,"description":232,"link":233,"items":238},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":234},{"href":235,"dataGaName":236,"dataGaLocation":150,"icon":237},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[239,243,248],{"text":240,"config":241},"アプリケーションセキュリティテスト",{"href":235,"dataGaName":242,"dataGaLocation":150},"Application security testing",{"text":244,"config":245},"ソフトウェアサプライチェーンの安全性",{"href":246,"dataGaLocation":150,"dataGaName":247},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":249,"config":250},"ソフトウェアコンプライアンス",{"href":251,"dataGaName":252,"dataGaLocation":150},"/ja-jp/solutions/software-compliance/","software compliance",{"title":254,"link":255,"items":260},"測定",{"config":256},{"icon":257,"href":258,"dataGaName":259,"dataGaLocation":150},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[261,265,270],{"text":262,"config":263},"可視性と測定",{"href":258,"dataGaLocation":150,"dataGaName":264},"Visibility and Measurement",{"text":266,"config":267},"バリューストリーム管理",{"href":268,"dataGaLocation":150,"dataGaName":269},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":271,"config":272},"分析とインサイト",{"href":273,"dataGaLocation":150,"dataGaName":274},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":276,"type":200,"items":277},"GitLabが活躍する場所",[278,284,290],{"text":279,"config":280},"エンタープライズ",{"icon":281,"href":282,"dataGaLocation":150,"dataGaName":283},"Building","/ja-jp/enterprise/","enterprise",{"text":285,"config":286},"スモールビジネス",{"icon":287,"href":288,"dataGaLocation":150,"dataGaName":289},"Work","/ja-jp/small-business/","small business",{"text":291,"config":292},"公共部門",{"icon":293,"href":294,"dataGaLocation":150,"dataGaName":295},"Organization","/ja-jp/solutions/public-sector/","public sector",{"text":297,"config":298},"価格",{"href":299,"dataGaName":300,"dataGaLocation":150,"dataNavLevelOne":300},"/ja-jp/pricing/","pricing",{"text":302,"config":303,"menu":305},"リソース",{"dataNavLevelOne":304},"resources",{"type":200,"link":306,"columns":310,"feature":390},{"text":307,"config":308},"すべてのリソースを表示",{"href":309,"dataGaName":304,"dataGaLocation":150},"/ja-jp/resources/",[311,344,362],{"title":312,"items":313},"はじめに",[314,319,324,329,334,339],{"text":315,"config":316},"インストール",{"href":317,"dataGaName":318,"dataGaLocation":150},"/ja-jp/install/","install",{"text":320,"config":321},"クイックスタートガイド",{"href":322,"dataGaName":323,"dataGaLocation":150},"/ja-jp/get-started/","quick setup checklists",{"text":325,"config":326},"学ぶ",{"href":327,"dataGaLocation":150,"dataGaName":328},"https://university.gitlab.com/","learn",{"text":330,"config":331},"製品ドキュメント",{"href":332,"dataGaName":333,"dataGaLocation":150},"https://docs.gitlab.com/ja-jp/","product documentation",{"text":335,"config":336},"ベストプラクティスビデオ",{"href":337,"dataGaName":338,"dataGaLocation":150},"/ja-jp/getting-started-videos/","best practice videos",{"text":340,"config":341},"インテグレーション",{"href":342,"dataGaName":343,"dataGaLocation":150},"/ja-jp/integrations/","integrations",{"title":345,"items":346},"検索する",[347,352,357],{"text":348,"config":349},"お客様成功事例",{"href":350,"dataGaName":351,"dataGaLocation":150},"/ja-jp/customers/","customer success stories",{"text":353,"config":354},"ブログ",{"href":355,"dataGaName":356,"dataGaLocation":150},"/ja-jp/blog/","blog",{"text":358,"config":359},"リモート",{"href":360,"dataGaName":361,"dataGaLocation":150},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":363,"items":364},"つなげる",[365,370,375,380,385],{"text":366,"config":367},"GitLabサービス",{"href":368,"dataGaName":369,"dataGaLocation":150},"/ja-jp/services/","services",{"text":371,"config":372},"コミュニティ",{"href":373,"dataGaName":374,"dataGaLocation":150},"/community/","community",{"text":376,"config":377},"フォーラム",{"href":378,"dataGaName":379,"dataGaLocation":150},"https://forum.gitlab.com/","forum",{"text":381,"config":382},"イベント",{"href":383,"dataGaName":384,"dataGaLocation":150},"/events/","events",{"text":386,"config":387},"パートナー",{"href":388,"dataGaName":389,"dataGaLocation":150},"/ja-jp/partners/","partners",{"config":391,"text":394,"image":395,"link":399},{"background":392,"textColor":393},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":396,"config":397},"ソースプロモカード",{"src":398},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":400,"config":401},"最新情報を読む",{"href":402,"dataGaName":403,"dataGaLocation":150},"/ja-jp/the-source/","the source",{"text":405,"config":406,"menu":408},"会社情報",{"dataNavLevelOne":407},"company",{"type":200,"columns":409},[410],{"items":411},[412,417,423,425,430,435,440,445,450,455,460],{"text":413,"config":414},"GitLabについて",{"href":415,"dataGaName":416,"dataGaLocation":150},"/ja-jp/company/","about",{"text":418,"config":419,"footerGa":422},"採用情報",{"href":420,"dataGaName":421,"dataGaLocation":150},"/jobs/","jobs",{"dataGaName":421},{"text":381,"config":424},{"href":383,"dataGaName":384,"dataGaLocation":150},{"text":426,"config":427},"経営陣",{"href":428,"dataGaName":429,"dataGaLocation":150},"/company/team/e-group/","leadership",{"text":431,"config":432},"チーム",{"href":433,"dataGaName":434,"dataGaLocation":150},"/company/team/","team",{"text":436,"config":437},"ハンドブック",{"href":438,"dataGaName":439,"dataGaLocation":150},"https://handbook.gitlab.com/","handbook",{"text":441,"config":442},"投資家向け情報",{"href":443,"dataGaName":444,"dataGaLocation":150},"https://ir.gitlab.com/","investor relations",{"text":446,"config":447},"トラストセンター",{"href":448,"dataGaName":449,"dataGaLocation":150},"/ja-jp/security/","trust center",{"text":451,"config":452},"AI Transparency Center",{"href":453,"dataGaName":454,"dataGaLocation":150},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":456,"config":457},"ニュースレター",{"href":458,"dataGaName":459,"dataGaLocation":150},"/company/contact/#contact-forms","newsletter",{"text":461,"config":462},"プレス",{"href":463,"dataGaName":464,"dataGaLocation":150},"/press/","press",{"text":157,"config":466,"menu":467},{"dataNavLevelOne":407},{"type":200,"columns":468},[469],{"items":470},[471,474,479],{"text":157,"config":472},{"href":159,"dataGaName":473,"dataGaLocation":150},"talk to sales",{"text":475,"config":476},"サポートを受ける",{"href":477,"dataGaName":478,"dataGaLocation":150},"https://support.gitlab.com","support portal",{"text":480,"config":481},"カスタマーポータル",{"href":482,"dataGaName":483,"dataGaLocation":150},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":485,"login":486,"suggestions":493},"閉じる",{"text":487,"link":488},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":489,"config":490},"GitLab.com",{"href":164,"dataGaName":491,"dataGaLocation":492},"search login","search",{"text":494,"default":495},"提案",[496,498,503,505,509,513],{"text":181,"config":497},{"href":186,"dataGaName":181,"dataGaLocation":492},{"text":499,"config":500},"コード提案（AI）",{"href":501,"dataGaName":502,"dataGaLocation":492},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":17,"config":504},{"href":217,"dataGaName":17,"dataGaLocation":492},{"text":506,"config":507},"GitLab on AWS",{"href":508,"dataGaName":506,"dataGaLocation":492},"/ja-jp/partners/technology-partners/aws/",{"text":510,"config":511},"GitLab on Google Cloud",{"href":512,"dataGaName":510,"dataGaLocation":492},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":514,"config":515},"GitLabを選ぶ理由",{"href":193,"dataGaName":516,"dataGaLocation":492},"Why GitLab?",{"freeTrial":518,"mobileIcon":522,"desktopIcon":527,"secondaryButton":530},{"text":152,"config":519},{"href":520,"dataGaName":155,"dataGaLocation":521},"https://gitlab.com/-/trials/new/","nav",{"altText":523,"config":524},"GitLabアイコン",{"src":525,"dataGaName":526,"dataGaLocation":521},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":523,"config":528},{"src":529,"dataGaName":526,"dataGaLocation":521},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":312,"config":531},{"href":532,"dataGaName":533,"dataGaLocation":521},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":535,"mobileIcon":539,"desktopIcon":541},{"text":536,"config":537},"GitLab Duoの詳細について",{"href":186,"dataGaName":538,"dataGaLocation":521},"gitlab duo",{"altText":523,"config":540},{"src":525,"dataGaName":526,"dataGaLocation":521},{"altText":523,"config":542},{"src":529,"dataGaName":526,"dataGaLocation":521},{"button":544,"mobileIcon":549,"desktopIcon":551},{"text":545,"config":546},"/switch",{"href":547,"dataGaName":548,"dataGaLocation":521},"#contact","switch",{"altText":523,"config":550},{"src":525,"dataGaName":526,"dataGaLocation":521},{"altText":523,"config":552},{"src":553,"dataGaName":526,"dataGaLocation":521},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":555,"mobileIcon":560,"desktopIcon":562},{"text":556,"config":557},"価格ページに戻る",{"href":299,"dataGaName":558,"dataGaLocation":521,"icon":559},"back to pricing","GoBack",{"altText":523,"config":561},{"src":525,"dataGaName":526,"dataGaLocation":521},{"altText":523,"config":563},{"src":529,"dataGaName":526,"dataGaLocation":521},{"title":565,"button":566,"config":571},"エージェント型AIがソフトウェア配信をどのように変革するかをご覧ください",{"text":567,"config":568},"6月10日のGitLab Transcendに申し込む",{"href":569,"dataGaName":570,"dataGaLocation":150},"/ja-jp/releases/whats-new/#sign-up","transcend event",{"layout":572,"icon":573,"disabled":28},"release","AiStar",{"data":575},{"text":576,"source":577,"edit":583,"contribute":588,"config":593,"items":598,"minimal":800},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":578,"config":579},"ページのソースを表示",{"href":580,"dataGaName":581,"dataGaLocation":582},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":584,"config":585},"このページを編集",{"href":586,"dataGaName":587,"dataGaLocation":582},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":589,"config":590},"ご協力をお願いします",{"href":591,"dataGaName":592,"dataGaLocation":582},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":594,"facebook":595,"youtube":596,"linkedin":597},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[599,644,696,739,766],{"title":297,"links":600,"subMenu":615},[601,605,610],{"text":602,"config":603},"プランの表示",{"href":299,"dataGaName":604,"dataGaLocation":582},"view plans",{"text":606,"config":607},"Premiumを選ぶ理由",{"href":608,"dataGaName":609,"dataGaLocation":582},"/ja-jp/pricing/premium/","why premium",{"text":611,"config":612},"Ultimateを選ぶ理由",{"href":613,"dataGaName":614,"dataGaLocation":582},"/ja-jp/pricing/ultimate/","why ultimate",[616],{"title":157,"links":617},[618,620,622,624,629,634,639],{"text":157,"config":619},{"href":159,"dataGaName":160,"dataGaLocation":582},{"text":475,"config":621},{"href":477,"dataGaName":478,"dataGaLocation":582},{"text":480,"config":623},{"href":482,"dataGaName":483,"dataGaLocation":582},{"text":625,"config":626},"ステータス",{"href":627,"dataGaName":628,"dataGaLocation":582},"https://status.gitlab.com/","status",{"text":630,"config":631},"利用規約",{"href":632,"dataGaName":633,"dataGaLocation":582},"/terms/","terms of use",{"text":635,"config":636},"プライバシーに関する声明",{"href":637,"dataGaName":638,"dataGaLocation":582},"/ja-jp/privacy/","privacy statement",{"text":640,"config":641},"Cookie 優先設定",{"dataGaName":642,"dataGaLocation":582,"id":643,"isOneTrustButton":139},"cookie preferences","ot-sdk-btn",{"title":196,"links":645,"subMenu":654},[646,650],{"text":647,"config":648},"DevSecOpsプラットフォーム",{"href":179,"dataGaName":649,"dataGaLocation":582},"devsecops platform",{"text":651,"config":652},"AI支援開発",{"href":186,"dataGaName":653,"dataGaLocation":582},"ai-assisted development",[655],{"title":656,"links":657},"トピック",[658,661,666,671,676,681,686,691],{"text":17,"config":659},{"href":19,"dataGaName":660,"dataGaLocation":582},"cicd",{"text":662,"config":663},"GitOps",{"href":664,"dataGaName":665,"dataGaLocation":582},"/ja-jp/topics/gitops/","gitops",{"text":667,"config":668},"DevOps",{"href":669,"dataGaName":670,"dataGaLocation":582},"/ja-jp/topics/devops/","devops",{"text":672,"config":673},"バージョン管理",{"href":674,"dataGaName":675,"dataGaLocation":582},"/ja-jp/topics/version-control/","version control",{"text":677,"config":678},"DevSecOps",{"href":679,"dataGaName":680,"dataGaLocation":582},"/ja-jp/topics/devsecops/","devsecops",{"text":682,"config":683},"クラウドネイティブ",{"href":684,"dataGaName":685,"dataGaLocation":582},"/ja-jp/topics/cloud-native/","cloud native",{"text":687,"config":688},"コーディングのためのAI",{"href":689,"dataGaName":690,"dataGaLocation":582},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":692,"config":693},"エージェント型AI",{"href":694,"dataGaName":695,"dataGaLocation":582},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":697,"links":698},"ソリューション",[699,702,704,709,713,716,719,722,724,726,729,734],{"text":240,"config":700},{"href":235,"dataGaName":701,"dataGaLocation":582},"Application Security Testing",{"text":227,"config":703},{"href":212,"dataGaName":213,"dataGaLocation":582},{"text":705,"config":706},"アジャイル開発",{"href":707,"dataGaName":708,"dataGaLocation":582},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":710,"config":711},"SCM",{"href":224,"dataGaName":712,"dataGaLocation":582},"source code management",{"text":17,"config":714},{"href":217,"dataGaName":715,"dataGaLocation":582},"continuous integration & delivery",{"text":266,"config":717},{"href":268,"dataGaName":718,"dataGaLocation":582},"value stream management",{"text":662,"config":720},{"href":721,"dataGaName":665,"dataGaLocation":582},"/ja-jp/solutions/gitops/",{"text":279,"config":723},{"href":282,"dataGaName":283,"dataGaLocation":582},{"text":285,"config":725},{"href":288,"dataGaName":289,"dataGaLocation":582},{"text":727,"config":728},"公共機関",{"href":294,"dataGaName":295,"dataGaLocation":582},{"text":730,"config":731},"教育",{"href":732,"dataGaName":733,"dataGaLocation":582},"/ja-jp/solutions/education/","education",{"text":735,"config":736},"金融サービス",{"href":737,"dataGaName":738,"dataGaLocation":582},"/ja-jp/solutions/finance/","financial services",{"title":302,"links":740},[741,743,745,747,750,752,754,756,758,760,762,764],{"text":315,"config":742},{"href":317,"dataGaName":318,"dataGaLocation":582},{"text":320,"config":744},{"href":322,"dataGaName":323,"dataGaLocation":582},{"text":325,"config":746},{"href":327,"dataGaName":328,"dataGaLocation":582},{"text":330,"config":748},{"href":332,"dataGaName":749,"dataGaLocation":582},"docs",{"text":353,"config":751},{"href":355,"dataGaName":356,"dataGaLocation":582},{"text":348,"config":753},{"href":350,"dataGaName":351,"dataGaLocation":582},{"text":358,"config":755},{"href":360,"dataGaName":361,"dataGaLocation":582},{"text":366,"config":757},{"href":368,"dataGaName":369,"dataGaLocation":582},{"text":371,"config":759},{"href":373,"dataGaName":374,"dataGaLocation":582},{"text":376,"config":761},{"href":378,"dataGaName":379,"dataGaLocation":582},{"text":381,"config":763},{"href":383,"dataGaName":384,"dataGaLocation":582},{"text":386,"config":765},{"href":388,"dataGaName":389,"dataGaLocation":582},{"title":405,"links":767},[768,770,772,774,776,778,780,784,789,791,793,795],{"text":413,"config":769},{"href":415,"dataGaName":407,"dataGaLocation":582},{"text":418,"config":771},{"href":420,"dataGaName":421,"dataGaLocation":582},{"text":426,"config":773},{"href":428,"dataGaName":429,"dataGaLocation":582},{"text":431,"config":775},{"href":433,"dataGaName":434,"dataGaLocation":582},{"text":436,"config":777},{"href":438,"dataGaName":439,"dataGaLocation":582},{"text":441,"config":779},{"href":443,"dataGaName":444,"dataGaLocation":582},{"text":781,"config":782},"Sustainability",{"href":783,"dataGaName":781,"dataGaLocation":582},"/sustainability/",{"text":785,"config":786},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":787,"dataGaName":788,"dataGaLocation":582},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":446,"config":790},{"href":448,"dataGaName":449,"dataGaLocation":582},{"text":456,"config":792},{"href":458,"dataGaName":459,"dataGaLocation":582},{"text":461,"config":794},{"href":463,"dataGaName":464,"dataGaLocation":582},{"text":796,"config":797},"現代奴隷制の透明性に関する声明",{"href":798,"dataGaName":799,"dataGaLocation":582},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":801},[802,804,807],{"text":630,"config":803},{"href":632,"dataGaName":633,"dataGaLocation":582},{"text":805,"config":806},"Cookieの設定",{"dataGaName":642,"dataGaLocation":582,"id":643,"isOneTrustButton":139},{"text":635,"config":808},{"href":637,"dataGaName":638,"dataGaLocation":582},{"header":810,"blurb":811,"button":812,"secondaryButton":816},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":152,"config":813},{"href":814,"dataGaName":155,"dataGaLocation":815},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":157,"config":817},{"href":159,"dataGaName":160,"dataGaLocation":815},1777934843202]