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