Difference between revisions of "Certified Kubernetes Administrator v1.18"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
== [[Scheduling]] (5%) ==
 
== [[Scheduling]] (5%) ==
 
* [[Use label selectors to schedule Pods]]: <code>[[kubectl label nodes]]</code> and <code>[[nodeSelector]]</code>
 
* [[Use label selectors to schedule Pods]]: <code>[[kubectl label nodes]]</code> and <code>[[nodeSelector]]</code>
* Understand the role of [[DaemonSets]]: <code>[[kind]]: DaemonSet</code>
+
* Understand the role of [[DaemonSets]]: <code>[[kind: DaemonSet]]</code>
 
* Understand how [[resource limits]] can affect [[Pod scheduling]]
 
* Understand how [[resource limits]] can affect [[Pod scheduling]]
 
* Manually schedule a pod without a [[scheduler]]
 
* Manually schedule a pod without a [[scheduler]]
Line 18: Line 18:
 
* Understand [[Kubernetes deployments|deployments]] and how to perform updates and rollbacks
 
* Understand [[Kubernetes deployments|deployments]] and how to perform updates and rollbacks
 
* Know various ways to configure applications
 
* Know various ways to configure applications
* Know how to scale applications
+
* [[Know how to scale applications]]
 
* Understand the primitives necessary to create a self-healing application
 
* Understand the primitives necessary to create a self-healing application
  

Latest revision as of 11:38, 14 September 2022

Scheduling (5%)[edit]

Logging/Monitoring (5%)[edit]

Application Lifecycle Management (8%)[edit]

  • Understand deployments and how to perform updates and rollbacks
  • Know various ways to configure applications
  • Know how to scale applications
  • Understand the primitives necessary to create a self-healing application

Cluster Maintenance (11%)[edit]

  • Understand Kubernetes cluster upgrade process
  • Facilitate operatig system upgrades
  • Implement backup and restore methodologies

Security (12%)[edit]

  • Know how to configure authetication and authorization
  • Understand Kubernetes security primitivies
  • Know to configure network policies
  • Create and manage TLS certificates for cluster components
  • Work with images securely
  • Define security contexts
  • Security persistent key value store

Storage (7%)[edit]

Troubleshooting (10%)[edit]

Core concepts (19%)[edit]

Networking (11%)[edit]

Installation, Configuration & Validation (12%)[edit]

See also[edit]

Advertising: