About 50 results
Open links in new tab
  1. 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).

  2. kubernetes - How to check if network policy have been applied to …

    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 …

  3. kubernetes - What is a headless service, what does it …

    Nov 18, 2021 · Let me break this question into each sub-parts the way we do in agile. What exactly is a headless service. It is used for discovering individual pods (especially IPs) which …

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

  5. Kubernetes: how to set VolumeMount user group and file …

    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 …

  6. Docker for Windows stuck at "Kubernetes is Starting" after …

    Aug 29, 2019 · Unfortunately, after updating, Kubernetes was no longer working as it is always stuck at "Kubernetes is Starting". I have tried the following so far. Restarting Docker Resetting …

  7. kubernetes - Pods stuck in Terminating status - Stack Overflow

    Feb 17, 2016 · I tried to delete a ReplicationController with 12 pods and I could see that some of the pods are stuck in Terminating status. My Kubernetes cluster consists of one control plane …

  8. memory - What are the difference between M and Mi in …

    Jun 10, 2021 · What are the difference between M and Mi in Kubernetes resources documentation? Asked 4 years, 6 months ago Modified 2 years, 9 months ago Viewed 37k times

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

  10. How can I keep a container running on Kubernetes?

    Aug 7, 2015 · I'm now trying to run a simple container with shell (/bin/bash) on a Kubernetes cluster. I thought that there was a way to keep a container running on a Docker container by …