1 / 1

Beginner’s Guide to Setup Kubernetes

In this blog, we are going to provide you with how to make a connection between Local Systems and Kubernetes(k8s).

Download Presentation

Beginner’s Guide to Setup Kubernetes

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 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/

More Related