Amazon EKS clusters require kubectl and kubelet binaries and the aws-cli or aws-iam-authenticator binary to allow IAM authentication for your Kubernetes cluster.
kubectl
The connection to the server localhost:8080 was refused – did you specify the right host or port?
Locally run kubernetes requires to set proper context to access the cluster.
How to Delete a Pod from Kubernetes Node to schedule it on another Node
You can easily delete pods running on one Node and start them on another Node using codon feature.
How to wait for till Kubernetes persistentvolumeclaim is Bound and pod is in Ready state
Parse the json output of the kubernetes object and apply wait condition on status.
How to find the current CPU and Memory usage of all the pods in kubernetes cluster
The kubelet acts as a bridge between the Kubernetes master and the nodes, managing the pods and containers running on a machine. The kubelet translates each pod into its constituent containers and fetches individual container usage statistics from the container runtime through the container runtime interface. The kubelet fetches this information from the integrated cAdvisor for the legacy Docker integration. It then exposes the aggregated pod resource usage statistics through the metrics-server Resource Metrics API.
How to install sqlcmd on kubernetes pod container to test sql server connection
This article covers setting up of mssql-tools which includes the sqlcmd client utility. These steps are needed for container in which you wish to use the sqlcmd command or other Microsoft-originating utilities on Ubuntu to interact with an MSSQL Server.
How to install kops, kubectl using additionalUserData in kops cluster.yaml template
Additional user-data can be passed to the host provisioning by setting the additionalUserData field.
How to create AWS Kubernetes cluster using kops cluster template
You can install a Kubernetes cluster on AWS using a tool called kops. kops provisions fully automated installation of cluster.