About 50 results
Open links in new tab
  1. 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 …

  2. Reasons for OOMKilled in kubernetes - Stack Overflow

    Jun 22, 2020 · Kubernetes has a different approach: with the node allocatable feature enabled (which is the default currently) it "carves" only a part of the node's memory for use by the …

  3. kubernetes - How does kubectl port-forward create a connection?

    Jul 23, 2018 · 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 …

  4. What's the difference between Docker Compose and Kubernetes?

    Kubernetes (2021) is the most popular distributed system orchestrator in the world with 88% adoption Because of its near ubiquity, K8S has become the most popular contemporary …

  5. 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, 4 months ago Modified 2 years, 8 months ago Viewed 36k times

  6. 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 …

  7. Can't create Secret in Kubernetes: illegal base64 data at input

    Nov 20, 2018 · I want to create a secret for my kubernetes cluster. So I composed following dummy-secret.yaml file: apiVersion: v1 kind: Secret metadata: name: dummy-secret type: …

  8. Are Containers and Kubernetes IaaS or PaaS? - Stack Overflow

    Aug 12, 2020 · Kubernetes is neither IaaS nor PaaS. It's a container orchestration engine which makes it more like a Container As A Service or CaaS. You need a IaaS layer below …

  9. Kubernetes CPU multithreading - Stack Overflow

    Nov 13, 2018 · I have a 4 cores CPU, I create a Kubernetes Pod with CPU resource limit 100m, which mean it will occupy 1/10 of a core power. I wondering in this case, 100m is not even a …

  10. 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 …