
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...
What is the meaning of CPU and core in Kubernetes?
Aug 30, 2019 · To clarify what's described here in the Kubernetes context, 1 CPU is the same as a core (Also more information here).
kubernetes - Setting secrets as environment variables in deployment ...
Jul 12, 2022 · I'm currently working on a Kubernetes deployment file and I need to set the environment variables that the container will have. Is there a way to set Kubernetes secrets as environment …
kubernetes - How does kubectl port-forward create a connection?
Jul 23, 2018 · As far as I understand, to access any application within Kubernetes cluster there should be a Service resource created and that should have an IP address which is accessible from an …
kubernetes - Complete list of pod statuses - Stack Overflow
Sep 2, 2021 · When you run "kubectl get pods -A -o wide" you get a list of pods and a STATUS column. Where can I get a list of the possible status options? What I trying to do is …
kubernetes - What is the difference between a pod and a deployment ...
Jun 8, 2019 · In kubernetes Pods are the smallest deployable units. Every time when we create a kubernetes object like Deployments, replica-sets, statefulsets, daemonsets it creates pod.
Kubernetes: how to set VolumeMount user group and file permissions
Apr 21, 2017 · The Kubernetes securityContext, including fsGroup, does not change the ownership or permissions of files on hostPath volumes. This is because hostPath volumes directly mount …
How to set dynamic values with Kubernetes yaml file
Jan 17, 2018 · There is a ConfigMap feature with Kubernetes, but that's also write the key/value to the yaml file. Is there a way to set the key to environment variables?
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 - Ingress configuration for k8s in different namespaces ...
Jan 21, 2020 · I need to configure Ingress Nginx on azure k8s, and my question is if is possible to have ingress configured in one namespace et. ingress-nginx and some serivces in other namespace eg. …