[{"data":1,"prerenderedAt":820},["ShallowReactive",2],{"/ja-jp/topics/serverless":3,"navigation-ja-jp":148,"banner-ja-jp":565,"footer-ja-jp":575,"next-steps-ja-jp":811},{"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},"/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氏がこの動画で説明しているように、モノリスから[マイクロサービス](/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","uiYG6dc4Fgn2bke6xsIp-jRFXFmfgKN1h9Mya9tV2PU",{"logo":149,"freeTrial":154,"sales":159,"login":164,"items":169,"search":485,"minimal":518,"duo":535,"switchNav":544,"pricingDeployment":555},{"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/","sales",{"text":165,"config":166},"サインイン",{"href":167,"dataGaName":168,"dataGaLocation":153},"https://gitlab.com/users/sign_in/","sign in",[170,197,299,304,405,466],{"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":391},{"text":309,"config":310},"すべてのリソースを表示",{"href":311,"dataGaName":89,"dataGaLocation":153},"/ja-jp/resources/",[313,346,363],{"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],{"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},"リモート",{"href":361,"dataGaName":362,"dataGaLocation":153},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":364,"items":365},"つなげる",[366,371,376,381,386],{"text":367,"config":368},"GitLabサービス",{"href":369,"dataGaName":370,"dataGaLocation":153},"/ja-jp/services/","services",{"text":372,"config":373},"コミュニティ",{"href":374,"dataGaName":375,"dataGaLocation":153},"/community/","community",{"text":377,"config":378},"フォーラム",{"href":379,"dataGaName":380,"dataGaLocation":153},"https://forum.gitlab.com/","forum",{"text":382,"config":383},"イベント",{"href":384,"dataGaName":385,"dataGaLocation":153},"/events/","events",{"text":387,"config":388},"パートナー",{"href":389,"dataGaName":390,"dataGaLocation":153},"/ja-jp/partners/","partners",{"config":392,"text":395,"image":396,"link":400},{"background":393,"textColor":394},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":397,"config":398},"ソースプロモカード",{"src":399},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":401,"config":402},"最新情報を読む",{"href":403,"dataGaName":404,"dataGaLocation":153},"/ja-jp/the-source/","the source",{"text":406,"config":407,"menu":409},"会社情報",{"dataNavLevelOne":408},"company",{"type":202,"columns":410},[411],{"items":412},[413,418,424,426,431,436,441,446,451,456,461],{"text":414,"config":415},"GitLabについて",{"href":416,"dataGaName":417,"dataGaLocation":153},"/ja-jp/company/","about",{"text":419,"config":420,"footerGa":423},"採用情報",{"href":421,"dataGaName":422,"dataGaLocation":153},"/jobs/","jobs",{"dataGaName":422},{"text":382,"config":425},{"href":384,"dataGaName":385,"dataGaLocation":153},{"text":427,"config":428},"経営陣",{"href":429,"dataGaName":430,"dataGaLocation":153},"/company/team/e-group/","leadership",{"text":432,"config":433},"チーム",{"href":434,"dataGaName":435,"dataGaLocation":153},"/company/team/","team",{"text":437,"config":438},"ハンドブック",{"href":439,"dataGaName":440,"dataGaLocation":153},"https://handbook.gitlab.com/","handbook",{"text":442,"config":443},"投資家向け情報",{"href":444,"dataGaName":445,"dataGaLocation":153},"https://ir.gitlab.com/","investor relations",{"text":447,"config":448},"トラストセンター",{"href":449,"dataGaName":450,"dataGaLocation":153},"/ja-jp/security/","trust center",{"text":452,"config":453},"AI Transparency Center",{"href":454,"dataGaName":455,"dataGaLocation":153},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":457,"config":458},"ニュースレター",{"href":459,"dataGaName":460,"dataGaLocation":153},"/company/contact/#contact-forms","newsletter",{"text":462,"config":463},"プレス",{"href":464,"dataGaName":465,"dataGaLocation":153},"/press/","press",{"text":160,"config":467,"menu":468},{"dataNavLevelOne":408},{"type":202,"columns":469},[470],{"items":471},[472,475,480],{"text":160,"config":473},{"href":162,"dataGaName":474,"dataGaLocation":153},"talk to sales",{"text":476,"config":477},"サポートを受ける",{"href":478,"dataGaName":479,"dataGaLocation":153},"https://support.gitlab.com","support portal",{"text":481,"config":482},"カスタマーポータル",{"href":483,"dataGaName":484,"dataGaLocation":153},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":486,"login":487,"suggestions":494},"閉じる",{"text":488,"link":489},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":490,"config":491},"GitLab.com",{"href":167,"dataGaName":492,"dataGaLocation":493},"search login","search",{"text":495,"default":496},"提案",[497,499,504,506,510,514],{"text":184,"config":498},{"href":189,"dataGaName":184,"dataGaLocation":493},{"text":500,"config":501},"コード提案（AI）",{"href":502,"dataGaName":503,"dataGaLocation":493},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":218,"config":505},{"href":220,"dataGaName":218,"dataGaLocation":493},{"text":507,"config":508},"GitLab on AWS",{"href":509,"dataGaName":507,"dataGaLocation":493},"/ja-jp/partners/technology-partners/aws/",{"text":511,"config":512},"GitLab on Google Cloud",{"href":513,"dataGaName":511,"dataGaLocation":493},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":515,"config":516},"GitLabを選ぶ理由",{"href":29,"dataGaName":517,"dataGaLocation":493},"Why GitLab?",{"freeTrial":519,"mobileIcon":523,"desktopIcon":528,"secondaryButton":531},{"text":155,"config":520},{"href":521,"dataGaName":158,"dataGaLocation":522},"https://gitlab.com/-/trials/new/","nav",{"altText":524,"config":525},"GitLabアイコン",{"src":526,"dataGaName":527,"dataGaLocation":522},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":524,"config":529},{"src":530,"dataGaName":527,"dataGaLocation":522},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":314,"config":532},{"href":533,"dataGaName":534,"dataGaLocation":522},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":536,"mobileIcon":540,"desktopIcon":542},{"text":537,"config":538},"GitLab Duoの詳細について",{"href":189,"dataGaName":539,"dataGaLocation":522},"gitlab duo",{"altText":524,"config":541},{"src":526,"dataGaName":527,"dataGaLocation":522},{"altText":524,"config":543},{"src":530,"dataGaName":527,"dataGaLocation":522},{"button":545,"mobileIcon":550,"desktopIcon":552},{"text":546,"config":547},"/switch",{"href":548,"dataGaName":549,"dataGaLocation":522},"#contact","switch",{"altText":524,"config":551},{"src":526,"dataGaName":527,"dataGaLocation":522},{"altText":524,"config":553},{"src":554,"dataGaName":527,"dataGaLocation":522},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":556,"mobileIcon":561,"desktopIcon":563},{"text":557,"config":558},"価格ページに戻る",{"href":302,"dataGaName":559,"dataGaLocation":522,"icon":560},"back to pricing","GoBack",{"altText":524,"config":562},{"src":526,"dataGaName":527,"dataGaLocation":522},{"altText":524,"config":564},{"src":530,"dataGaName":527,"dataGaLocation":522},{"title":566,"button":567,"config":572},"エージェント型AIがソフトウェア配信をどのように変革するかをご覧ください",{"text":568,"config":569},"6月10日のGitLab Transcendに申し込む",{"href":570,"dataGaName":571,"dataGaLocation":153},"/ja-jp/releases/whats-new/#sign-up","transcend event",{"layout":573,"icon":574,"disabled":25},"release","AiStar",{"data":576},{"text":577,"source":578,"edit":584,"contribute":589,"config":594,"items":599,"minimal":802},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":579,"config":580},"ページのソースを表示",{"href":581,"dataGaName":582,"dataGaLocation":583},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":585,"config":586},"このページを編集",{"href":587,"dataGaName":588,"dataGaLocation":583},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":590,"config":591},"ご協力をお願いします",{"href":592,"dataGaName":593,"dataGaLocation":583},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":595,"facebook":596,"youtube":597,"linkedin":598},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[600,645,698,741,768],{"title":300,"links":601,"subMenu":616},[602,606,611],{"text":603,"config":604},"プランの表示",{"href":302,"dataGaName":605,"dataGaLocation":583},"view plans",{"text":607,"config":608},"Premiumを選ぶ理由",{"href":609,"dataGaName":610,"dataGaLocation":583},"/ja-jp/pricing/premium/","why premium",{"text":612,"config":613},"Ultimateを選ぶ理由",{"href":614,"dataGaName":615,"dataGaLocation":583},"/ja-jp/pricing/ultimate/","why ultimate",[617],{"title":160,"links":618},[619,621,623,625,630,635,640],{"text":160,"config":620},{"href":162,"dataGaName":163,"dataGaLocation":583},{"text":476,"config":622},{"href":478,"dataGaName":479,"dataGaLocation":583},{"text":481,"config":624},{"href":483,"dataGaName":484,"dataGaLocation":583},{"text":626,"config":627},"ステータス",{"href":628,"dataGaName":629,"dataGaLocation":583},"https://status.gitlab.com/","status",{"text":631,"config":632},"利用規約",{"href":633,"dataGaName":634,"dataGaLocation":583},"/terms/","terms of use",{"text":636,"config":637},"プライバシーに関する声明",{"href":638,"dataGaName":639,"dataGaLocation":583},"/ja-jp/privacy/","privacy statement",{"text":641,"config":642},"Cookie 優先設定",{"dataGaName":643,"dataGaLocation":583,"id":644,"isOneTrustButton":142},"cookie preferences","ot-sdk-btn",{"title":198,"links":646,"subMenu":655},[647,651],{"text":648,"config":649},"DevSecOpsプラットフォーム",{"href":182,"dataGaName":650,"dataGaLocation":583},"devsecops platform",{"text":652,"config":653},"AI支援開発",{"href":189,"dataGaName":654,"dataGaLocation":583},"ai-assisted development",[656],{"title":657,"links":658},"トピック",[659,663,668,673,678,683,688,693],{"text":218,"config":660},{"href":661,"dataGaName":662,"dataGaLocation":583},"/ja-jp/topics/ci-cd/","cicd",{"text":664,"config":665},"GitOps",{"href":666,"dataGaName":667,"dataGaLocation":583},"/ja-jp/topics/gitops/","gitops",{"text":669,"config":670},"DevOps",{"href":671,"dataGaName":672,"dataGaLocation":583},"/ja-jp/topics/devops/","devops",{"text":674,"config":675},"バージョン管理",{"href":676,"dataGaName":677,"dataGaLocation":583},"/ja-jp/topics/version-control/","version control",{"text":679,"config":680},"DevSecOps",{"href":681,"dataGaName":682,"dataGaLocation":583},"/ja-jp/topics/devsecops/","devsecops",{"text":684,"config":685},"クラウドネイティブ",{"href":686,"dataGaName":687,"dataGaLocation":583},"/ja-jp/topics/cloud-native/","cloud native",{"text":689,"config":690},"コーディングのためのAI",{"href":691,"dataGaName":692,"dataGaLocation":583},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":694,"config":695},"エージェント型AI",{"href":696,"dataGaName":697,"dataGaLocation":583},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":699,"links":700},"ソリューション",[701,704,706,711,715,718,721,724,726,728,731,736],{"text":243,"config":702},{"href":238,"dataGaName":703,"dataGaLocation":583},"Application Security Testing",{"text":230,"config":705},{"href":214,"dataGaName":215,"dataGaLocation":583},{"text":707,"config":708},"アジャイル開発",{"href":709,"dataGaName":710,"dataGaLocation":583},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":712,"config":713},"SCM",{"href":227,"dataGaName":714,"dataGaLocation":583},"source code management",{"text":218,"config":716},{"href":220,"dataGaName":717,"dataGaLocation":583},"continuous integration & delivery",{"text":269,"config":719},{"href":271,"dataGaName":720,"dataGaLocation":583},"value stream management",{"text":664,"config":722},{"href":723,"dataGaName":667,"dataGaLocation":583},"/ja-jp/solutions/gitops/",{"text":282,"config":725},{"href":285,"dataGaName":286,"dataGaLocation":583},{"text":288,"config":727},{"href":291,"dataGaName":292,"dataGaLocation":583},{"text":729,"config":730},"公共機関",{"href":297,"dataGaName":298,"dataGaLocation":583},{"text":732,"config":733},"教育",{"href":734,"dataGaName":735,"dataGaLocation":583},"/ja-jp/solutions/education/","education",{"text":737,"config":738},"金融サービス",{"href":739,"dataGaName":740,"dataGaLocation":583},"/ja-jp/solutions/finance/","financial services",{"title":305,"links":742},[743,745,747,749,752,754,756,758,760,762,764,766],{"text":317,"config":744},{"href":319,"dataGaName":320,"dataGaLocation":583},{"text":322,"config":746},{"href":324,"dataGaName":325,"dataGaLocation":583},{"text":327,"config":748},{"href":329,"dataGaName":330,"dataGaLocation":583},{"text":332,"config":750},{"href":334,"dataGaName":751,"dataGaLocation":583},"docs",{"text":93,"config":753},{"href":356,"dataGaName":357,"dataGaLocation":583},{"text":350,"config":755},{"href":352,"dataGaName":353,"dataGaLocation":583},{"text":359,"config":757},{"href":361,"dataGaName":362,"dataGaLocation":583},{"text":367,"config":759},{"href":369,"dataGaName":370,"dataGaLocation":583},{"text":372,"config":761},{"href":374,"dataGaName":375,"dataGaLocation":583},{"text":377,"config":763},{"href":379,"dataGaName":380,"dataGaLocation":583},{"text":382,"config":765},{"href":384,"dataGaName":385,"dataGaLocation":583},{"text":387,"config":767},{"href":389,"dataGaName":390,"dataGaLocation":583},{"title":406,"links":769},[770,772,774,776,778,780,782,786,791,793,795,797],{"text":414,"config":771},{"href":416,"dataGaName":408,"dataGaLocation":583},{"text":419,"config":773},{"href":421,"dataGaName":422,"dataGaLocation":583},{"text":427,"config":775},{"href":429,"dataGaName":430,"dataGaLocation":583},{"text":432,"config":777},{"href":434,"dataGaName":435,"dataGaLocation":583},{"text":437,"config":779},{"href":439,"dataGaName":440,"dataGaLocation":583},{"text":442,"config":781},{"href":444,"dataGaName":445,"dataGaLocation":583},{"text":783,"config":784},"Sustainability",{"href":785,"dataGaName":783,"dataGaLocation":583},"/sustainability/",{"text":787,"config":788},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":789,"dataGaName":790,"dataGaLocation":583},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":447,"config":792},{"href":449,"dataGaName":450,"dataGaLocation":583},{"text":457,"config":794},{"href":459,"dataGaName":460,"dataGaLocation":583},{"text":462,"config":796},{"href":464,"dataGaName":465,"dataGaLocation":583},{"text":798,"config":799},"現代奴隷制の透明性に関する声明",{"href":800,"dataGaName":801,"dataGaLocation":583},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":803},[804,806,809],{"text":631,"config":805},{"href":633,"dataGaName":634,"dataGaLocation":583},{"text":807,"config":808},"Cookieの設定",{"dataGaName":643,"dataGaLocation":583,"id":644,"isOneTrustButton":142},{"text":636,"config":810},{"href":638,"dataGaName":639,"dataGaLocation":583},{"header":812,"blurb":813,"button":814,"secondaryButton":818},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":155,"config":815},{"href":816,"dataGaName":158,"dataGaLocation":817},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":160,"config":819},{"href":162,"dataGaName":163,"dataGaLocation":817},1777934859562]