Difference between revisions of "Installation Kubernetes dashboard using kubectl apply"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
<pre>
+
 
 
  [[kubectl apply]] -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.4.0/aio/deploy/recommended.yaml
 
  [[kubectl apply]] -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.4.0/aio/deploy/recommended.yaml
 
  namespace/kubernetes-dashboard created
 
  namespace/kubernetes-dashboard created
Line 22: Line 22:
  
 
  Use [[secret]] in <code>[[kubectl describe secret -n kubernetes-dashboard]]</code>
 
  Use [[secret]] in <code>[[kubectl describe secret -n kubernetes-dashboard]]</code>
</pre>
 
  
 
== See also ==
 
== See also ==

Revision as of 16:47, 13 June 2022

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.4.0/aio/deploy/recommended.yaml
namespace/kubernetes-dashboard created
serviceaccount/kubernetes-dashboard created
service/kubernetes-dashboard created
secret/kubernetes-dashboard-certs created
secret/kubernetes-dashboard-csrf created
secret/kubernetes-dashboard-key-holder created
configmap/kubernetes-dashboard-settings created
role.rbac.authorization.k8s.io/kubernetes-dashboard created
clusterrole.rbac.authorization.k8s.io/kubernetes-dashboard created
rolebinding.rbac.authorization.k8s.io/kubernetes-dashboard created
clusterrolebinding.rbac.authorization.k8s.io/kubernetes-dashboard created
deployment.apps/kubernetes-dashboard created
service/dashboard-metrics-scraper created
deployment.apps/dashboard-metrics-scraper created
kubectl proxy
Starting to serve on 127.0.0.1:8001

Connect to: http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/
Use secret in kubectl describe secret -n kubernetes-dashboard

See also

Advertising: