So I did the following: minikube dashboard kubectl proxy And it says Starting to serve on 127.0.0.1:8001, however this port is not open on my VM (not inclu
I am setting up the kubernetes setup for django webapp. I am passing environment variable while creating deployment as below kubectl create -f deployment.yml
I'm trying to put a Service Account into a secret - I did it previously a year ago and it works but now - no matter how I approach it, the application doesn't s
I have tried below command. but this command gets all the pods which are not running for some reason any other way to do this kubectl delete pods -A --field-s
I used to create deployments quickly using imperative commands kubectl run nginx --image=nginx --restart=Always --port=80 --replicas=3 . Now run command wit
Ok, I installed kubectl in the following way on my Mac: 1) installed gcloud using homebrew 2) installed kubectl using gcloud components install. I want to run
Following the docs and this question, I am trying to pull a image that I created locally with docker while creating deployment with kubectl. I am looking for so
I have followed the helloword tutorial on http://kubernetes.io/docs/hellonode/. When I run: kubectl run hello-node --image=gcr.io/PROJECT_ID/hello-node:v1 --por
I am trying to run kubectl virt commands to manage my virtual machine via PHP. First, I log in to my server with phpseclib with the following code: $ssh = new S
I can sort my Kubernetes pods by name using: kubectl get pods --sort-by=.metadata.name How can I sort them (or other resoures) by age using kubectl?
I'm trying to follow GitHub - kubernetes/dashboard: General-purpose web UI for Kubernetes clusters. deploy/access: # export KUBECONFIG=/etc/kubernetes/admin.c
When I try any kubectl command, it always returns: Unable to connect to the server: EOF I followed these tutorials: https://kubernetes.io/docs/tasks/tools/ins
I'm beginning to build out a kubernetes cluster for our applications. We are using Azure for cloud services, so my K8s cluster is built using AKS. The AKs clust
I have a batch job which breaks down in 3 tasks that each depend on the previous finishing before they can start: Run a single pod Run N pods in parallel (.spec
I installed Kubernetes in virtual BOX previously it was working properly but not it is showing The connection to the server 192.168.42.141:6443 was refused - d
I'm using microk8s in ubuntu I'm trying to run a simple hello world program but I got the error when pod created. kubelet does not have ClusterDNS IP co
I am trying to deploy a mongo db deployment together with service, as follows: apiVersion: apps/v1 kind: Deployment metadata: name: mongo-deployment labels:
I have a pod running and want to port forward so i can access the pod from the internal network. I don't know what port it is listening on though, there is no s
I have a pod running and want to port forward so i can access the pod from the internal network. I don't know what port it is listening on though, there is no s
Why is kubectl not asking for a password? I have created a kubernetes cluster on my server with kubeadm than I installed kubectl on my local machine and copied