Kubernetes

New User Failed Run Kubectl with Error “The connection to the server xxx.xxx.xxx was refused – did you specify the right host or port?”

The Problem When run kubectl from a new created user, failed with error: The connection to the server xxx.xxx.xxx was…

How to schedule master node running pod/service as a worker node

Question: How can I schedule master node running pod/service as worker node? By deafult, only worker node could run the…

Endpoint is not Created for Service in Kubernetes

The Problem Endpoints shows 'none': $ kubectl get svc NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE kubernetes ClusterIP 10.yy.0.1 <none> 443/TCP…

Troubleshooting kubectl Error: The connection to the server x.x.x.x:6443 was refused – did you specify the right host or port?

This document describes steps to troubleshoot kubectl error: The connection to the server x.x.x.x:6443 was refused - did you specify…