
How do I mount a single file from a secret in Kubernetes?
Nov 14, 2018 · How do I mount a single file from a secret in Kubernetes? Asked 6 years, 7 months ago Modified 2 years, 3 months ago Viewed 85k times
My kubernetes pods keep crashing with "CrashLoopBackOff" but I …
Jan 12, 2017 · I finally understand why my pod went in CrashLoopBackOff state. I have added commands in my pod yaml, but the pods still goes in that state. Would adding a delay help? if …
kubernetes - How to schedule pods restart - Stack Overflow
Sep 20, 2018 · Is it possible to restart pods automatically based on the time? For example, I would like to restart the pods of my cluster every morning at 8.00 AM.
kubernetes - how to configure ingress to direct traffic to an https ...
Jan 31, 2019 · I have a backend using https. I want to separate load on that back-end based on URL/path. I decided to use ingress to do this url/path based logic in order to move traffic to …
What is the meaning of CPU and core in Kubernetes?
Aug 30, 2019 · To clarify what's described here in the Kubernetes context, 1 CPU is the same as a core (Also more information here). 1000m (milicores) = 1 core = 1 vCPU = 1 AWS vCPU = 1 …
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, …
How to expose a Kubernetes service on a specific Nodeport?
Oct 17, 2018 · kubectl delete service kubernetes-dashboard -n kube-system Expose the Dashboard deployment as a NodePort. kubectl expose deployment kubernetes-dashboard -n …
Kubernetes: how to scale my pods - Stack Overflow
Kubernetes: how to scale my pods Asked 8 years, 11 months ago Modified 1 year, 3 months ago Viewed 166k times
Get YAML for deployed Kubernetes services? - Stack Overflow
May 12, 2017 · The same issue is discussed at kubernetes GitHub issues page and the user "alahijani" made a bash script that exports all yaml and writes them to single files and folders. …
kubernetes - What is the best practice to have request and limit …
Jul 28, 2021 · An 8x difference between requests and limits "feels" very large to me. Given your setup, the kubectl describe node output looks about right to me. Notice that the resource …