
Reasons for OOMKilled in kubernetes - Stack Overflow
Jun 22, 2020 · Kubernetes has a different approach: with the node allocatable feature enabled (which is the default currently) it "carves" only a part of the node's memory for use by the pods. How much that …
kubectl - How to login/enter in kubernetes pod - Stack Overflow
May 15, 2021 · I have kubernetes pods running as shown in command "kubectl get all -A " : and same pods are shown in command "kubectl get pod -A" : I want to enter/login to any of these pod (all are in …
Error: Kubernetes cluster unreachable: Get "http://localhost:8080 ...
Jul 24, 2020 · "Working with Kubernetes Clusters Helm interacts directly with the Kubernetes API server. For that reason, Helm needs to be able to connect to a Kubernetes cluster. Helm attempts to do this …
kubernetes - How to check if network policy have been applied to pod ...
Feb 22, 2019 · I'm trying to restrict to my openvpn to allow accessing internal infrastructure and limit it only by 'develop' namespace, so I started with simple policy that denies all egress traffic and see no e...
Is there a way to share secrets across namespaces in Kubernetes ...
Sep 19, 2017 · Is there a way to share secrets across namespaces in Kubernetes? My use case is: I have the same private registry for all my namespaces and I want to avoid creating the same secret …
Kubernetes: kubectl run: command not found - Stack Overflow
Mar 26, 2019 · I was running kubectl command to deploy my application in the gcloud. But suddenly the kubectl command stopped working. kubectl command is working fine but for everything else it say …
Kubernetes POD delete with Pattern Match or Wildcard
Am I missing something to delete POD using Pattern Match or with Wilcard? When using Kubernetes it is more common to use labels and selectors. E.g. if you deployed an application, you usually set a …
kubernetes - How to see logs of terminated pods - Stack Overflow
Jul 12, 2019 · I am running selenium hubs and my pods are getting terminated frequently. I would like to look at the logs of the pods which are terminated. How to do it? NAME ...
Kubernetes - pod has unbound immediate PersistentVolumeClaims
42 I'm using mysql Kubernetes statefulset, i mapped PVs to host directory (CentOS 8 VM) but getting " pod has unbound immediate PersistentVolumeClaims"
Are Containers and Kubernetes IaaS or PaaS? - Stack Overflow
Aug 12, 2020 · Kubernetes is neither IaaS nor PaaS. It's a container orchestration engine which makes it more like a Container As A Service or CaaS. You need a IaaS layer below kubernetes to provide it …