[{"data":1,"prerenderedAt":799},["ShallowReactive",2],{"/ja-jp/topics/serverless/":3,"navigation-ja-jp":148,"banner-ja-jp":561,"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},"/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":569,"_id":571,"_type":143,"_source":144,"_file":572,"_stem":573,"_extension":147},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能に！",{"text":565,"config":566},"詳しく見る",{"href":567,"dataGaName":568,"dataGaLocation":156},"/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":315,"links":608},[609,613,618],{"text":610,"config":611},"プランの表示",{"href":317,"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":261,"config":632},{"href":256,"dataGaName":633,"dataGaLocation":583},"security & compliance",{"text":248,"config":635},{"href":231,"dataGaName":232,"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":245,"dataGaName":649,"dataGaLocation":583},"source code management",{"text":235,"config":651},{"href":237,"dataGaName":652,"dataGaLocation":583},"continuous integration & delivery",{"text":287,"config":654},{"href":289,"dataGaName":655,"dataGaLocation":583},"value stream management",{"text":657,"config":658},"GitOps",{"href":659,"dataGaName":660,"dataGaLocation":583},"/ja-jp/solutions/gitops/","gitops",{"text":300,"config":662},{"href":302,"dataGaName":303,"dataGaLocation":583},{"text":305,"config":664},{"href":307,"dataGaName":308,"dataGaLocation":583},{"text":310,"config":666},{"href":312,"dataGaName":313,"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":320,"links":678},[679,681,683,685,688,690,694,696,698,700,702,704,706,708],{"text":331,"config":680},{"href":333,"dataGaName":334,"dataGaLocation":583},{"text":336,"config":682},{"href":338,"dataGaName":339,"dataGaLocation":583},{"text":341,"config":684},{"href":343,"dataGaName":344,"dataGaLocation":583},{"text":346,"config":686},{"href":348,"dataGaName":687,"dataGaLocation":583},"docs",{"text":95,"config":689},{"href":370,"dataGaName":371},{"text":691,"config":692},"お客様の成功事例",{"href":693,"dataGaLocation":583},"/customers/",{"text":364,"config":695},{"href":366,"dataGaName":367,"dataGaLocation":583},{"text":373,"config":697},{"href":375,"dataGaName":376,"dataGaLocation":583},{"text":386,"config":699},{"href":388,"dataGaName":389,"dataGaLocation":583},{"text":378,"config":701},{"href":380,"dataGaName":381,"dataGaLocation":583},{"text":391,"config":703},{"href":393,"dataGaName":394,"dataGaLocation":583},{"text":396,"config":705},{"href":398,"dataGaName":399,"dataGaLocation":583},{"text":401,"config":707},{"href":403,"dataGaName":404,"dataGaLocation":583},{"text":406,"config":709},{"href":408,"dataGaName":409,"dataGaLocation":583},{"title":424,"links":711},[712,714,716,718,720,722,724,728,733,735,737,739],{"text":431,"config":713},{"href":433,"dataGaName":426,"dataGaLocation":583},{"text":436,"config":715},{"href":438,"dataGaName":439,"dataGaLocation":583},{"text":444,"config":717},{"href":446,"dataGaName":447,"dataGaLocation":583},{"text":449,"config":719},{"href":451,"dataGaName":452,"dataGaLocation":583},{"text":454,"config":721},{"href":456,"dataGaName":457,"dataGaLocation":583},{"text":459,"config":723},{"href":461,"dataGaName":462,"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":464,"config":734},{"href":466,"dataGaName":467,"dataGaLocation":583},{"text":474,"config":736},{"href":476,"dataGaName":477,"dataGaLocation":583},{"text":479,"config":738},{"href":481,"dataGaName":482,"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":492,"config":749},{"href":494,"dataGaName":495,"dataGaLocation":583},{"text":497,"config":751},{"href":499,"dataGaName":500,"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":217},"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":217},"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",1754424547757]