10 likes | 29 Views
In this blog, we are going to provide you with how to make a connection between Local Systems and Kubernetes(k8s).
E N D
BEGINNER’S GUIDE TO SETUP KUBERNETES BEGINNERS GUIDE TO SETUP KUBERNETES Before diving into the Kubernetes dashboard, just have a glimpse over what the heck is Kubernetes. Kubernetes is an open-source system automating application deployment, scaling, and management. STEPS TO INSTALL KUBERNETES The dashboard provides an overview of the pods/clusters that runs on your machine. Moreover, it tells the creation and modification of individual Kubernetes resources, eg. deployments, jobs, etc. INSTALL KUBERNETES Once the Kubernetes-dashboard-x container goes to the "Running" state, then we can initiate kubectl proxy with the below-given command. If you want to start only in localhost then you can change the address option to the localhost. KUBERNETES DASHBOARD TOKEN http://localhost:8001/api/v1/namespaces /kube-system/services/https:kubernetes- dashboard:/proxy/.The given link will direct you to the Kubernetes dashboard. Here, to build a connection we need a token (key). And the key will be explained to you by the below commands. KUBERNETES OPERATIONS As mentioned in the below screenshot, that shows you to opt from those 2 options, i.e. Kubeconfig & Token. We prefer you to select token, and insert the key and proceed with the sign-in process. Visit: https://blog.paradisetechsoft.com/installing-the- kubernetes-dashboard/