About 16,400,000 results
Open links in new tab
  1. kubernetes - Namespace "stuck" as Terminating. How do I remove it ...

    I've had a "stuck" namespace that I deleted showing in this eternal "terminating" status.

  2. 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 …

  3. 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).

  4. 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...

  5. kubernetes - How to schedule pods restart - Stack Overflow

    Sep 20, 2018 · Is it possible to restart pods automatically based on the time? For example, I would like to restart the pods of my cluster every morning at 8.00 AM.

  6. 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 ...

  7. kubernetes - What's the best way to share/mount one file into a pod ...

    Oct 29, 2015 · I was considering using secrets to mount a single file but it seems that you can only mount directory that will overwrites all the other content. How can I share a single config file without …

  8. 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 …

  9. How can I trigger a Kubernetes Scheduled Job manually?

    Nov 3, 2016 · I've created a Kubernetes Scheduled Job, which runs twice a day according to its schedule. However, I would like to trigger it manually for testing purposes. How can I do this?

  10. 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 …