Top "Kubernetes" questions

KUBERNETES QUESTIONS MUST BE DEVELOPER RELATED.

Kubernetes: list all pods and its nodes

I have 3 nodes, running all kinds of pods. I would like to jave a list of nodes and pods, for …

kubernetes
How can I update a secret on Kubernetes when it is generated from a file?

I've created a secret using kubectl create secret generic production-tls \ --from-file=./tls.key \ --from-file=./tls.crt If I'd like to …

kubernetes kubectl kubernetes-secrets
How do I delete clusters and contexts from kubectl config?

kubectl config view shows contexts and clusters corresponding to clusters that I have deleted. How can I remove those entries? …

kubernetes google-kubernetes-engine kubectl
how to stop/pause a pod in kubernetes

I have a MySQL pod running in my cluster. I need to temporarily pause the pod from working without deleting …

docker kubernetes kubernetes-pod
What's the difference between Docker Compose and Kubernetes?

While diving into Docker, Google Cloud and Kubernetes, and without clearly understanding all three of them yet, it seems to …

docker kubernetes docker-compose
How do you cleanly list all the containers in a kubernetes pod?

I am looking to list all the containers in a pod in a script that gather's logs after running a …

kubernetes
no matches for kind "Deployment" in version "extensions/v1beta1

I have been having the issue while deploying mojaloop .kubernetes is responding with an error log like I have checked …

kubernetes
kubectl error You must be logged in to the server (Unauthorized) when accessing EKS cluster

I have been trying to follow the getting started guide to EKS. When I tried to call kubectl get service …

amazon-web-services kubernetes
What's the best way to share/mount one file into a pod?

I was considering using secrets to mount a single file but it seems that you can only mount directory that …

kubernetes
Kubernetes API - gets Pods on specific nodes

Looking at http://kubernetes.io/docs/user-guide/labels/#selecting-sets-of-nodes it looks to be possible to select a certain range of …

kubernetes kubectl