
kubernetes - kubectl ls -- or some other way to see into a POD
Jan 3, 2018 · I'm using kubectl cp to copy a jar file from my local file system into a the home directory of a POD in my minikube environment. However, the only way I can confirm that the …
Kubernetes how to make Deployment to update image
Nov 2, 2016 · If you want a kubernetes deployment to start a new pod using the same image (and this trick only works with the "latest" tag) you have to specify it without a tag. Next time add the …
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?
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 …
kubernetes - Namespace "stuck" as Terminating. How do I remove …
I've had a "stuck" namespace that I deleted showing in this eternal "terminating" status.
how to redirect http to https using a kubernetes ingress controller …
Sep 17, 2019 · I have configured amazon certificate manager, ALB Ingress Controller and a domain names for my application. I can access my application through port 80 and port 443 …
kubernetes - Listing all resources in a namespace - Stack Overflow
Dec 7, 2017 · I would like to see all resources in a namespace. Doing kubectl get all will, despite of the name, not list things like services and ingresses. If I know the the type I can explicitly …
How to list all namespaces in a cluster? - Stack Overflow
Aug 28, 2019 · Command : kubectl describe ns Kubernetes Cluster - List/Describe Namespaces: Command : kubectl get ns Describe Namese command : (It will list namespaces along with …
memory - What are the difference between M and Mi in …
Jun 10, 2021 · What are the difference between M and Mi in Kubernetes resources documentation? Asked 4 years, 1 month ago Modified 2 years, 5 months ago Viewed 34k times