The Kubernetes command-line tool, kubectl, allows you to run commands against Kubernetes clusters.
According to the official documentation I should be able to easily override the tags and name of my docker images …
docker kubernetes tags kubectl kustomizeI'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-azurehelmfile was released recently and we would like to adopt it. https://github.com/roboll/helmfile my simple helmfile: vim …
deployment kubernetes kubectl helmfile kubernetes-helmI'm pretty new to Kubernetes and clusters so this might be very simple. I set up a Kubernetes cluster with 5 …
authentication kubernetes kubectl kubeadmI am trying below command kubectl exec -it sss-pod-four echo "hi" >> /mnt/sss/testnew.txt But it throws …
kubernetes exec kubectlI'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-engineIs there a table that will tell me which set of API versions I should be using, given a k8…
kubernetes kubectlCurrently, I have working K8s API pods in a K8s service that connects to a K8s Redis …
kubernetes cluster-computing kubectlI 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 minikubeI took the CKA exam and I needed to work with Daemonsets for quite a while there. Since it is …
kubernetes kubectl daemonset