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