|
- 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) 1000m (milicores) = 1 core = 1 vCPU = 1 AWS vCPU = 1 GCP Core 100m (milicores) = 0 1 core = 0 1 vCPU = 0 1 AWS vCPU = 0 1 GCP Core For example, an Intel Core i7-6700 has four cores, but it has Hyperthreading which doubles what the system sees in terms of cores So in essence
- kubernetes - Kubectl error: memcache. go:265] couldn’t get current . . .
In Kubernetes, the KUBECONFIG environment variable designates the location of the Kubernetes configuration file This file holds details about clusters, contexts, and user credentials, enabling tools such as kubectl to communicate with Kubernetes clusters effectively
- kubernetes - how to configure ingress to direct traffic to an https . . .
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 different back-ends (
- Kubernetes: Cant delete PersistentVolumeClaim (pvc)
Kubernetes: Can't delete PersistentVolumeClaim (pvc) Asked 7 years ago Modified 1 year, 1 month ago Viewed 124k times
- kubernetes - Listing all resources in a namespace - Stack Overflow
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 ask for that
- Kubernetes: list all pods and its nodes - Stack Overflow
I have 3 nodes, running all kinds of pods I would like to have a list of nodes and pods, for an example: NODE1 POD1 NODE1 POD2 NODE2 POD3 NODE3 POD4 How can this please be achieved?
- kubernetes - How to schedule pods restart - Stack Overflow
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
- memory - What are the difference between M and Mi in Kubernetes . . .
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
|
|
|