Projects

Test that Everything is working fine

  1. To get the cluster details run:
kubectl cluster-info  --kubeconfig admin.kubeconfig

OUTPUT:

Kubernetes control plane is running at https://k8s-api-server.svc.darey.io:6443

To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
  1. To get the current namespaces:
kubectl get namespaces --kubeconfig admin.kubeconfig

OUTPUT:

NAME             ...
Learn More