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