[{"data":1,"prerenderedAt":768},["ShallowReactive",2],{"/ja-jp/topics/ci-cd/cloud-native-continuous-integration":3,"navigation-ja-jp":145,"banner-ja-jp":543,"footer-ja-jp":553,"next-steps-ja-jp":759},{"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":533},{"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&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/compare/gitlab-vs-github/","get started",{"freeTrial":524,"mobileIcon":529,"desktopIcon":531},{"text":525,"config":526},"GitLab Duoの詳細について",{"href":527,"dataGaName":528,"dataGaLocation":510},"/ja-jp/gitlab-duo/","gitlab duo",{"altText":512,"config":530},{"src":514,"dataGaName":515,"dataGaLocation":510},{"altText":512,"config":532},{"src":518,"dataGaName":515,"dataGaLocation":510},{"freeTrial":534,"mobileIcon":539,"desktopIcon":541},{"text":535,"config":536},"料金ページに戻る",{"href":292,"dataGaName":537,"dataGaLocation":510,"icon":538},"back to pricing","GoBack",{"altText":512,"config":540},{"src":514,"dataGaName":515,"dataGaLocation":510},{"altText":512,"config":542},{"src":518,"dataGaName":515,"dataGaLocation":510},{"title":544,"button":545,"config":550},"エージェント型AIがソフトウェア配信をどのように変革するかをご覧ください",{"text":546,"config":547},"GitLab Transcendを今すぐ視聴",{"href":548,"dataGaName":549,"dataGaLocation":151},"/ja-jp/events/transcend/virtual/","transcend event",{"layout":551,"icon":552},"release","AiStar",{"data":554},{"text":555,"source":556,"edit":562,"contribute":567,"config":572,"items":577,"minimal":751},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":557,"config":558},"ページのソースを表示",{"href":559,"dataGaName":560,"dataGaLocation":561},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":563,"config":564},"このページを編集",{"href":565,"dataGaName":566,"dataGaLocation":561},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":568,"config":569},"ご協力をお願いします",{"href":570,"dataGaName":571,"dataGaLocation":561},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":573,"facebook":574,"youtube":575,"linkedin":576},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[578,601,655,685,720],{"title":169,"links":579,"subMenu":584},[580],{"text":581,"config":582},"DevSecOpsプラットフォーム",{"href":178,"dataGaName":583,"dataGaLocation":561},"devsecops platform",[585],{"title":290,"links":586},[587,591,596],{"text":588,"config":589},"プランの表示",{"href":292,"dataGaName":590,"dataGaLocation":561},"view plans",{"text":592,"config":593},"Premiumを選ぶ理由",{"href":594,"dataGaName":595,"dataGaLocation":561},"/ja-jp/pricing/premium/","why premium",{"text":597,"config":598},"Ultimateを選ぶ理由",{"href":599,"dataGaName":600,"dataGaLocation":561},"/ja-jp/pricing/ultimate/","why ultimate",{"title":602,"links":603},"ソリューション",[604,609,612,614,619,624,628,631,634,639,641,643,645,650],{"text":605,"config":606},"デジタルトランスフォーメーション",{"href":607,"dataGaName":608,"dataGaLocation":561},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":610,"config":611},"セキュリティとコンプライアンス",{"href":232,"dataGaName":239,"dataGaLocation":561},{"text":224,"config":613},{"href":209,"dataGaName":210,"dataGaLocation":561},{"text":615,"config":616},"アジャイル開発",{"href":617,"dataGaName":618,"dataGaLocation":561},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":620,"config":621},"クラウドトランスフォーメーション",{"href":622,"dataGaName":623,"dataGaLocation":561},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":625,"config":626},"SCM",{"href":221,"dataGaName":627,"dataGaLocation":561},"source code management",{"text":17,"config":629},{"href":214,"dataGaName":630,"dataGaLocation":561},"continuous integration & delivery",{"text":262,"config":632},{"href":264,"dataGaName":633,"dataGaLocation":561},"value stream management",{"text":635,"config":636},"GitOps",{"href":637,"dataGaName":638,"dataGaLocation":561},"/ja-jp/solutions/gitops/","gitops",{"text":275,"config":640},{"href":277,"dataGaName":278,"dataGaLocation":561},{"text":280,"config":642},{"href":282,"dataGaName":283,"dataGaLocation":561},{"text":285,"config":644},{"href":287,"dataGaName":288,"dataGaLocation":561},{"text":646,"config":647},"教育",{"href":648,"dataGaName":649,"dataGaLocation":561},"/ja-jp/solutions/education/","education",{"text":651,"config":652},"金融サービス",{"href":653,"dataGaName":654,"dataGaLocation":561},"/ja-jp/solutions/finance/","financial services",{"title":295,"links":656},[657,659,661,663,666,668,671,673,675,677,679,681,683],{"text":307,"config":658},{"href":309,"dataGaName":310,"dataGaLocation":561},{"text":312,"config":660},{"href":314,"dataGaName":315,"dataGaLocation":561},{"text":317,"config":662},{"href":319,"dataGaName":320,"dataGaLocation":561},{"text":322,"config":664},{"href":324,"dataGaName":665,"dataGaLocation":561},"docs",{"text":345,"config":667},{"href":347,"dataGaName":348},{"text":669,"config":670},"お客様の成功事例",{"href":342,"dataGaLocation":561},{"text":340,"config":672},{"href":342,"dataGaName":343,"dataGaLocation":561},{"text":350,"config":674},{"href":352,"dataGaName":353,"dataGaLocation":561},{"text":358,"config":676},{"href":360,"dataGaName":361,"dataGaLocation":561},{"text":363,"config":678},{"href":365,"dataGaName":366,"dataGaLocation":561},{"text":368,"config":680},{"href":370,"dataGaName":371,"dataGaLocation":561},{"text":373,"config":682},{"href":375,"dataGaName":376,"dataGaLocation":561},{"text":378,"config":684},{"href":380,"dataGaName":381,"dataGaLocation":561},{"title":686,"links":687},"Company",[688,690,692,694,696,698,700,704,709,711,713,715],{"text":403,"config":689},{"href":405,"dataGaName":398,"dataGaLocation":561},{"text":408,"config":691},{"href":410,"dataGaName":411,"dataGaLocation":561},{"text":416,"config":693},{"href":418,"dataGaName":419,"dataGaLocation":561},{"text":421,"config":695},{"href":423,"dataGaName":424,"dataGaLocation":561},{"text":426,"config":697},{"href":428,"dataGaName":429,"dataGaLocation":561},{"text":431,"config":699},{"href":433,"dataGaName":434,"dataGaLocation":561},{"text":701,"config":702},"Sustainability",{"href":703,"dataGaName":701,"dataGaLocation":561},"/sustainability/",{"text":705,"config":706},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":707,"dataGaName":708,"dataGaLocation":561},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":436,"config":710},{"href":438,"dataGaName":439,"dataGaLocation":561},{"text":446,"config":712},{"href":448,"dataGaName":449,"dataGaLocation":561},{"text":451,"config":714},{"href":453,"dataGaName":454,"dataGaLocation":561},{"text":716,"config":717},"現代奴隷制の透明性に関する声明",{"href":718,"dataGaName":719,"dataGaLocation":561},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":158,"links":721},[722,724,729,731,736,741,746],{"text":158,"config":723},{"href":160,"dataGaName":161,"dataGaLocation":561},{"text":725,"config":726},"サポートを受ける",{"href":727,"dataGaName":728,"dataGaLocation":561},"/support/","get help",{"text":469,"config":730},{"href":471,"dataGaName":472,"dataGaLocation":561},{"text":732,"config":733},"ステータス",{"href":734,"dataGaName":735,"dataGaLocation":561},"https://status.gitlab.com/","status",{"text":737,"config":738},"利用規約",{"href":739,"dataGaName":740,"dataGaLocation":561},"/terms/","terms of use",{"text":742,"config":743},"プライバシーに関する声明",{"href":744,"dataGaName":745,"dataGaLocation":561},"/ja-jp/privacy/","privacy statement",{"text":747,"config":748},"Cookieの設定",{"dataGaName":749,"dataGaLocation":561,"id":750,"isOneTrustButton":139},"cookie preferences","ot-sdk-btn",{"items":752},[753,755,757],{"text":737,"config":754},{"href":739,"dataGaName":740,"dataGaLocation":561},{"text":742,"config":756},{"href":744,"dataGaName":745,"dataGaLocation":561},{"text":747,"config":758},{"dataGaName":749,"dataGaLocation":561,"id":750,"isOneTrustButton":139},{"header":760,"blurb":761,"button":762,"secondaryButton":766},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":153,"config":763},{"href":764,"dataGaName":156,"dataGaLocation":765},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":158,"config":767},{"href":160,"dataGaName":161,"dataGaLocation":765},1772652107117]