[{"data":1,"prerenderedAt":718},["ShallowReactive",2],{"/ja-jp/blog/what-is-kubernetes/":3,"navigation-ja-jp":44,"banner-ja-jp":458,"footer-ja-jp":471,"GitLab Japan Team-GitLab":680,"next-steps-ja-jp":703},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":16,"config":33,"_id":37,"_type":38,"title":39,"_source":40,"_file":41,"_stem":42,"_extension":43},"/ja-jp/blog/what-is-kubernetes","blog",false,"",{"title":9,"description":10,"ogTitle":9,"ogDescription":10,"noIndex":6,"ogImage":11,"ogUrl":12,"ogSiteName":13,"ogType":14,"canonicalUrls":12,"schema":15},"Kubernetes（K8s）とは？その仕組みから利点、使い方まで","Kubernetes（K8s）とは？Kubernetes の読み方から覚えておきたい用語、仕組みやその利点について学びましょう。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687485/Blog/Hero%20Images/kubernetes.jpg","https://about.gitlab.com/blog/what-is-kubernetes","https://about.gitlab.com","article","\n                        {\n        \"@context\": \"https://schema.org\",\n        \"@type\": \"Article\",\n        \"headline\": \"Kubernetes（K8s）とは？その仕組みから利点、使い方まで\",\n        \"author\": [{\"@type\":\"Person\",\"name\":\"GitLab Japan Team\"},{\"@type\":\"Person\",\"name\":\"GitLab\"}],\n        \"datePublished\": \"2025-04-28\",\n      }",{"title":9,"description":10,"authors":17,"heroImage":11,"date":20,"body":21,"category":22,"tags":23},[18,19],"GitLab Japan Team","GitLab","2025-04-28","## 目次\n\n1. Kubernetesとは？その読み方と用途\n2. Kubernetes（K8s）の基本用語解説\n  - コンテナ、Pod、Node、クラスター\n  - Dockerとの違い\n3. Kubernetesの主な特徴\n  - デプロイの自動化\n  - ハイブリッド / マルチクラウドに対応\n  - 拡張性とプラグインアーキテクチャ\n  - ローリングアップデートとロールバック\n  - 柔軟なスケーラビリティ\n  - リリース後のアプリケーション監視\n4. Kubernetesの利点とは\n  - 生産性の向上\n  - 自己修復機能により障害に耐性\n  - 高い可用性を担保\n  - オンプレミスでも、クラウドでも運用可能\n  - 大量のコンテナを一括管理\n  - DevSecOpsとの親和性が高い\n  - クラウドネイティブなワークロードを安全に保つ\n5. GitLabでKubernetesを統合する\n6. Kubernetes（K8s）のよくある質問\n  - KubernetesとDockerの違いは何ですか？\n  - Kubernetesで何ができますか？\n  - Kubernetesコンテナとは何ですか？\n  - Kubernetesの読み方は？\n\n## Kubernetesとは？その読み方と用途\n\nKubernetesは、「クバネティス」、「クーベネティス」、または「クーバネーティス」と発音します。ギリシャ語のκυβερνήτηςに由来し、「統治者」や「パイロット」といった意味を持ちます。また、K8sと表記されることもあります。  \n\nKubernetesは、一言で表せばソフトウェア開発においてコンテナを操作・管理するもので、コンテナオーケストレーションの役割を果たすオープンソースソフトウェアとして開発されました。Kubernetesは、クラウドネイティブのプログラムの開発に使用します。これを使用することで[マイクロサービス](https://about.gitlab.com/ja-jp/topics/microservices/)アーキテクチャが可能になり、プログラムの開発が高速化できます。  \nでは、Kubernetesについて、もう少し掘り下げて見ていきましょう。\n\n## Kubernetes（K8s）の基本用語解説\n\n### コンテナ、Pod、Node、クラスター\n\nKubernetesは、コンテナをオーケストレーションするためのツールです。オーケストレーションとは、複数のコンピュータシステムやアプリケーション、サービスなどを調整して管理し、頻繁に繰り返される大規模なワークフローやプロセスを実行できるようにすることを指します。では、コンテナとは何でしょう。ソフトウェア開発におけるコンテナ化とは、ソフトウェアのコードをライブラリやフレームワークなどの依存関係にあるすべてのコンポーネントとともにパッケージ化し、それぞれの入れ物、「コンテナ」に隔離することを意味します。コンテナは、完全に機能するポータブルなコンピューティング環境です。また、このコンテナを複数まとめたものがPod、PodをまとめたものがNode、Nodeをまとめたものがクラスタと呼ばれます（以下の図を参照）。\n\n![kubernetesとは](https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687494/Blog/Content%20Images/kubernetes-diagram.svg)\n\n*Kubernetesにおけるコンテナとクラスタの関係を示した図*\n### Dockerとの違い\n\nKuberunetesはコンテナオーケストレーションツールですが、Dockerはコンテナ化ツールの1つです。Dockerはアプリケーションのコンテナ化を行なうとき使用するプラットフォームです。仮想マシンよりも軽量で高速であることや、環境構築が簡単なことから、コンテナ化の主流ツールになっています。\n\n## Kubernetesの主な特徴\n\nKubernetesは、前述したようにコンテナを管理するコンテナオーケストレーションツールで、代表的な機能としては次のようなものが挙げられます。\n\n### デプロイの自動化\n\nKubernetesは、アプリケーションのデプロイ時に、新しいコンテナの作成や既存コンテナの削除を自動で実施します。また、新しく作成したコンテナにも自動でリソースを適用します。\n\n### ハイブリッド / マルチクラウドに対応\n\nクラウドプロバイダーに依存することなく、オンプレミス環境や様々なクラウドサービス（AWS、Azureなど）上で動作します。よって、ハイブリッドクラウドやマルチクラウド環境を簡単に構築、管理することができます。\n\n### 拡張性とプラグインアーキテクチャ\n\n多様なプラグインや拡張機能が利用できます。例えば、CustomResourceDefinitions（CRD）を使って新規にリソースタイプやロジックを追加したり、CNI（Container Network Interface）やCSI（Container Storage Interface）といったプラグインでネットワークやストレージのカスタマイズが可能です。\n\n### ローリングアップデートとロールバック\n\nKubernetesでは、アプリケーションのバージョンを更新する際、ローリングアップデートがそのデフォルトとなります。また、ビルトインでロールバック機構もあります。このため、ライブトラフィックに影響を与えず、ダウンタイムゼロでデプロイを実現できます。\n\n### 柔軟なスケーラビリティ\n\nKubernetesは、大量のコンテナを効率的に管理するためのもので、システムのスケーラビリティが向上できます。スケーラビリティとは、どのくらいシステムの拡張ができるかを示す特性で、Kubernetesではコンテナ化されたアプリケーションの数を増減することでスケーリングします。\n\n### リリース後のアプリケーション監視\n\nPrometheusやGrafanaといった監視ツールを使用することで、アプリケーション固有のメトリクスが監視できます。リリース後のパフォーマンス低下や不具合発見といった事象がアラートされるため、問題に迅速に対処できます。\n\n## Kubernetesの利点とは\n\nKubernetesには次のような7つのメリットがあります。\n\n### 生産性の向上\n\n一つ目のメリットは、アプリケーション開発で生産性が向上できる点にあります。従来の仮想化では、アプリケーションごとにゲストOSを用意する必要がありましたが、Kubernetesでは、アプリケーションを直接コンテナエンジン上にデプロイできるため、サーバーのリソース使用量が抑えられます。\n\n### 自己修復機能により障害に耐性\n\nKubernetesには、PodやNodeに障害が起きた場合、最初の定義（マニフェスト）の状態まで自動修復する機能が備わっています。\n\n### 高い可用性を担保\n\nKubernetesは、複数のNodeの集まりであるクラスターを構成します。あるクラスターで障害が発生した場合、障害が起きたコンテナを自動で再起動させます。また、他のNodeでコンテナを起動させ、処理を引き継ぐ動作も継続できるため、高い可用性が担保できます。\n\n### オンプレミスでも、クラウドでも運用可能\n\nKubernetesは、オンプレミスでも、プライベートクラウド、パブリッククラウドでも利用できます。つまり、自社サーバーでも、クラウドを使っても、どんな環境でも運用可能です。\n\n### 大量のコンテナの一括管理\n\nKubernetesでは、大量のコンテナが一括で管理・運用できます。また、設定ファイルを複数のコンテナ間で共有することによって、設定変更時も正確かつ大量に設定を反映させることが可能です。\n\n### DevSecOpsとの親和性が高い\nDevSecOpsとは、開発と運用を統合するDevOpsにセキュリティを加え、運用を視野に入れながら開発とセキュリティを同時に進め、安心・安全なソフトウェアを迅速にリリースするというコンセプトです。Kubernetesにはアプリケーションの開発と運用の双方に必要とされる機能が多く搭載されているため、DevSecOpsとの親和性が非常に高いという特長があります。\n\n### クラウドネイティブなワークロードを安全に保つ\n\nKubernetesは、クラウドネイティブアーキテクチャに基づいており、クラウドネイティブな情報セキュリティに関するベストプラクティスについて、CNCF（Cloud Native Computing Foundation）からのアドバイスを活用しています。\n\nたとえばKubernetesには、APIやセキュリティコントロールが含まれており、情報セキュリティを管理するポリシーを定義する手段も備わっています。クラウドの利用などでセキュリティ面において懸念が生じても、Kubernetesならユーザーごとにアクセス制限を設定でき、不正アクセスが防止できるため安心です。\n\nまた、Pod Security Standardによりセキュリティに3つのポリシーが定義されています。非常に緩いものから非常に厳しいものまで累積的に定義できます。\n\n## GitLabでKubernetesを統合する\n\nKubernetesクラスターとGitLabを接続すると、アプリの開発・デプロイ・管理・監視ができます。  \nGitLabをKubernetesと連携させる、またはKubernetes内で動作させるには、3つの異なる方法があります。単独で使用することも、組み合わせて使用することもできます。\n\n* GitLabからKubernetesにソフトウェアをデプロイする  \n* Kubernetesを使用してGitLabインスタンスに紐づいたRunnerを管理する  \n* GitLabのアプリケーションとサービスをKubernetesクラスター上で実行する\n\nさらに詳しい情報やお問い合わせは[こちら](https://about.gitlab.com/ja-jp/solutions/kubernetes/)をご覧ください。\n\n## Kubernetes （K8s）のよくある質問\n\n### KubernetesとDockerの違いは何ですか？\n\nDockerはコンテナ化ツールのひとつで、アプリケーションコンテナを構築し、アプリケーションの開発・配布・実行をします。Kubernetesは、より大規模に複数のマイクロサービスを管理するのに使われます。  \nまた、Kubernetesはクラスターで実行され、Dockerはノードで実行されます。Kubernetesの使用目的はコンテナ管理ですが、Dockerの使用目的の一つは、アプリケーションをコンテナに分離することになります。\n\n### Kubernetesで何ができますか？\n\nKubernetesでできることの代表例には下記のようなものが挙げられます。\n\n* 大量のコンテナの一括管理\n* 起動を含めた動作の高速化・軽量化  \n* 自動デプロイ  \n* 自己修復機能により障害に耐性\n* 高い可用性を担保\n* オンプレミスでも、クラウドでも運用可能\n* DevSecOpsとの親和性が高い\n* クラウドネイティブなワークロードを安全に保つ\n\n### Kubernetesコンテナとは何ですか？\n\nソフトウェアのコードをライブラリやフレームワークなどの依存関係にあるすべてのコンポーネントとともにパッケージ化し、それぞれの入れ物、「コンテナ」に隔離することをコンテナ化と言います。Kubernetesコンテナは、完全に機能するポータブルなコンピューティング環境で、さまざまなプラットフォームでデプロイ可能なプログラムとして[マイクロサービス](https://about.gitlab.com/blog/what-are-the-benefits-of-a-microservices-architecture/)アーキテクチャを可能にします（リンクは英語版です）。\n\n### Kubernetesの読み方は？\n\nKubernetesは、「クバネティス」、「クーベネティス」、または「クーバネーティス」と読み、「K8s（ケーエイツ）」と略されます。\n","engineering",[24,25,26,27,28,29,30,31,32],"kubernetes","cloud native","DevOps","CI/CD","GitOps","open source","security","performance","workflow",{"slug":34,"featured":35,"template":36},"what-is-kubernetes",true,"BlogPost","content:ja-jp:blog:what-is-kubernetes.yml","yaml","What Is Kubernetes","content","ja-jp/blog/what-is-kubernetes.yml","ja-jp/blog/what-is-kubernetes","yml",{"_path":45,"_dir":46,"_draft":6,"_partial":6,"_locale":7,"data":47,"_id":454,"_type":38,"title":455,"_source":40,"_file":456,"_stem":457,"_extension":43},"/shared/ja-jp/main-navigation","ja-jp",{"logo":48,"freeTrial":53,"sales":58,"login":63,"items":68,"search":398,"minimal":432,"duo":445},{"config":49},{"href":50,"dataGaName":51,"dataGaLocation":52},"/ja-jp/","gitlab logo","header",{"text":54,"config":55},"無料トライアルを開始",{"href":56,"dataGaName":57,"dataGaLocation":52},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":59,"config":60},"お問い合わせ",{"href":61,"dataGaName":62,"dataGaLocation":52},"/ja-jp/sales/","sales",{"text":64,"config":65},"サインイン",{"href":66,"dataGaName":67,"dataGaLocation":52},"https://gitlab.com/users/sign_in/","sign in",[69,113,210,215,320,380],{"text":70,"config":71,"cards":73,"footer":96},"プラットフォーム",{"dataNavLevelOne":72},"platform",[74,80,88],{"title":70,"description":75,"link":76},"最も包括的かつAIで強化されたDevSecOpsプラットフォーム",{"text":77,"config":78},"プラットフォームを詳しく見る",{"href":79,"dataGaName":72,"dataGaLocation":52},"/ja-jp/platform/",{"title":81,"description":82,"link":83},"GitLab Duo（AI）","開発のすべてのステージでAIを活用し、ソフトウェアをより迅速にビルド",{"text":84,"config":85},"GitLab Duoのご紹介",{"href":86,"dataGaName":87,"dataGaLocation":52},"/ja-jp/gitlab-duo/","gitlab duo ai",{"title":89,"description":90,"link":91},"GitLabが選ばれる理由","GitLabが大企業に選ばれる理由10選",{"text":92,"config":93},"詳細はこちら",{"href":94,"dataGaName":95,"dataGaLocation":52},"/ja-jp/why-gitlab/","why gitlab",{"title":97,"items":98},"利用を開始：",[99,104,109],{"text":100,"config":101},"プラットフォームエンジニアリング",{"href":102,"dataGaName":103,"dataGaLocation":52},"/ja-jp/solutions/platform-engineering/","platform engineering",{"text":105,"config":106},"開発者の経験",{"href":107,"dataGaName":108,"dataGaLocation":52},"/ja-jp/developer-experience/","Developer experience",{"text":110,"config":111},"MLOps",{"href":112,"dataGaName":110,"dataGaLocation":52},"/ja-jp/topics/devops/the-role-of-ai-in-devops/",{"text":114,"left":35,"config":115,"link":117,"lists":121,"footer":192},"製品",{"dataNavLevelOne":116},"solutions",{"text":118,"config":119},"すべてのソリューションを表示",{"href":120,"dataGaName":116,"dataGaLocation":52},"/ja-jp/solutions/",[122,147,170],{"title":123,"description":124,"link":125,"items":130},"自動化","CI/CDと自動化でデプロイを加速",{"config":126},{"icon":127,"href":128,"dataGaName":129,"dataGaLocation":52},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[131,134,138,143],{"text":27,"config":132},{"href":133,"dataGaLocation":52,"dataGaName":27},"/ja-jp/solutions/continuous-integration/",{"text":135,"config":136},"AIアシストによる開発",{"href":86,"dataGaLocation":52,"dataGaName":137},"AI assisted development",{"text":139,"config":140},"ソースコード管理",{"href":141,"dataGaLocation":52,"dataGaName":142},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":144,"config":145},"自動化されたソフトウェアデリバリー",{"href":128,"dataGaLocation":52,"dataGaName":146},"Automated software delivery",{"title":148,"description":149,"link":150,"items":155},"セキュリティ","セキュリティを損なうことなくコードをより迅速に完成",{"config":151},{"href":152,"dataGaName":153,"dataGaLocation":52,"icon":154},"/ja-jp/solutions/security-compliance/","security and compliance","ShieldCheckLight",[156,161,166],{"text":157,"config":158},"Application Security Testing",{"href":159,"dataGaName":160,"dataGaLocation":52},"/solutions/application-security-testing/","Application security testing",{"text":162,"config":163},"ソフトウェアサプライチェーンの安全性",{"href":164,"dataGaLocation":52,"dataGaName":165},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":167,"config":168},"Software Compliance",{"href":169,"dataGaName":167,"dataGaLocation":52},"/solutions/software-compliance/",{"title":171,"link":172,"items":177},"測定",{"config":173},{"icon":174,"href":175,"dataGaName":176,"dataGaLocation":52},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[178,182,187],{"text":179,"config":180},"可視性と測定",{"href":175,"dataGaLocation":52,"dataGaName":181},"Visibility and Measurement",{"text":183,"config":184},"バリューストリーム管理",{"href":185,"dataGaLocation":52,"dataGaName":186},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":188,"config":189},"分析とインサイト",{"href":190,"dataGaLocation":52,"dataGaName":191},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":193,"items":194},"GitLabが活躍する場所",[195,200,205],{"text":196,"config":197},"Enterprise",{"href":198,"dataGaLocation":52,"dataGaName":199},"/ja-jp/enterprise/","enterprise",{"text":201,"config":202},"スモールビジネス",{"href":203,"dataGaLocation":52,"dataGaName":204},"/ja-jp/small-business/","small business",{"text":206,"config":207},"公共機関",{"href":208,"dataGaLocation":52,"dataGaName":209},"/ja-jp/solutions/public-sector/","public sector",{"text":211,"config":212},"価格",{"href":213,"dataGaName":214,"dataGaLocation":52,"dataNavLevelOne":214},"/ja-jp/pricing/","pricing",{"text":216,"config":217,"link":219,"lists":223,"feature":307},"関連リソース",{"dataNavLevelOne":218},"resources",{"text":220,"config":221},"すべてのリソースを表示",{"href":222,"dataGaName":218,"dataGaLocation":52},"/ja-jp/resources/",[224,257,279],{"title":225,"items":226},"はじめに",[227,232,237,242,247,252],{"text":228,"config":229},"インストール",{"href":230,"dataGaName":231,"dataGaLocation":52},"/ja-jp/install/","install",{"text":233,"config":234},"クイックスタートガイド",{"href":235,"dataGaName":236,"dataGaLocation":52},"/ja-jp/get-started/","quick setup checklists",{"text":238,"config":239},"学ぶ",{"href":240,"dataGaLocation":52,"dataGaName":241},"https://university.gitlab.com/","learn",{"text":243,"config":244},"製品ドキュメント",{"href":245,"dataGaName":246,"dataGaLocation":52},"https://docs.gitlab.com/","product documentation",{"text":248,"config":249},"ベストプラクティスビデオ",{"href":250,"dataGaName":251,"dataGaLocation":52},"/ja-jp/getting-started-videos/","best practice videos",{"text":253,"config":254},"インテグレーション",{"href":255,"dataGaName":256,"dataGaLocation":52},"/ja-jp/integrations/","integrations",{"title":258,"items":259},"検索する",[260,265,269,274],{"text":261,"config":262},"お客様成功事例",{"href":263,"dataGaName":264,"dataGaLocation":52},"/ja-jp/customers/","customer success stories",{"text":266,"config":267},"ブログ",{"href":268,"dataGaName":5,"dataGaLocation":52},"/ja-jp/blog/",{"text":270,"config":271},"リモート",{"href":272,"dataGaName":273,"dataGaLocation":52},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":275,"config":276},"TeamOps",{"href":277,"dataGaName":278,"dataGaLocation":52},"/ja-jp/teamops/","teamops",{"title":280,"items":281},"つなげる",[282,287,292,297,302],{"text":283,"config":284},"GitLabサービス",{"href":285,"dataGaName":286,"dataGaLocation":52},"/ja-jp/services/","services",{"text":288,"config":289},"コミュニティ",{"href":290,"dataGaName":291,"dataGaLocation":52},"/community/","community",{"text":293,"config":294},"フォーラム",{"href":295,"dataGaName":296,"dataGaLocation":52},"https://forum.gitlab.com/","forum",{"text":298,"config":299},"イベント",{"href":300,"dataGaName":301,"dataGaLocation":52},"/events/","events",{"text":303,"config":304},"パートナー",{"href":305,"dataGaName":306,"dataGaLocation":52},"/ja-jp/partners/","partners",{"backgroundColor":308,"textColor":309,"text":310,"image":311,"link":315},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":312,"config":313},"ソースプロモカード",{"src":314},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":316,"config":317},"最新情報を読む",{"href":318,"dataGaName":319,"dataGaLocation":52},"/ja-jp/the-source/","the source",{"text":321,"config":322,"lists":324},"Company",{"dataNavLevelOne":323},"company",[325],{"items":326},[327,332,338,340,345,350,355,360,365,370,375],{"text":328,"config":329},"GitLabについて",{"href":330,"dataGaName":331,"dataGaLocation":52},"/ja-jp/company/","about",{"text":333,"config":334,"footerGa":337},"採用情報",{"href":335,"dataGaName":336,"dataGaLocation":52},"/jobs/","jobs",{"dataGaName":336},{"text":298,"config":339},{"href":300,"dataGaName":301,"dataGaLocation":52},{"text":341,"config":342},"経営陣",{"href":343,"dataGaName":344,"dataGaLocation":52},"/company/team/e-group/","leadership",{"text":346,"config":347},"チーム",{"href":348,"dataGaName":349,"dataGaLocation":52},"/company/team/","team",{"text":351,"config":352},"ハンドブック",{"href":353,"dataGaName":354,"dataGaLocation":52},"https://handbook.gitlab.com/","handbook",{"text":356,"config":357},"投資家向け情報",{"href":358,"dataGaName":359,"dataGaLocation":52},"https://ir.gitlab.com/","investor relations",{"text":361,"config":362},"トラストセンター",{"href":363,"dataGaName":364,"dataGaLocation":52},"/ja-jp/security/","trust center",{"text":366,"config":367},"AI Transparency Center",{"href":368,"dataGaName":369,"dataGaLocation":52},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":371,"config":372},"ニュースレター",{"href":373,"dataGaName":374,"dataGaLocation":52},"/company/contact/","newsletter",{"text":376,"config":377},"プレス",{"href":378,"dataGaName":379,"dataGaLocation":52},"/press/","press",{"text":59,"config":381,"lists":382},{"dataNavLevelOne":323},[383],{"items":384},[385,388,393],{"text":59,"config":386},{"href":61,"dataGaName":387,"dataGaLocation":52},"talk to sales",{"text":389,"config":390},"サポートを受ける",{"href":391,"dataGaName":392,"dataGaLocation":52},"/support/","get help",{"text":394,"config":395},"カスタマーポータル",{"href":396,"dataGaName":397,"dataGaLocation":52},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":399,"login":400,"suggestions":407},"閉じる",{"text":401,"link":402},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":403,"config":404},"GitLab.com",{"href":66,"dataGaName":405,"dataGaLocation":406},"search login","search",{"text":408,"default":409},"提案",[410,413,418,420,424,428],{"text":81,"config":411},{"href":86,"dataGaName":412,"dataGaLocation":406},"GitLab Duo (AI)",{"text":414,"config":415},"コード提案（AI）",{"href":416,"dataGaName":417,"dataGaLocation":406},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":27,"config":419},{"href":133,"dataGaName":27,"dataGaLocation":406},{"text":421,"config":422},"GitLab on AWS",{"href":423,"dataGaName":421,"dataGaLocation":406},"/ja-jp/partners/technology-partners/aws/",{"text":425,"config":426},"GitLab on Google Cloud",{"href":427,"dataGaName":425,"dataGaLocation":406},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":429,"config":430},"GitLabを選ぶ理由",{"href":94,"dataGaName":431,"dataGaLocation":406},"Why GitLab?",{"freeTrial":433,"mobileIcon":437,"desktopIcon":442},{"text":54,"config":434},{"href":435,"dataGaName":57,"dataGaLocation":436},"https://gitlab.com/-/trials/new/","nav",{"altText":438,"config":439},"GitLabアイコン",{"src":440,"dataGaName":441,"dataGaLocation":436},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":438,"config":443},{"src":444,"dataGaName":441,"dataGaLocation":436},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":446,"mobileIcon":450,"desktopIcon":452},{"text":447,"config":448},"GitLab Duoの詳細について",{"href":86,"dataGaName":449,"dataGaLocation":436},"gitlab duo",{"altText":438,"config":451},{"src":440,"dataGaName":441,"dataGaLocation":436},{"altText":438,"config":453},{"src":444,"dataGaName":441,"dataGaLocation":436},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":459,"_dir":46,"_draft":6,"_partial":6,"_locale":7,"title":460,"button":461,"config":466,"_id":468,"_type":38,"_source":40,"_file":469,"_stem":470,"_extension":43},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":462,"config":463},"ベータ版を試す",{"href":464,"dataGaName":465,"dataGaLocation":52},"/ja-jp/gitlab-duo/agent-platform/","duo banner",{"layout":467},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":472,"_dir":46,"_draft":6,"_partial":6,"_locale":7,"data":473,"_id":676,"_type":38,"title":677,"_source":40,"_file":678,"_stem":679,"_extension":43},"/shared/ja-jp/main-footer",{"text":474,"source":475,"edit":481,"contribute":486,"config":491,"items":496,"minimal":668},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":476,"config":477},"ページのソースを表示",{"href":478,"dataGaName":479,"dataGaLocation":480},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":482,"config":483},"このページを編集",{"href":484,"dataGaName":485,"dataGaLocation":480},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":487,"config":488},"ご協力をお願いします",{"href":489,"dataGaName":490,"dataGaLocation":480},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":492,"facebook":493,"youtube":494,"linkedin":495},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[497,520,573,606,640],{"title":70,"links":498,"subMenu":503},[499],{"text":500,"config":501},"DevSecOpsプラットフォーム",{"href":79,"dataGaName":502,"dataGaLocation":480},"devsecops platform",[504],{"title":211,"links":505},[506,510,515],{"text":507,"config":508},"プランの表示",{"href":213,"dataGaName":509,"dataGaLocation":480},"view plans",{"text":511,"config":512},"Premiumを選ぶ理由",{"href":513,"dataGaName":514,"dataGaLocation":480},"/ja-jp/pricing/premium/","why premium",{"text":516,"config":517},"Ultimateを選ぶ理由",{"href":518,"dataGaName":519,"dataGaLocation":480},"/ja-jp/pricing/ultimate/","why ultimate",{"title":521,"links":522},"ソリューション",[523,528,531,533,538,543,547,550,553,557,559,561,563,568],{"text":524,"config":525},"デジタルトランスフォーメーション",{"href":526,"dataGaName":527,"dataGaLocation":480},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":529,"config":530},"セキュリティとコンプライアンス",{"href":159,"dataGaName":160,"dataGaLocation":480},{"text":144,"config":532},{"href":128,"dataGaName":129,"dataGaLocation":480},{"text":534,"config":535},"アジャイル開発",{"href":536,"dataGaName":537,"dataGaLocation":480},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":539,"config":540},"クラウドトランスフォーメーション",{"href":541,"dataGaName":542,"dataGaLocation":480},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":544,"config":545},"SCM",{"href":141,"dataGaName":546,"dataGaLocation":480},"source code management",{"text":27,"config":548},{"href":133,"dataGaName":549,"dataGaLocation":480},"continuous integration & delivery",{"text":183,"config":551},{"href":185,"dataGaName":552,"dataGaLocation":480},"value stream management",{"text":28,"config":554},{"href":555,"dataGaName":556,"dataGaLocation":480},"/ja-jp/solutions/gitops/","gitops",{"text":196,"config":558},{"href":198,"dataGaName":199,"dataGaLocation":480},{"text":201,"config":560},{"href":203,"dataGaName":204,"dataGaLocation":480},{"text":206,"config":562},{"href":208,"dataGaName":209,"dataGaLocation":480},{"text":564,"config":565},"教育",{"href":566,"dataGaName":567,"dataGaLocation":480},"/ja-jp/solutions/education/","education",{"text":569,"config":570},"金融サービス",{"href":571,"dataGaName":572,"dataGaLocation":480},"/ja-jp/solutions/finance/","financial services",{"title":216,"links":574},[575,577,579,581,584,586,590,592,594,596,598,600,602,604],{"text":228,"config":576},{"href":230,"dataGaName":231,"dataGaLocation":480},{"text":233,"config":578},{"href":235,"dataGaName":236,"dataGaLocation":480},{"text":238,"config":580},{"href":240,"dataGaName":241,"dataGaLocation":480},{"text":243,"config":582},{"href":245,"dataGaName":583,"dataGaLocation":480},"docs",{"text":266,"config":585},{"href":268,"dataGaName":5},{"text":587,"config":588},"お客様の成功事例",{"href":589,"dataGaLocation":480},"/customers/",{"text":261,"config":591},{"href":263,"dataGaName":264,"dataGaLocation":480},{"text":270,"config":593},{"href":272,"dataGaName":273,"dataGaLocation":480},{"text":283,"config":595},{"href":285,"dataGaName":286,"dataGaLocation":480},{"text":275,"config":597},{"href":277,"dataGaName":278,"dataGaLocation":480},{"text":288,"config":599},{"href":290,"dataGaName":291,"dataGaLocation":480},{"text":293,"config":601},{"href":295,"dataGaName":296,"dataGaLocation":480},{"text":298,"config":603},{"href":300,"dataGaName":301,"dataGaLocation":480},{"text":303,"config":605},{"href":305,"dataGaName":306,"dataGaLocation":480},{"title":321,"links":607},[608,610,612,614,616,618,620,624,629,631,633,635],{"text":328,"config":609},{"href":330,"dataGaName":323,"dataGaLocation":480},{"text":333,"config":611},{"href":335,"dataGaName":336,"dataGaLocation":480},{"text":341,"config":613},{"href":343,"dataGaName":344,"dataGaLocation":480},{"text":346,"config":615},{"href":348,"dataGaName":349,"dataGaLocation":480},{"text":351,"config":617},{"href":353,"dataGaName":354,"dataGaLocation":480},{"text":356,"config":619},{"href":358,"dataGaName":359,"dataGaLocation":480},{"text":621,"config":622},"Sustainability",{"href":623,"dataGaName":621,"dataGaLocation":480},"/sustainability/",{"text":625,"config":626},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":627,"dataGaName":628,"dataGaLocation":480},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":361,"config":630},{"href":363,"dataGaName":364,"dataGaLocation":480},{"text":371,"config":632},{"href":373,"dataGaName":374,"dataGaLocation":480},{"text":376,"config":634},{"href":378,"dataGaName":379,"dataGaLocation":480},{"text":636,"config":637},"現代奴隷制の透明性に関する声明",{"href":638,"dataGaName":639,"dataGaLocation":480},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":59,"links":641},[642,644,646,648,653,658,663],{"text":59,"config":643},{"href":61,"dataGaName":62,"dataGaLocation":480},{"text":389,"config":645},{"href":391,"dataGaName":392,"dataGaLocation":480},{"text":394,"config":647},{"href":396,"dataGaName":397,"dataGaLocation":480},{"text":649,"config":650},"ステータス",{"href":651,"dataGaName":652,"dataGaLocation":480},"https://status.gitlab.com/","status",{"text":654,"config":655},"利用規約",{"href":656,"dataGaName":657,"dataGaLocation":480},"/terms/","terms of use",{"text":659,"config":660},"プライバシーに関する声明",{"href":661,"dataGaName":662,"dataGaLocation":480},"/ja-jp/privacy/","privacy statement",{"text":664,"config":665},"Cookieの設定",{"dataGaName":666,"dataGaLocation":480,"id":667,"isOneTrustButton":35},"cookie preferences","ot-sdk-btn",{"items":669},[670,672,674],{"text":654,"config":671},{"href":656,"dataGaName":657,"dataGaLocation":480},{"text":659,"config":673},{"href":661,"dataGaName":662,"dataGaLocation":480},{"text":664,"config":675},{"dataGaName":666,"dataGaLocation":480,"id":667,"isOneTrustButton":35},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",[681,694],{"_path":682,"_dir":683,"_draft":6,"_partial":6,"_locale":7,"content":684,"config":688,"_id":690,"_type":38,"title":691,"_source":40,"_file":692,"_stem":693,"_extension":43},"/en-us/blog/authors/gitlab-japan-team","authors",{"name":18,"config":685},{"headshot":686,"ctfId":687},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659488/Blog/Author%20Headshots/gitlab-logo-extra-whitespace.png","5YWHF8vG80rluQ41QjgP7V",{"template":689},"BlogAuthor","content:en-us:blog:authors:gitlab-japan-team.yml","Gitlab Japan Team","en-us/blog/authors/gitlab-japan-team.yml","en-us/blog/authors/gitlab-japan-team",{"_path":695,"_dir":683,"_draft":6,"_partial":6,"_locale":7,"content":696,"config":698,"_id":699,"_type":38,"title":700,"_source":40,"_file":701,"_stem":702,"_extension":43},"/en-us/blog/authors/gitlab",{"name":19,"config":697},{"headshot":686,"ctfId":19},{"template":689},"content:en-us:blog:authors:gitlab.yml","Gitlab","en-us/blog/authors/gitlab.yml","en-us/blog/authors/gitlab",{"_path":704,"_dir":46,"_draft":6,"_partial":6,"_locale":7,"header":705,"eyebrow":706,"blurb":707,"button":708,"secondaryButton":712,"_id":714,"_type":38,"title":715,"_source":40,"_file":716,"_stem":717,"_extension":43},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":54,"config":709},{"href":710,"dataGaName":57,"dataGaLocation":711},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":59,"config":713},{"href":61,"dataGaName":62,"dataGaLocation":711},"content:shared:ja-jp:next-steps.yml","Next Steps","shared/ja-jp/next-steps.yml","shared/ja-jp/next-steps",1758326254385]