Top "Kubectl" questions

The Kubernetes command-line tool, kubectl, allows you to run commands against Kubernetes clusters.

Changing image tags and name with kustomization.yaml

According to the official documentation I should be able to easily override the tags and name of my docker images …

docker kubernetes tags kubectl kustomize
AWS ECR PULL no basic auth credentials

I'm deploying Azure K8s cluster with Terraform, and the image is hosted in Amazon ECR. The deployment fails at …

azure kubernetes kubectl azure-aks terraform-provider-azure
How to use helmfile

helmfile was released recently and we would like to adopt it. https://github.com/roboll/helmfile my simple helmfile: vim …

deployment kubernetes kubectl helmfile kubernetes-helm
Restart Kubernetes API server with different options

I'm pretty new to Kubernetes and clusters so this might be very simple. I set up a Kubernetes cluster with 5 …

authentication kubernetes kubectl kubeadm
Kubectl exec command to write contents to a file in the pod

I am trying below command kubectl exec -it sss-pod-four echo "hi" >> /mnt/sss/testnew.txt But it throws …

kubernetes exec kubectl
How to pause a kubernetes service

I've got a setup described bellow - so a simple replication controller, service and an https ingress deployed with kubernetes …

kubernetes kubectl kubernetes-health-check google-compute-engine
Kubernetes - How to know latest supported API version

Is there a table that will tell me which set of API versions I should be using, given a k8…

kubernetes kubectl
How to make two Kubernetes Services talk to each other?

Currently, I have working K8s API pods in a K8s service that connects to a K8s Redis …

kubernetes cluster-computing kubectl
Minikube: kubectl connection refused - did you specify the right host or port?

I try to run minikube v0.22.1 and kubectl v1.7.5 on MacOS with Virtualbox. $ minikube start Starting local Kubernetes v1.7.5 cluster... …

kubernetes kubectl minikube
Create Daemonset using kubectl?

I took the CKA exam and I needed to work with Daemonsets for quite a while there. Since it is …

kubernetes kubectl daemonset