About 50 results
Open links in new tab
  1. What is the meaning of CPU and core in Kubernetes?

    Aug 30, 2019 · 70 To clarify what's described here in the Kubernetes context, 1 CPU is the same as a core (Also more information here).

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

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

  4. Why do I need 3 different kind of probes in kubernetes: …

    Jan 23, 2021 · Why do I need 3 different kind of probes in kubernetes: startupProbe readinessProbe livenessProbe There are some questions (k8s - livenessProbe vs …

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

  6. Handle Kubernetes pod exceeding CPU resource limit?

    Aug 22, 2019 · Kubernetes uses kernel throttling to implement CPU limit. If an application goes above the limit, it gets throttled (aka fewer CPU cycles). Memory requests and limits, on the …

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

  8. How can I trigger a Kubernetes Scheduled Job manually?

    Nov 3, 2016 · 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?

  9. kubernetes - Pods stuck in PodInitializing state indefinitely - Stack ...

    Nov 16, 2018 · I've got a k8s cronjob that consists of an init container and a one pod container. If the init container fails, the Pod in the main container never gets started, and stays in …

  10. K8s: app.kubernetes.io instance label purpose - Stack Overflow

    For example, WordPress has a app.kubernetes.io/name of wordpress while it has an instance name, represented as app.kubernetes.io/instance with a value of wordpress-abcxzy. This …