63 lines
3.5 KiB
HTML
63 lines
3.5 KiB
HTML
---
|
|
title: "プロダクショングレードのコンテナ管理基盤"
|
|
abstract: "自動化されたコンテナのデプロイ・スケール・管理"
|
|
cid: home
|
|
sitemap:
|
|
priority: 1.0
|
|
---
|
|
|
|
{{< blocks/section class="k8s-overview" >}}
|
|
{{% blocks/feature image="flower" id="feature-primary" %}}
|
|
[Kubernetes]({{< relref path="/docs/concepts/overview/" lang="ja" >}})はK8sとしても知られており、デプロイやスケーリングを自動化したり、コンテナ化されたアプリケーションを管理したりするための、オープンソースのシステムです。
|
|
|
|
管理や検出を容易にするため、アプリケーションを論理的な単位に分割し、コンテナをグルーピングします。Kubernetesは[Googleでの15年にわたる経験](https://queue.acm.org/detail.cfm?id=2898444)を基に構築されており、コミュニティのアイディアや慣習との最善の組み合わせを取っています。
|
|
{{% /blocks/feature %}}
|
|
|
|
{{% blocks/feature image="scalable" %}}
|
|
#### 惑星規模のスケーリング
|
|
|
|
Googleが週に何十億ものコンテナを実行することを可能としているのと同じ原則に沿ってデザインされているため、Kubernetesは運用チームの人数を増やさずに規模を拡大することができます。
|
|
|
|
{{% /blocks/feature %}}
|
|
|
|
{{% blocks/feature image="blocks" %}}
|
|
#### いつまでも使える
|
|
|
|
ローカルのテストであろうとグローバル企業での開発であろうと、Kubernetesの柔軟性はあなたの要求がどれだけ複雑になろうとも問題なく、矛盾無く、簡単にアプリケーションを提供できます。
|
|
|
|
{{% /blocks/feature %}}
|
|
|
|
{{% blocks/feature image="suitcase" %}}
|
|
#### どこでもK8sを実行できる
|
|
|
|
Kubernetesはオープンソースであるため、オンプレミスやパブリッククラウド、それらのハイブリッドなどの利点を自由に得ることができ、簡単に移行することができます。
|
|
|
|
Kubernetesをダウンロードするには、[ダウンロード](/releases/download/)セクションを訪れてください。
|
|
|
|
{{% /blocks/feature %}}
|
|
|
|
{{< /blocks/section >}}
|
|
|
|
{{< blocks/section id="video" background-image="kub_video_banner_homepage" >}}
|
|
<div class="light-text">
|
|
<h2>150以上のマイクロサービスをKubernetes上に移行する挑戦</h2>
|
|
<p>By Sarah Wells, Technical Director for Operations and Reliability, Financial Times</p>
|
|
<button id="desktopShowVideoButton" onclick="kub.showVideo()">ビデオを見る</button>
|
|
|
|
<h3>今後のKubeCon + CloudNativeConイベントに参加する</h3>
|
|
<a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-india/" class="desktopKCButton"><strong>India</strong>(ハイデラバード、8月6日〜7日)</a>
|
|
<a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/" class="desktopKCButton"><strong>North America</strong>(アトランタ、11月10日〜13日)</a>
|
|
<a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-europe-2026/" class="desktopKCButton"><strong>Europe</strong>(アムステルダム、2026年3月23日〜26日)</a>
|
|
</div>
|
|
<div id="videoPlayer">
|
|
<iframe data-url="https://www.youtube.com/embed/H06qrNmGqyE?autoplay=1" frameborder="0" allowfullscreen></iframe>
|
|
<button id="closeButton"></button>
|
|
</div>
|
|
{{< /blocks/section >}}
|
|
|
|
{{< blocks/kubernetes-features >}}
|
|
|
|
{{< blocks/case-studies >}}
|
|
|
|
{{< kubeweekly id="kubeweekly" >}}
|