website/content/ja/docs/setup/_index.md

3.0 KiB

no_issue title main_menu weight content_template card
true はじめに true 20 templates/concept
name weight anchors
setup 20
anchor title
#learning-environment 環境について学ぶ
anchor title
#production-environment 本番環境

{{% capture overview %}}

このセクションではKubernetesをセットアップして動かすための複数のやり方について説明します。

各Kubernetesソリューションはそれぞれ、メンテナンス性、セキュリティ、管理、利用可能なリソース、クラスターの運用に専門知識が必要など、異なる要件があります。

Kubernetesクラスタはローカルマシン、クラウド、オンプレのデータセンターにデプロイすることもできますし、マネージドのKubernetesクラスターを選択することもできます。複数のクラウドプロバイダーやベアメタルの環境に跨ったカスタムソリューションを選ぶことも可能です。

簡潔に言えば、学習用としても、本番環境用としてもKubernetesクラスターを作成することができます。

{{% /capture %}}

{{% capture body %}}

環境について学ぶ

Kubernetesについて学んでいる場合、Dockerベースのソリューションを使いましょう。これらはKubernetesコミュニティにサポートされていたり、あるいはKubernetesクラスターをローカル環境にセットアップするエコシステムを持っていたりします。

{{< table caption="Local machine solutions table that lists the tools supported by the community and the ecosystem to deploy Kubernetes." >}}

コミュニティ エコシステム
Minikube CDK on LXD
kind (Kubernetes IN Docker) Docker Desktop
Minishift
MicroK8s
IBM Cloud Private-CE (Community Edition)
IBM Cloud Private-CE (Community Edition) on Linux Containers
k3s

本番環境

本番環境用のソリューションを評価する際には、Kubernetesクラスター(または抽象レイヤ)の運用においてどの部分を自分で管理し、どの部分をプロバイダーに任せるのかを考慮してください。

Certified Kubernetesプロバイダーの一覧については、"Partners"を参照してください。

{{% /capture %}}