Difference between revisions of "Kubernetes scheduling"
Jump to navigation
Jump to search
(6 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
[[kind: CronJob]] | [[kind: CronJob]] | ||
+ | [[kind: PriorityClass]] | ||
− | + | {{kind: PriorityClass}} | |
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
== Activities == | == Activities == | ||
− | * [[CKA | + | * [[CKA]]: [[Workloads & Scheduling]] (15%) |
− | ** Understand how | + | ** [[Understand how resource limits can affect Pod scheduling]] |
* [[CKA v1.18]] [[Scheduling]] (5%): Use [[Kubernetes labels|label]] selectors to [[schedule Pods]] | * [[CKA v1.18]] [[Scheduling]] (5%): Use [[Kubernetes labels|label]] selectors to [[schedule Pods]] | ||
== Related terms == | == Related terms == | ||
* <code>[[nodeSelector]]</code> | * <code>[[nodeSelector]]</code> | ||
+ | * [[Karpenter]]: <code>[[ttlSecondsUntilExpired]]</code> | ||
+ | * [[Kubernetes autoscaling]] | ||
== See also == | == See also == | ||
* {{CKA}} | * {{CKA}} | ||
+ | * {{Kubernetes scheduling}} | ||
[[Category: Kubernetes]] | [[Category: Kubernetes]] |
Latest revision as of 22:02, 9 November 2023
This article is a Draft. Help us to complete it.
PreBind Bind PostBind
kind: CronJob kind: PriorityClass
apiVersion: scheduling.k8s.io/v1 kind: PriorityClass metadata: name: overprovisioning value: -1 globalDefault: false description: "Priority class used by overprovisioning."
Activities[edit]
- CKA: Workloads & Scheduling (15%)
- CKA v1.18 Scheduling (5%): Use label selectors to schedule Pods
Related terms[edit]
See also[edit]
Advertising: