Info
Content
Setting up of Kubernetes Cluster
Setup master and worker node VM's
Setup VPS and install docker (all nodes) Refer: https://projects-srv2.kondgekar.com/projects/cbo...
Create service account
Ref: https://computingforgeeks.com/create-admin-user-to-access-kubernetes-dashboard/ admin-sa.ym...
Accessing Kubernetes Dashboard
To install kubernetes dashboard on master node make sure to install it before worker nodes join k...
Setting up persistant storage using OpenEBS
Install iSCSI on all nodes Refer: https://docs.openebs.io/docs/next/prerequisites.html Install ...
Deploy private docker registry in kubernetes
Step 1: Creating files for authentication Make a folder and open terminal within a folder create...
Installation of Ingress nginx
Refer: https://github.com/kubernetes/ingress-nginx Install using baremetal Refer: https://kuber...
Host Docker private registry using Ingress
Make sure ingress nginx is installed and following command shows external Ip assigned kubectl ge...