Kubernetes Administrator: Managing Pods & Deployments

Kubernetes    |    Intermediate
  • 14 videos | 56m 48s
  • Includes Assessment
  • Earns a Badge
Rating 4.3 of 56 users Rating 4.3 of 56 users (56)
Kubernetes uses pods to wrap up one or more containers. The primary objective of deployments is to declare the number of replicas of a pod that should be running at a time and also ensure the pods' availability by recreating them when they are not available. In this course, you'll learn to perform critical pod and deployment tasks, which includes creating a ReplicaSet definition file, using kubectl commands to create a ReplicaSet, verifying management of pods by specific ReplicaSets, removing ReplicaSet-managed pods, and increasing the number of pods when the CPU load gets higher without exceeding five pods. Next, you'll create a deployment definition file and use the kubectl command to deploy four pods with NGINX. You'll also use the kubectl scale command to scale replicas, create a Kubernetes user account using the X509 client certificate, schedule and launch pods, and taint a node. Moving on, you'll create a manifest file that creates a pod with a sample container, manually schedule a pod and force a pod to be on a specific node, and use kubectl commands to create a pod and configure environment variables. Finally, you'll create a secret from files containing a username and password, define environment variables, and mount the secret to a pod. This course is part of a series that aligns with the objectives for the Certified Kubernetes Administrator exam and can be used to prepare for this exam.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Create a replicaset definition file, use kubectl command to create a replicaset, and verify that a particular pod is managed by this replicaset and not by another controller
    Remove a pod that is managed by a replicaset by changing its label
    Use a kubectl command that uses horizontal pod autoscaler with the replicaset to increase the number of pods when the cpu load gets higher without exceeding five pods
    Create a deployment definition file and use the kubectl command to deploy four pods with nginx as the hosted application and use the kubectl scale command to scale replicas
    Recall kubernetes scheduling concepts and the role of kubernetes scheduler in container orchestration
    Create a kubernetes user account using the x509 client certificate
  • Demonstrate how to use label selectors to schedule pods and use anti-affinity to launch a pod on a different node
    Use the kubectl taint command to taint a node with type=special:noschedule, make the node unschedulable, and create a pod to tolerate the taint
    Create a manifest file that creates a pod with a sample container that requests 2g of memory with half a cpu and has limits at 3g of memory with a whole cpu
    Manually schedule a pod and force a pod to be on a specific node without using the scheduler
    Configure a manifest file and use the kubectl command to create a pod with the latest available images running asleep for 1 hour, give it an environment variable titled "test" with the value "sample", and execute a command in the container to show that it has the configured environment variable
    Create a secret from files containing a username with a password, use the secret to define environment variables, and mount the secret to a pod to admin-cred folder
    Summarize the key concepts covered in this course

IN THIS COURSE

  • 1m 36s
  • 5m 23s
  • Locked
    3.  Removing a Pod
    2m 54s
  • Locked
    4.  Using HPA to Scale up and Scale down Pods
    3m 37s
  • Locked
    5.  Creating Deployment Files and Scaling Replicas
    4m 43s
  • Locked
    6.  Kubernetes Scheduling
    6m 3s
  • Locked
    7.  Creating a Kubernetes User Account
    3m 37s
  • Locked
    8.  Using Label Selectors to Schedule Pods
    5m 33s
  • Locked
    9.  Tainting a Node
    5m 30s
  • Locked
    10.  Enabling Pod Limit Resources
    2m 43s
  • Locked
    11.  Manually Scheduling Pods
    5m 55s
  • Locked
    12.  Using Environmental Variables with Pods
    3m 19s
  • Locked
    13.  Creating and Using Secrets with Pods
    4m 6s
  • Locked
    14.  Course Summary
    1m 49s

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.4 of 54 users Rating 4.4 of 54 users (54)
Audiobook Core Kubernetes

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.4 of 93 users Rating 4.4 of 93 users (93)
Rating 4.7 of 12 users Rating 4.7 of 12 users (12)
Rating 4.4 of 42 users Rating 4.4 of 42 users (42)