The Kubernetes command-line tool, kubectl, allows you to run commands against Kubernetes clusters.
Is there any way to share the directory/files to kubernetes container from your local system? I have a deployment …
kubernetes kubectl minikubeWhen I am using below it deletes the running POD after matching the pattern from commandline: kubectl get pods -n …
kubernetes kubectl kubernetes-podI was a little confused with below command: kubectl run busybox --image=busybox --restart=Never -o yaml --dry-run -- /bin/…
kubernetes arguments command kubectl busyboxI have followed the documentation for spinning up an EKS cluster that says to make a service role with certain …
amazon-web-services kubernetes kubectl amazon-eksCan I set the default namespace? That is: $ kubectl get pods -n NAMESPACE It saves me having to type it …
kubernetes kubectlHi i am new to kubernets, i am using minikube single node cluster for local development and testing. Host: Ubuntu 16.04 …
apache-kafka kubernetes kubectl minikube kafkacatI have aws-eks cluster and below is my command to replace existing the configuration. kubectl create configmap flink-config --from-file=./config …
kubernetes kubectl amazon-eks kubeconfigI have 2 services. One containing 2 pod replicas for a web application which is dependent on another backend service having pod (2 …
kubernetes kubectl kubernetes-helmI'm using Kubernetes v1.8.14 on custom built CoreOS cluster: $ kubectl version --short Client Version: v1.10.5 Server Version: v1.8.14+coreos.0 When …
kubernetes kubectl coreos rbacI have an instance of a Kubernetes Custom Resource that I want to patch via the Kubernetes API using a …
kubernetes kubectl kubernetes-custom-resources