[{"data":1,"prerenderedAt":801},["ShallowReactive",2],{"/ja-jp/topics/serverless/":3,"navigation-ja-jp":148,"banner-ja-jp":562,"footer-ja-jp":575,"next-steps-ja-jp":786},{"_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/2019/11/19/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/2019/09/12/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,"titleMobile":564,"button":565,"config":570,"_id":572,"_type":143,"_source":144,"_file":573,"_stem":574,"_extension":147},"/shared/ja-jp/banner","GitLab 18と知的進化する次世代のDevSecOps。6月24日のオンラインイベントにご参加ください。",{"text":566,"config":567},"今すぐ申し込む",{"href":568,"dataGaName":569,"dataGaLocation":156},"/ja-jp/eighteen/","gitlab 18 banner",{"layout":571},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":576,"_dir":150,"_draft":6,"_partial":6,"_locale":7,"data":577,"_id":782,"_type":143,"title":783,"_source":144,"_file":784,"_stem":785,"_extension":147},"/shared/ja-jp/main-footer",{"text":578,"source":579,"edit":585,"contribute":590,"config":595,"items":600,"minimal":774},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":580,"config":581},"ページのソースを表示",{"href":582,"dataGaName":583,"dataGaLocation":584},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":586,"config":587},"このページを編集",{"href":588,"dataGaName":589,"dataGaLocation":584},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":591,"config":592},"ご協力をお願いします",{"href":593,"dataGaName":594,"dataGaLocation":584},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":596,"facebook":597,"youtube":598,"linkedin":599},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[601,624,678,711,746],{"title":174,"links":602,"subMenu":607},[603],{"text":604,"config":605},"DevSecOpsプラットフォーム",{"href":183,"dataGaName":606,"dataGaLocation":584},"devsecops platform",[608],{"title":316,"links":609},[610,614,619],{"text":611,"config":612},"プランの表示",{"href":318,"dataGaName":613,"dataGaLocation":584},"view plans",{"text":615,"config":616},"Premiumを選ぶ理由",{"href":617,"dataGaName":618,"dataGaLocation":584},"/ja-jp/pricing/premium/","why premium",{"text":620,"config":621},"Ultimateを選ぶ理由",{"href":622,"dataGaName":623,"dataGaLocation":584},"/ja-jp/pricing/ultimate/","why ultimate",{"title":625,"links":626},"ソリューション",[627,632,635,637,642,647,651,654,657,662,664,666,668,673],{"text":628,"config":629},"デジタルトランスフォーメーション",{"href":630,"dataGaName":631,"dataGaLocation":584},"/ja-jp/solutions/digital-transformation/","digital transformation",{"text":262,"config":633},{"href":257,"dataGaName":634,"dataGaLocation":584},"security & compliance",{"text":249,"config":636},{"href":232,"dataGaName":233,"dataGaLocation":584},{"text":638,"config":639},"アジャイル開発",{"href":640,"dataGaName":641,"dataGaLocation":584},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":643,"config":644},"クラウドトランスフォーメーション",{"href":645,"dataGaName":646,"dataGaLocation":584},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":648,"config":649},"SCM",{"href":246,"dataGaName":650,"dataGaLocation":584},"source code management",{"text":236,"config":652},{"href":238,"dataGaName":653,"dataGaLocation":584},"continuous integration & delivery",{"text":288,"config":655},{"href":290,"dataGaName":656,"dataGaLocation":584},"value stream management",{"text":658,"config":659},"GitOps",{"href":660,"dataGaName":661,"dataGaLocation":584},"/ja-jp/solutions/gitops/","gitops",{"text":301,"config":663},{"href":303,"dataGaName":304,"dataGaLocation":584},{"text":306,"config":665},{"href":308,"dataGaName":309,"dataGaLocation":584},{"text":311,"config":667},{"href":313,"dataGaName":314,"dataGaLocation":584},{"text":669,"config":670},"教育",{"href":671,"dataGaName":672,"dataGaLocation":584},"/ja-jp/solutions/education/","education",{"text":674,"config":675},"金融サービス",{"href":676,"dataGaName":677,"dataGaLocation":584},"/ja-jp/solutions/finance/","financial services",{"title":321,"links":679},[680,682,684,686,689,691,695,697,699,701,703,705,707,709],{"text":332,"config":681},{"href":334,"dataGaName":335,"dataGaLocation":584},{"text":337,"config":683},{"href":339,"dataGaName":340,"dataGaLocation":584},{"text":342,"config":685},{"href":344,"dataGaName":345,"dataGaLocation":584},{"text":347,"config":687},{"href":349,"dataGaName":688,"dataGaLocation":584},"docs",{"text":95,"config":690},{"href":371,"dataGaName":372},{"text":692,"config":693},"お客様の成功事例",{"href":694,"dataGaLocation":584},"/customers/",{"text":365,"config":696},{"href":367,"dataGaName":368,"dataGaLocation":584},{"text":374,"config":698},{"href":376,"dataGaName":377,"dataGaLocation":584},{"text":387,"config":700},{"href":389,"dataGaName":390,"dataGaLocation":584},{"text":379,"config":702},{"href":381,"dataGaName":382,"dataGaLocation":584},{"text":392,"config":704},{"href":394,"dataGaName":395,"dataGaLocation":584},{"text":397,"config":706},{"href":399,"dataGaName":400,"dataGaLocation":584},{"text":402,"config":708},{"href":404,"dataGaName":405,"dataGaLocation":584},{"text":407,"config":710},{"href":409,"dataGaName":410,"dataGaLocation":584},{"title":425,"links":712},[713,715,717,719,721,723,725,730,735,737,739,741],{"text":432,"config":714},{"href":434,"dataGaName":427,"dataGaLocation":584},{"text":437,"config":716},{"href":439,"dataGaName":440,"dataGaLocation":584},{"text":445,"config":718},{"href":447,"dataGaName":448,"dataGaLocation":584},{"text":450,"config":720},{"href":452,"dataGaName":453,"dataGaLocation":584},{"text":455,"config":722},{"href":457,"dataGaName":458,"dataGaLocation":584},{"text":460,"config":724},{"href":462,"dataGaName":463,"dataGaLocation":584},{"text":726,"config":727},"環境、社会、ガバナンス（ESG）",{"href":728,"dataGaName":729,"dataGaLocation":584},"/ja-jp/environmental-social-governance/","environmental, social and governance",{"text":731,"config":732},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":733,"dataGaName":734,"dataGaLocation":584},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":465,"config":736},{"href":467,"dataGaName":468,"dataGaLocation":584},{"text":475,"config":738},{"href":477,"dataGaName":478,"dataGaLocation":584},{"text":480,"config":740},{"href":482,"dataGaName":483,"dataGaLocation":584},{"text":742,"config":743},"現代奴隷制の透明性に関する声明",{"href":744,"dataGaName":745,"dataGaLocation":584},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":163,"links":747},[748,750,752,754,759,764,769],{"text":163,"config":749},{"href":165,"dataGaName":166,"dataGaLocation":584},{"text":493,"config":751},{"href":495,"dataGaName":496,"dataGaLocation":584},{"text":498,"config":753},{"href":500,"dataGaName":501,"dataGaLocation":584},{"text":755,"config":756},"ステータス",{"href":757,"dataGaName":758,"dataGaLocation":584},"https://status.gitlab.com/","status",{"text":760,"config":761},"利用規約",{"href":762,"dataGaName":763,"dataGaLocation":584},"/terms/","terms of use",{"text":765,"config":766},"プライバシーに関する声明",{"href":767,"dataGaName":768,"dataGaLocation":584},"/ja-jp/privacy/","privacy statement",{"text":770,"config":771},"Cookieの設定",{"dataGaName":772,"dataGaLocation":584,"id":773,"isOneTrustButton":218},"cookie preferences","ot-sdk-btn",{"items":775},[776,778,780],{"text":760,"config":777},{"href":762,"dataGaName":763,"dataGaLocation":584},{"text":765,"config":779},{"href":767,"dataGaName":768,"dataGaLocation":584},{"text":770,"config":781},{"dataGaName":772,"dataGaLocation":584,"id":773,"isOneTrustButton":218},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":787,"_dir":150,"_draft":6,"_partial":6,"_locale":7,"header":788,"eyebrow":789,"blurb":790,"button":791,"secondaryButton":795,"_id":797,"_type":143,"title":798,"_source":144,"_file":799,"_stem":800,"_extension":147},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":158,"config":792},{"href":793,"dataGaName":161,"dataGaLocation":794},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":163,"config":796},{"href":165,"dataGaName":166,"dataGaLocation":794},"content:shared:ja-jp:next-steps.yml","Next Steps","shared/ja-jp/next-steps.yml","shared/ja-jp/next-steps",1752588267207]