|
- kubernetes - How to check if network policy have been applied to pod . . .
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
- What is the meaning of CPU and core in Kubernetes?
To clarify what's described here in the Kubernetes context, 1 CPU is the same as a core (Also more information here)
- kubernetes - Setting secrets as environment variables in deployment . . .
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 environment variables in the deployment file?
- kubernetes - Complete list of pod statuses - Stack Overflow
When you run quot;kubectl get pods -A -o wide quot; 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 generate a list of sta
- kubernetes - How does kubectl port-forward create a connection? - Stack . . .
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 external network But in case of port-forward how does kubectl create a connection to the application without an IP address which is accessible externally?
- kubernetes - What is the difference between a pod and a deployment . . .
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
- x509certificate - Kubernetes: expired certificate - Stack Overflow
Our Kubernetes 1 6 cluster had certificates generated when the cluster was built on April 13th, 2017 On December 13th, 2017, our cluster was upgraded to version 1 8, and new certificates were gen
- How can I trigger a Kubernetes Scheduled Job manually?
I've created a Kubernetes Scheduled Job, which runs twice a day according to its schedule However, I would like to trigger it manually for testing purposes How can I do this?
|
|
|