Certificate Authentication

Certified Kubernetes Application Developer (CKAD) Certificate for...

Add to LinkedIn

Certificate ID: 
676327
Authentication Code: 
6226c
Certified Person Name: 
Michal Pryslopski
Trainer Name: 
Kamil Baran
Duration Days: 
3
Duration Hours: 
21
Course Name: 
Certified Kubernetes Application Developer (CKAD)
Course Date: 
2022-05-23 09:00 to 2022-05-25 16:00
Venue: 
Procter & Gamble GO Zabraniecka 20, 03-872 Warszawa
Course Outline: 
  1. Core concepts

    1. Kubernetes architecture
    2. Cluster components
  2. Building the app

    1. Creating containers
    2. Configuring local Docker repo
  3. Pod design

    1. Base configuration
    2. Liveness and readiness probes
    3. CPU and memory constraints
    4. Resource limits for a namespace
  4. Security

    1. Security context
    2. Service accounts
    3. Secrets
    4. Kubernetes network policy
    5. Linux capabilities
  5. Deployment configuration

    1. Controllers: deployments, daemon sets and stateful sets
    2. Jobs and cron jobs
    3. Config maps
    4. Rolling upgrade, blue-green deployment, canary deployment
    5. Using Helm for managing deployments
    6. Kubernetes API resources
  6. Multi-container pods

    1. Sidecar, ambassador and adapter containers
    2. Init containers
  7. Services & Networking

    1. Services and different types
    2. Load balancing
    3. Ingress controller
  8. State Persistence

    1. Persistence of application state in Kubernetes
    2. Ephemeral storage
    3. Persistent volumes and claims
    4. Storage classes