About 16,400,000 results
Open links in new tab
  1. 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...

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

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

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

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

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

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

  8. kubernetes - how to configure ingress to direct traffic to an https ...

    Jan 31, 2019 · I have a backend using https. I want to separate load on that back-end based on URL/path. I decided to use ingress to do this url/path based logic in order to move traffic to different …

  9. How to find the url of a service in kubernetes? - Stack Overflow

    Jan 2, 2020 · I have a local kubernetes cluster on my local docker desktop. This is how my kubernetes service looks like when I do a kubectl describe service Name: helloworldsvc Namespace: t...

  10. kubernetes - What is the best practice to have request and limit values ...

    Jul 28, 2021 · An 8x difference between requests and limits "feels" very large to me. Given your setup, the kubectl describe node output looks about right to me. Notice that the resource requests are very …