约 30,900,000 个结果
在新选项卡中打开链接
  1. kubernetes - How to check if network policy have been applied to …

    2019年2月22日 · 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. Reasons for OOMKilled in kubernetes - Stack Overflow

    2020年6月22日 · 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 …

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

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

  4. kubernetes - How does kubectl port-forward create a connection?

    2018年7月23日 · 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 - Setting secrets as environment variables in …

    2022年7月12日 · 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 …

  6. kubernetes - Complete list of pod statuses - Stack Overflow

    2021年9月2日 · When you run "kubectl get pods -A -o wide" you get a list of pods and a STATUS column. Where can I get a list of the possible status options? What I trying to do is …

  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. kubernetes - Ingress configuration for k8s in different namespaces ...

    2020年1月21日 · I need to configure Ingress Nginx on azure k8s, and my question is if is possible to have ingress configured in one namespace et. ingress-nginx and some serivces in other …

  9. kubernetes - What is the difference between a pod and a …

    2019年6月8日 · 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.

  10. kubernetes - How to see logs of terminated pods - Stack Overflow

    2019年7月12日 · 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 ...