About 10,200,000 results
Open links in new tab
  1. What is the meaning of CPU and core in Kubernetes?

    Aug 30, 2019 · Some use a term like "CPU", but some use "core". I am running Kubernetes in my laptop for testing purpose. My laptop has one CPU (2.2 GHz) and four cores. If I want to set …

  2. How to expose a Kubernetes service on a specific Nodeport?

    kubectl delete service kubernetes-dashboard -n kube-system Expose the Dashboard deployment as a NodePort. kubectl expose deployment kubernetes-dashboard -n kube-system - …

  3. kubernetes - Namespace "stuck" as Terminating. How do I remove …

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

  4. kubernetes - Ingress configuration for k8s in different namespaces ...

    Jan 21, 2020 · Ingress rules: separate Kubernetes resources with kind: Ingress. Will only take effect if Ingress Controller is already deployed on that node. While Ingress Controller can be …

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

  6. kubernetes - How can I correctly setup custom headers with nginx ...

    Jan 7, 2019 · For ingress-nginx, i.e Kubernetes ingress you can use this snippet on the ingress resource to understand what you can use to pass additional headers to client and backend.

  7. kubectl - How to login/enter in kubernetes pod - Stack Overflow

    May 15, 2021 · I have kubernetes pods running as shown in command "kubectl get all -A " : and same pods are shown in command "kubectl get pod -A" : I want to enter/login to any of these …

  8. kubernetes - Difference between daemonsets and deployments

    Dec 21, 2018 · Kubernetes deployments manage stateless services running on your cluster (as opposed to for example StatefulSets which manage stateful services). Their purpose is to …

  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 …

  10. Kubernetes: Can't delete PersistentVolumeClaim (pvc)

    Kubernetes: Can't delete PersistentVolumeClaim (pvc) Asked 7 years, 3 months ago Modified 1 year, 4 months ago Viewed 124k times