forked from kubernetes/website
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate content/ja/docs/tasks/_index.md into Japanese (kubernetes#1…
…7789) * add task index * huge page
- Loading branch information
1 parent
c80c9f9
commit 3fdda51
Showing
1 changed file
with
85 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
--- | ||
title: タスク | ||
main_menu: true | ||
weight: 50 | ||
content_template: templates/concept | ||
--- | ||
|
||
{{< toc >}} | ||
|
||
{{% capture overview %}} | ||
|
||
Kubernetesドキュメントのこのセクションには、個々のタスクの実行方法を示すページが含まれています。 | ||
タスクページは、通常、短い手順を実行することにより、1つのことを行う方法を示します。 | ||
|
||
{{% /capture %}} | ||
|
||
{{% capture body %}} | ||
|
||
## Web UI (ダッシュボード) | ||
|
||
ダッシュボードWeb UIを展開してアクセスし、Kubernetesクラスター内のコンテナ化されたアプリケーションの管理と監視に役立てます。 | ||
|
||
## kubectlコマンドラインツールの使用 | ||
|
||
Kubernetesクラスターを直接管理するために使用される`kubectl`コマンドラインツールをインストールしてセットアップします。 | ||
|
||
## Podとコンテナの設定 | ||
|
||
Podとコンテナの一般的な設定タスクを実行します。 | ||
|
||
## アプリケーションの実行 | ||
|
||
ローリングアップデート、Podへの情報の注入、水平Podオートスケーリングなど、一般的なアプリケーション管理タスクを実行します。 | ||
|
||
## ジョブの実行 | ||
|
||
並列処理を使用してジョブを実行します。 | ||
|
||
## クラスター内のアプリケーションへのアクセス | ||
|
||
クラスター内のアプリケーションにアクセスするために、負荷分散、ポート転送を設定するか、ファイアウォールまたはDNSの設定をセットアップします。 | ||
|
||
## 監視、ログ、デバッグ | ||
|
||
クラスタのトラブルシューティングまたはコンテナ化されたアプリケーションのデバッグのために、監視とログを設定します。 | ||
|
||
## Kubernetes APIへのアクセス | ||
|
||
Kubernetes APIに直接アクセスするためのさまざまな方法を学びます。 | ||
|
||
## TLSの使用 | ||
|
||
クラスタールート認証局(CA)を信頼して使用するようにアプリケーションを設定します。 | ||
|
||
## クラスターの管理 | ||
|
||
クラスターを管理するための一般的なタスクを学びます。 | ||
|
||
## フェデレーションの管理 | ||
|
||
クラスタフェデレーションのコンポーネントを設定します。 | ||
|
||
## ステートフルなアプリケーションの管理 | ||
|
||
StatefulSetのスケーリング、削除、デバッグなど、ステートフルなアプリケーションを管理するための一般的なタスクを実行します。 | ||
|
||
## クラスターデーモン | ||
|
||
ローリングアップデートの実行など、DaemonSetを管理するための一般的なタスクを実行します。 | ||
|
||
## GPUの管理 | ||
|
||
クラスター内のノードがリソースとして使用するNVIDIA GPUを設定およびスケジュールします。 | ||
|
||
## Huge Pageの管理 | ||
|
||
クラスター内のスケジュール可能なリソースとしてHuge Pageを構成およびスケジュールします。 | ||
|
||
{{% /capture %}} | ||
|
||
{{% capture whatsnext %}} | ||
|
||
タスクページを作成する場合は、[ドキュメントのPull Requestの作成](/docs/home/contribute/create-pull-request/)を参照してください。 | ||
|
||
{{% /capture %}} |