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