Top "Kubernetes-pod" questions

Kubernetes-pod refers to Pods, the smallest deployable units of computing that can be created and managed in the cluster management software Kubernetes.

Restart pods when configmap updates in Kubernetes?

How do I automatically restart Kubernetes pods and pods associated with deployments when their configmap is changed/updated? I know …

kubernetes kubernetes-pod configmap
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
How to configure a Kubernetes Multi-Pod Deployment

I would like to deploy an application cluster by managing my deployment via k8s Deployment object. The documentation has …

deployment kubernetes containers google-kubernetes-engine kubernetes-pod
Executing multiple commands( or from a shell script) in a kubernetes pod

I'm writing a shell script which needs to login into the pod and execute a series of commands in a …

kubernetes kubernetes-pod
Pods stuck in PodInitializing state indefinitely

I've got a k8s cronjob that consists of an init container and a one pod container. If the init …

kubernetes kubernetes-pod kubernetes-cronjob kubernetes-jobs
pod has unbound immediate PersistentVolumeClaims (repeated 3 times)

What is wrong with below. # config for es data node apiVersion: v1 kind: ConfigMap metadata: namespace: infra name: elasticsearch-data-config labels: …

kubernetes kubernetes-pod kubernetes-pvc
Kubernetes - pod has unbound immediate PersistentVolumeClaims

I'm using mysql Kubernetes statefulset, i mapped PVs to host directory (CentOS 8 VM) but getting " pod has unbound immediate PersistentVolumeClaims" …

kubernetes kubernetes-pod kubernetes-statefulset
The node was low on resource: ephemeral-storage

All the pods of a node are on Evicted state due to "The node was low on resource: ephemeral-storage." portal-59978…

kubernetes kubernetes-pod
Kubernetes Pods Terminated - Exit Code 137

I need some advise on an issue I am facing with k8s 1.14 and running gitlab pipelines on it. Many …

linux kubernetes kubernetes-pod amazon-eks
Can not delete pods in Kubernetes

I tried installing dgraph (single server) using Kubernetes. I created pod using: kubectl create -f https://raw.githubusercontent.com/dgraph-io/…

kubernetes kubectl kubernetes-pod kubernetes-deployment