Kubernetes Cluster Deployment on Ubuntu Linux
Introduction
When it comes to deploying Kubernetes cluster for the first time I always prefer doing it the manual way. You must be surprised why so! The reason is when you want to learn any technology or tool you should always approach it in a step b...
blog.learncodeonline.in7 min read
Nirmal
NameKubernetes
Hello Akash After installing kubectl while checking the version it's showing some connection refused to local hosts
root@k8s-master:/etc# kubectl version Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.0", GitCommit:"c2b5237ccd9c0f1d600d3072634ca66cefdf272f", GitTreeState:"clean", BuildDate:"2021-08-04T18:03:20Z", GoVersion:"go1.16.6", Compiler:"gc", Platform:"linux/amd64"} The connection to the server localhost:8080 was refused - did you specify the right host or port?