About 12,600,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 - 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 …

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

    Jan 21, 2020 · 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 …

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

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

  6. How to set dynamic values with Kubernetes yaml file

    Jan 17, 2018 · There is a ConfigMap feature with Kubernetes, but that's also write the key/value to the yaml file. Is there a way to set the key to environment variables?

  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 - Pods stuck in PodInitializing state indefinitely - Stack ...

    Nov 16, 2018 · I've got a k8s cronjob that consists of an init container and a one pod container. If the init container fails, the Pod in the main container never gets started, and stays in …

  9. Kubernetes: how to set VolumeMount user group and file …

    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 …

  10. Kubectl using command to get cluster status - Stack Overflow

    Feb 26, 2019 · The below command would display the health of scheduler, controller and etcd kubectl get cs Command below lists Kubernetes core components like, etcd, controller, …