[{"data":1,"prerenderedAt":799},["ShallowReactive",2],{"/ja-jp/topics/serverless/":3,"navigation-ja-jp":148,"banner-ja-jp":562,"footer-ja-jp":574,"next-steps-ja-jp":784},{"_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},"TopicsHero",{"title":9,"text":25,"config":26,"button":28},"Serverlessは、クラウドマネージドサービスを用いたイベント駆動型コード実行を活用するソフトウェアアーキテクチャの設計パターンです。デベロッパーがコードの実行先である基盤となるインフラストラクチャを設計または検討しなくても、小規模な個別関数から成る非常に大規模でコスト効率の良いアプリケーションを構築できます。\n",{"id":27,"twoColumns":6},"serverlessとは？",{"text":29,"config":30},"GitLabの詳細について",{"href":31},"/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":558,"_type":143,"title":559,"_source":144,"_file":560,"_stem":561,"_extension":147},"/shared/ja-jp/main-navigation","ja-jp",{"logo":152,"freeTrial":157,"sales":162,"login":167,"items":172,"search":502,"minimal":536,"duo":549},{"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,216,315,320,424,484],{"text":174,"config":175,"cards":177,"footer":199},"プラットフォーム",{"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":197,"dataGaName":198,"dataGaLocation":156},"/ja-jp/why-gitlab/","why gitlab",{"title":200,"items":201},"利用を開始：",[202,207,212],{"text":203,"config":204},"プラットフォームエンジニアリング",{"href":205,"dataGaName":206,"dataGaLocation":156},"/ja-jp/solutions/platform-engineering/","platform engineering",{"text":208,"config":209},"開発者の経験",{"href":210,"dataGaName":211,"dataGaLocation":156},"/ja-jp/developer-experience/","Developer experience",{"text":213,"config":214},"MLOps",{"href":215,"dataGaName":213,"dataGaLocation":156},"/ja-jp/topics/devops/the-role-of-ai-in-devops/",{"text":217,"left":218,"config":219,"link":221,"lists":225,"footer":297},"製品",true,{"dataNavLevelOne":220},"solutions",{"text":222,"config":223},"すべてのソリューションを表示",{"href":224,"dataGaName":220,"dataGaLocation":156},"/ja-jp/solutions/",[226,252,275],{"title":227,"description":228,"link":229,"items":234},"自動化","CI/CDと自動化でデプロイを加速",{"config":230},{"icon":231,"href":232,"dataGaName":233,"dataGaLocation":156},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[235,239,243,248],{"text":236,"config":237},"CI/CD",{"href":238,"dataGaLocation":156,"dataGaName":236},"/ja-jp/solutions/continuous-integration/",{"text":240,"config":241},"AIアシストによる開発",{"href":190,"dataGaLocation":156,"dataGaName":242},"AI assisted development",{"text":244,"config":245},"ソースコード管理",{"href":246,"dataGaLocation":156,"dataGaName":247},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":249,"config":250},"自動化されたソフトウェアデリバリー",{"href":232,"dataGaLocation":156,"dataGaName":251},"Automated software delivery",{"title":253,"description":254,"link":255,"items":260},"セキュリティ","セキュリティを損なうことなくコードをより迅速に完成",{"config":256},{"href":257,"dataGaName":258,"dataGaLocation":156,"icon":259},"/ja-jp/solutions/security-compliance/","security and compliance","ShieldCheckLight",[261,265,270],{"text":262,"config":263},"セキュリティとコンプライアンス",{"href":257,"dataGaLocation":156,"dataGaName":264},"Security & Compliance",{"text":266,"config":267},"ソフトウェアサプライチェーンの安全性",{"href":268,"dataGaLocation":156,"dataGaName":269},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":271,"config":272},"コンプライアンスとガバナンス",{"href":273,"dataGaLocation":156,"dataGaName":274},"/ja-jp/solutions/continuous-software-compliance/","Compliance and governance",{"title":276,"link":277,"items":282},"測定",{"config":278},{"icon":279,"href":280,"dataGaName":281,"dataGaLocation":156},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[283,287,292],{"text":284,"config":285},"可視性と測定",{"href":280,"dataGaLocation":156,"dataGaName":286},"Visibility and Measurement",{"text":288,"config":289},"バリューストリーム管理",{"href":290,"dataGaLocation":156,"dataGaName":291},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":293,"config":294},"分析とインサイト",{"href":295,"dataGaLocation":156,"dataGaName":296},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":298,"items":299},"GitLabが活躍する場所",[300,305,310],{"text":301,"config":302},"Enterprise",{"href":303,"dataGaLocation":156,"dataGaName":304},"/ja-jp/enterprise/","enterprise",{"text":306,"config":307},"スモールビジネス",{"href":308,"dataGaLocation":156,"dataGaName":309},"/ja-jp/small-business/","small business",{"text":311,"config":312},"公共機関",{"href":313,"dataGaLocation":156,"dataGaName":314},"/ja-jp/solutions/public-sector/","public sector",{"text":316,"config":317},"価格",{"href":318,"dataGaName":319,"dataGaLocation":156,"dataNavLevelOne":319},"/ja-jp/pricing/","pricing",{"text":321,"config":322,"link":323,"lists":327,"feature":411},"関連リソース",{"dataNavLevelOne":91},{"text":324,"config":325},"すべてのリソースを表示",{"href":326,"dataGaName":91,"dataGaLocation":156},"/ja-jp/resources/",[328,361,383],{"title":329,"items":330},"はじめに",[331,336,341,346,351,356],{"text":332,"config":333},"インストール",{"href":334,"dataGaName":335,"dataGaLocation":156},"/ja-jp/install/","install",{"text":337,"config":338},"クイックスタートガイド",{"href":339,"dataGaName":340,"dataGaLocation":156},"/ja-jp/get-started/","quick setup checklists",{"text":342,"config":343},"学ぶ",{"href":344,"dataGaLocation":156,"dataGaName":345},"https://university.gitlab.com/","learn",{"text":347,"config":348},"製品ドキュメント",{"href":349,"dataGaName":350,"dataGaLocation":156},"https://docs.gitlab.com/","product documentation",{"text":352,"config":353},"ベストプラクティスビデオ",{"href":354,"dataGaName":355,"dataGaLocation":156},"/ja-jp/getting-started-videos/","best practice videos",{"text":357,"config":358},"インテグレーション",{"href":359,"dataGaName":360,"dataGaLocation":156},"/ja-jp/integrations/","integrations",{"title":362,"items":363},"検索する",[364,369,373,378],{"text":365,"config":366},"お客様成功事例",{"href":367,"dataGaName":368,"dataGaLocation":156},"/ja-jp/customers/","customer success stories",{"text":95,"config":370},{"href":371,"dataGaName":372,"dataGaLocation":156},"/ja-jp/blog/","blog",{"text":374,"config":375},"リモート",{"href":376,"dataGaName":377,"dataGaLocation":156},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":379,"config":380},"TeamOps",{"href":381,"dataGaName":382,"dataGaLocation":156},"/ja-jp/teamops/","teamops",{"title":384,"items":385},"つなげる",[386,391,396,401,406],{"text":387,"config":388},"GitLabサービス",{"href":389,"dataGaName":390,"dataGaLocation":156},"/ja-jp/services/","services",{"text":392,"config":393},"コミュニティ",{"href":394,"dataGaName":395,"dataGaLocation":156},"/community/","community",{"text":397,"config":398},"フォーラム",{"href":399,"dataGaName":400,"dataGaLocation":156},"https://forum.gitlab.com/","forum",{"text":402,"config":403},"イベント",{"href":404,"dataGaName":405,"dataGaLocation":156},"/events/","events",{"text":407,"config":408},"パートナー",{"href":409,"dataGaName":410,"dataGaLocation":156},"/ja-jp/partners/","partners",{"backgroundColor":412,"textColor":413,"text":414,"image":415,"link":419},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":416,"config":417},"ソースプロモカード",{"src":418},"/images/navigation/the-source-promo-card.svg",{"text":420,"config":421},"最新情報を読む",{"href":422,"dataGaName":423,"dataGaLocation":156},"/ja-jp/the-source/","the source",{"text":425,"config":426,"lists":428},"Company",{"dataNavLevelOne":427},"company",[429],{"items":430},[431,436,442,444,449,454,459,464,469,474,479],{"text":432,"config":433},"GitLabについて",{"href":434,"dataGaName":435,"dataGaLocation":156},"/ja-jp/company/","about",{"text":437,"config":438,"footerGa":441},"採用情報",{"href":439,"dataGaName":440,"dataGaLocation":156},"/jobs/","jobs",{"dataGaName":440},{"text":402,"config":443},{"href":404,"dataGaName":405,"dataGaLocation":156},{"text":445,"config":446},"経営陣",{"href":447,"dataGaName":448,"dataGaLocation":156},"/company/team/e-group/","leadership",{"text":450,"config":451},"チーム",{"href":452,"dataGaName":453,"dataGaLocation":156},"/company/team/","team",{"text":455,"config":456},"ハンドブック",{"href":457,"dataGaName":458,"dataGaLocation":156},"https://handbook.gitlab.com/","handbook",{"text":460,"config":461},"投資家向け情報",{"href":462,"dataGaName":463,"dataGaLocation":156},"https://ir.gitlab.com/","investor relations",{"text":465,"config":466},"トラストセンター",{"href":467,"dataGaName":468,"dataGaLocation":156},"/ja-jp/security/","trust center",{"text":470,"config":471},"AI Transparency Center",{"href":472,"dataGaName":473,"dataGaLocation":156},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":475,"config":476},"ニュースレター",{"href":477,"dataGaName":478,"dataGaLocation":156},"/company/contact/","newsletter",{"text":480,"config":481},"プレス",{"href":482,"dataGaName":483,"dataGaLocation":156},"/press/","press",{"text":163,"config":485,"lists":486},{"dataNavLevelOne":427},[487],{"items":488},[489,492,497],{"text":163,"config":490},{"href":165,"dataGaName":491,"dataGaLocation":156},"talk to sales",{"text":493,"config":494},"サポートを受ける",{"href":495,"dataGaName":496,"dataGaLocation":156},"/support/","get help",{"text":498,"config":499},"カスタマーポータル",{"href":500,"dataGaName":501,"dataGaLocation":156},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":503,"login":504,"suggestions":511},"閉じる",{"text":505,"link":506},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":507,"config":508},"GitLab.com",{"href":170,"dataGaName":509,"dataGaLocation":510},"search login","search",{"text":512,"default":513},"提案",[514,517,522,524,528,532],{"text":185,"config":515},{"href":190,"dataGaName":516,"dataGaLocation":510},"GitLab Duo (AI)",{"text":518,"config":519},"コード提案（AI）",{"href":520,"dataGaName":521,"dataGaLocation":510},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":236,"config":523},{"href":238,"dataGaName":236,"dataGaLocation":510},{"text":525,"config":526},"GitLab on AWS",{"href":527,"dataGaName":525,"dataGaLocation":510},"/ja-jp/partners/technology-partners/aws/",{"text":529,"config":530},"GitLab on Google Cloud",{"href":531,"dataGaName":529,"dataGaLocation":510},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":533,"config":534},"GitLabを選ぶ理由",{"href":197,"dataGaName":535,"dataGaLocation":510},"Why GitLab?",{"freeTrial":537,"mobileIcon":541,"desktopIcon":546},{"text":158,"config":538},{"href":539,"dataGaName":161,"dataGaLocation":540},"https://gitlab.com/-/trials/new/","nav",{"altText":542,"config":543},"GitLabアイコン",{"src":544,"dataGaName":545,"dataGaLocation":540},"/images/brand/gitlab-logo-tanuki.svg","gitlab icon",{"altText":542,"config":547},{"src":548,"dataGaName":545,"dataGaLocation":540},"/images/brand/gitlab-logo-type.svg",{"freeTrial":550,"mobileIcon":554,"desktopIcon":556},{"text":551,"config":552},"GitLab Duoの詳細について",{"href":190,"dataGaName":553,"dataGaLocation":540},"gitlab duo",{"altText":542,"config":555},{"src":544,"dataGaName":545,"dataGaLocation":540},{"altText":542,"config":557},{"src":548,"dataGaName":545,"dataGaLocation":540},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":563,"_dir":150,"_draft":6,"_partial":6,"_locale":7,"title":564,"button":565,"config":569,"_id":571,"_type":143,"_source":144,"_file":572,"_stem":573,"_extension":147},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":100,"config":566},{"href":567,"dataGaName":568,"dataGaLocation":156},"/ja-jp/gitlab-duo/agent-platform/","duo banner",{"layout":570},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":575,"_dir":150,"_draft":6,"_partial":6,"_locale":7,"data":576,"_id":780,"_type":143,"title":781,"_source":144,"_file":782,"_stem":783,"_extension":147},"/shared/ja-jp/main-footer",{"text":577,"source":578,"edit":584,"contribute":589,"config":594,"items":599,"minimal":772},"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,623,677,710,744],{"title":174,"links":601,"subMenu":606},[602],{"text":603,"config":604},"DevSecOpsプラットフォーム",{"href":183,"dataGaName":605,"dataGaLocation":583},"devsecops platform",[607],{"title":316,"links":608},[609,613,618],{"text":610,"config":611},"プランの表示",{"href":318,"dataGaName":612,"dataGaLocation":583},"view plans",{"text":614,"config":615},"Premiumを選ぶ理由",{"href":616,"dataGaName":617,"dataGaLocation":583},"/ja-jp/pricing/premium/","why premium",{"text":619,"config":620},"Ultimateを選ぶ理由",{"href":621,"dataGaName":622,"dataGaLocation":583},"/ja-jp/pricing/ultimate/","why ultimate",{"title":624,"links":625},"ソリューション",[626,631,634,636,641,646,650,653,656,661,663,665,667,672],{"text":627,"config":628},"デジタルトランスフォーメーション",{"href":629,"dataGaName":630,"dataGaLocation":583},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":262,"config":632},{"href":257,"dataGaName":633,"dataGaLocation":583},"security & compliance",{"text":249,"config":635},{"href":232,"dataGaName":233,"dataGaLocation":583},{"text":637,"config":638},"アジャイル開発",{"href":639,"dataGaName":640,"dataGaLocation":583},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":642,"config":643},"クラウドトランスフォーメーション",{"href":644,"dataGaName":645,"dataGaLocation":583},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":647,"config":648},"SCM",{"href":246,"dataGaName":649,"dataGaLocation":583},"source code management",{"text":236,"config":651},{"href":238,"dataGaName":652,"dataGaLocation":583},"continuous integration & delivery",{"text":288,"config":654},{"href":290,"dataGaName":655,"dataGaLocation":583},"value stream management",{"text":657,"config":658},"GitOps",{"href":659,"dataGaName":660,"dataGaLocation":583},"/ja-jp/solutions/gitops/","gitops",{"text":301,"config":662},{"href":303,"dataGaName":304,"dataGaLocation":583},{"text":306,"config":664},{"href":308,"dataGaName":309,"dataGaLocation":583},{"text":311,"config":666},{"href":313,"dataGaName":314,"dataGaLocation":583},{"text":668,"config":669},"教育",{"href":670,"dataGaName":671,"dataGaLocation":583},"/ja-jp/solutions/education/","education",{"text":673,"config":674},"金融サービス",{"href":675,"dataGaName":676,"dataGaLocation":583},"/ja-jp/solutions/finance/","financial services",{"title":321,"links":678},[679,681,683,685,688,690,694,696,698,700,702,704,706,708],{"text":332,"config":680},{"href":334,"dataGaName":335,"dataGaLocation":583},{"text":337,"config":682},{"href":339,"dataGaName":340,"dataGaLocation":583},{"text":342,"config":684},{"href":344,"dataGaName":345,"dataGaLocation":583},{"text":347,"config":686},{"href":349,"dataGaName":687,"dataGaLocation":583},"docs",{"text":95,"config":689},{"href":371,"dataGaName":372},{"text":691,"config":692},"お客様の成功事例",{"href":693,"dataGaLocation":583},"/customers/",{"text":365,"config":695},{"href":367,"dataGaName":368,"dataGaLocation":583},{"text":374,"config":697},{"href":376,"dataGaName":377,"dataGaLocation":583},{"text":387,"config":699},{"href":389,"dataGaName":390,"dataGaLocation":583},{"text":379,"config":701},{"href":381,"dataGaName":382,"dataGaLocation":583},{"text":392,"config":703},{"href":394,"dataGaName":395,"dataGaLocation":583},{"text":397,"config":705},{"href":399,"dataGaName":400,"dataGaLocation":583},{"text":402,"config":707},{"href":404,"dataGaName":405,"dataGaLocation":583},{"text":407,"config":709},{"href":409,"dataGaName":410,"dataGaLocation":583},{"title":425,"links":711},[712,714,716,718,720,722,724,728,733,735,737,739],{"text":432,"config":713},{"href":434,"dataGaName":427,"dataGaLocation":583},{"text":437,"config":715},{"href":439,"dataGaName":440,"dataGaLocation":583},{"text":445,"config":717},{"href":447,"dataGaName":448,"dataGaLocation":583},{"text":450,"config":719},{"href":452,"dataGaName":453,"dataGaLocation":583},{"text":455,"config":721},{"href":457,"dataGaName":458,"dataGaLocation":583},{"text":460,"config":723},{"href":462,"dataGaName":463,"dataGaLocation":583},{"text":725,"config":726},"Sustainability",{"href":727,"dataGaName":725,"dataGaLocation":583},"/sustainability/",{"text":729,"config":730},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":731,"dataGaName":732,"dataGaLocation":583},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":465,"config":734},{"href":467,"dataGaName":468,"dataGaLocation":583},{"text":475,"config":736},{"href":477,"dataGaName":478,"dataGaLocation":583},{"text":480,"config":738},{"href":482,"dataGaName":483,"dataGaLocation":583},{"text":740,"config":741},"現代奴隷制の透明性に関する声明",{"href":742,"dataGaName":743,"dataGaLocation":583},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":163,"links":745},[746,748,750,752,757,762,767],{"text":163,"config":747},{"href":165,"dataGaName":166,"dataGaLocation":583},{"text":493,"config":749},{"href":495,"dataGaName":496,"dataGaLocation":583},{"text":498,"config":751},{"href":500,"dataGaName":501,"dataGaLocation":583},{"text":753,"config":754},"ステータス",{"href":755,"dataGaName":756,"dataGaLocation":583},"https://status.gitlab.com/","status",{"text":758,"config":759},"利用規約",{"href":760,"dataGaName":761,"dataGaLocation":583},"/terms/","terms of use",{"text":763,"config":764},"プライバシーに関する声明",{"href":765,"dataGaName":766,"dataGaLocation":583},"/ja-jp/privacy/","privacy statement",{"text":768,"config":769},"Cookieの設定",{"dataGaName":770,"dataGaLocation":583,"id":771,"isOneTrustButton":218},"cookie preferences","ot-sdk-btn",{"items":773},[774,776,778],{"text":758,"config":775},{"href":760,"dataGaName":761,"dataGaLocation":583},{"text":763,"config":777},{"href":765,"dataGaName":766,"dataGaLocation":583},{"text":768,"config":779},{"dataGaName":770,"dataGaLocation":583,"id":771,"isOneTrustButton":218},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":785,"_dir":150,"_draft":6,"_partial":6,"_locale":7,"header":786,"eyebrow":787,"blurb":788,"button":789,"secondaryButton":793,"_id":795,"_type":143,"title":796,"_source":144,"_file":797,"_stem":798,"_extension":147},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":158,"config":790},{"href":791,"dataGaName":161,"dataGaLocation":792},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":163,"config":794},{"href":165,"dataGaName":166,"dataGaLocation":792},"content:shared:ja-jp:next-steps.yml","Next Steps","shared/ja-jp/next-steps.yml","shared/ja-jp/next-steps",1753475516189]