Kubernetes-pod refers to Pods, the smallest deployable units of computing that can be created and managed in the cluster management software Kubernetes.
How do I automatically restart Kubernetes pods and pods associated with deployments when their configmap is changed/updated? I know …
kubernetes kubernetes-pod configmapI have a MySQL pod running in my cluster. I need to temporarily pause the pod from working without deleting …
docker kubernetes kubernetes-podI 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-podI'm writing a shell script which needs to login into the pod and execute a series of commands in a …
kubernetes kubernetes-podI'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-jobsWhat 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-pvcI'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-statefulsetAll the pods of a node are on Evicted state due to "The node was low on resource: ephemeral-storage." portal-59978…
kubernetes kubernetes-podI 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-eksI 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