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