About 8,970,000 results
Open links in new tab
  1. 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 …

  2. What is the meaning of CPU and core in Kubernetes?

    Aug 30, 2019 · 70 To clarify what's described here in the Kubernetes context, 1 CPU is the same as a core (Also more information here).

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

  4. kubernetes - Setting secrets as environment variables in …

    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 …

  5. kubernetes - Kubectl error: memcache.go:265] couldn’t get current ...

    Aug 5, 2023 · In Kubernetes, the KUBECONFIG environment variable designates the location of the Kubernetes configuration file. This file holds details about clusters, contexts, and user …

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

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

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

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

    Kubernetes (2021) is the most popular distributed system orchestrator in the world with 88% adoption Because of its near ubiquity, K8S has become the most popular contemporary …

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

    Jan 7, 2019 · 1 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.

  10. kubernetes - Keep running into "exceeded its progress dead line ...

    Dec 31, 2019 · Then, in next task Deploy to Kubernetes cluster, because of the same reason, here the task will re-created a another new namespace default (Note: this is not same with the …