kubernetes /ダッシュボードをはじめ

KubernetesダッシュボードはKubernetesクラスタのための一般的な目的は、WebベースのUIです。これにより、ユーザーはクラスタ内で実行中のアプリケーションを管理し、それらをトラブルシューティングすることができます、だけでなく、クラスタ自体を管理します。

ダッシュボードのUIのワークロードのページ

入門

重要:読み取り  アクセスコントロールの  任意のさらなるステップを実行する前に、ガイドを。デフォルトのダッシュボードの展開を実行するために必要なRBAC権限の最小セットが含まれています。

ダッシュボードを展開するには、以下のコマンドを実行します。

$のkubectlは-f https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml適用されます

ローカル・ワークステーションからのダッシュボードにアクセスするには、あなたのKubernetesクラスタへのセキュアなチャネルを作成する必要があります。次のコマンドを実行します。

$のkubectlプロキシ

今でダッシュボードにアクセスします。

http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/

アン認証トークン(RBAC)を作成します。

To find out how to create sample user and log in follow Creating sample user guide.

NOTE:

  • Kubeconfig Authentication method does not support external identity providers or certificate-based authentication.
  • Dashboard can only be accessed over HTTPS
  • Heapster has to be running in the cluster for the metrics and graphs to be available. Read more about it in Integrationsguide.

Documentation

Dashboard documentation can be found on docs directory which contains:

コミュニティ、ディスカッション、貢献、およびサポート

上Kubernetesコミュニティと係合する方法を学ぶ  コミュニティページ

あなたはこのプロジェクトでのメンテナに到達することができます:

貢献

上の貢献を起動する方法を学ぶ  貢献Guidline

行動規範

Kubernetesコミュニティへの参加は、によって支配されている  行動の規範Kubernetes

おすすめ

転載: www.cnblogs.com/ExMan/p/11654925.html