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

  3. What is an 'endpoint' in Kubernetes? - Stack Overflow

    Oct 17, 2018 · 155 I am new to Kubernetes and started reading through the documentation. There often the term 'endpoint' is used but the documentation lacks an explicit definition. What is an 'endpoint' in …

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

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

  6. logging - How do I get logs from all pods of a Kubernetes replication ...

    Oct 12, 2015 · Running kubectl logs shows me the stderr/stdout of one Kubernetes container. How can I get the aggregated stderr/stdout of a set of pods, preferably those created by a certain replication …

  7. kubernetes - What is a headless service, what does it do/accomplish ...

    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 allows another …

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

  9. What's the difference between Docker Compose and Kubernetes?

    Kubernetes (from Introduction to Kubernetes): Kubernetes is a container orchestrator like Docker Swarm, Mesos Marathon, Amazon ECS, Hashicorp Nomad. Container orchestrators are the tools …

  10. How to switch namespace in kubernetes - Stack Overflow

    Mar 27, 2019 · How to switch namespace in kubernetes Asked 6 years, 11 months ago Modified 12 days ago Viewed 423k times