Companies Home Search Profile

CKA Online Training

Focused View

Trevor Sullivan

16:22:08

169 View
  • 1. Deploy a Kubernetes Cluster using Kubeadm.mp4
    09:31
  • 2. Prepare Amazon VPC and EC2 Instance for Kubeadm.mp4
    12:16
  • 3. Install Kubeadm and Dependencies for Kubernetes.mp4
    08:04
  • 4. Initialize Kubernetes Master Node with Kubeadm.mp4
    16:39
  • 5. Install Project Calico Container Network Interface.mp4
    08:16
  • 6. Intro to Role-Based Access Control in Kubernetes.mp4
    10:40
  • 7. Create Certificate Credentials for Kubernetes User.mp4
    10:50
  • 8. Create KubeConfig File for Kubernetes User.mp4
    13:46
  • 9. Create Roles and RoleBindings in Kubernetes.mp4
    13:42
  • 10. Intro to Kubernetes Manifest Files.mp4
    11:23
  • 11. Use Kubernetes API Reference to Understand Manifests.mp4
    12:52
  • 12. Kubernetes API Groups and Resources.mp4
    08:13
  • 13. Create Kubernetes Manifests with Trial and Error.mp4
    20:53
  • 14. Intro to Networking in Kubernetes.mp4
    12:54
  • 15. Create NodePort Services in Kubernetes.mp4
    19:54
  • 16. Expose Services on Internal Cluster Network.mp4
    10:11
  • 17. Expose Services Externally via Cloud Load Balancer.mp4
    10:06
  • 18. Intro to CoreDNS in Kubernetes.mp4
    14:33
  • 19. Understanding CoreDNS Deployment Objects.mp4
    10:18
  • 20. Explore the Default CoreDNS Configuration.mp4
    14:17
  • 21. Testing CoreDNS from Application Pod.mp4
    13:30
  • 22. Intro to Kubernetes Pod Liveness Probes.mp4
    10:55
  • 23. Create a Sample Web Application for Probes.mp4
    14:46
  • 24. Add Liveness Probe with Shell Command.mp4
    13:42
  • 25. Using Built-in Kubernetes HttpGet Probe.mp4
    07:33
  • 26. Use Container Startup Probes to Validate Pod Initialization.mp4
    04:39
  • 27. Use Readiness Probes to Temporarily Take Pods Offline.mp4
    07:42
  • 28. Intro to Kubernetes Deployments.mp4
    09:40
  • 29. Exploring ReplicaSet Resources in Kubernetes.mp4
    12:47
  • 30. Create a Kubernetes Deployment.mp4
    09:42
  • 31. Deploy Multiple Versions of Applications.mp4
    09:49
  • 32. Use Service Controller to Route Traffic.mp4
    13:17
  • 33. Intro to Building Container Images on K8S Clusters.mp4
    10:03
  • 34. Create a Web Application in GitLab Repository.mp4
    10:34
  • 35. Configure Kaniko to Push to Private Amazon ECR Repository.mp4
    13:13
  • 36. Configure Kaniko Authentication to GitLab Private Repository.mp4
    12:43
  • 37. Test Deployment of Application to Kubernetes Cluster.mp4
    06:51
  • 38. Intro to Scaling Options on Kubernetes.mp4
    10:49
  • 39. Install Kubernetes Metrics Server.mp4
    08:35
  • 40. Create Deployment and Service Controllers.mp4
    10:00
  • 41. Create Horizontal Pod Autoscaler Resource.mp4
    12:36
  • 42. Increase Horizontal Pod Autoscaler Limits.mp4
    11:33
  • 43. Intro to Kubernetes Cluster Autoscaler.mp4
    12:47
  • 44. Demo of Kubernetes Cluster Autoscaler.mp4
    06:05
  • 45. Overview of Autoscaler Install and OIDC Setup.mp4
    13:44
  • 46. Install Kubernetes Cluster Autoscaler.mp4
    13:14
  • 47. Validate Kubernetes Cluster Autoscaler Functionality.mp4
    08:32
  • 48. Intro to Kubernetes Ingress Controllers.mp4
    15:35
  • 49. Set up Amazon EKS Cluster for NGINX Ingress Controller.mp4
    08:26
  • 50. Install NGINX Ingress Controller on EKS.mp4
    08:45
  • 51. Deploy NGINX Ingress Resource.mp4
    14:35
  • 52. Intro to Network Policy in Kubernetes.mp4
    15:30
  • 53. Set up Namespace and MySQL Test Pod.mp4
    06:33
  • 54. Verify Connectivity from Client Pod to MySQL.mp4
    07:01
  • 55. Create Network Policy Resource for MySQL Pod.mp4
    08:10
  • 56. Use IPBlock Rules to Control Access to Pods.mp4
    08:19
  • 57. Using Egress Rules in Kubernetes Network Policy.mp4
    09:34
  • 58. Intro to Advanced Kubectl Usage.mp4
    11:35
  • 59. Using Kubectl Exec to Debug Kubernetes Pods.mp4
    09:10
  • 60. Access Services in Kubernetes using Kubectl Port Forwarding.mp4
    14:46
  • 61. Filtering Resource Results and Controlling Output with Kubec.mp4
    08:36
  • 62. Using Kubectl Kustomize to Apply Templates.mp4
    09:00
  • 63. Common Types of Kubernetes Cluster Failures.mp4
    16:26
  • 64. Missing Container Network Interface on Kubernetes Cluster.mp4
    12:43
  • 65. Simulating Kubelet Failure on Kubernetes Worker Node.mp4
    13:24
  • 66. Exhausting Kubernetes Cluster Worker Node Resources.mp4
    13:59
  • 67. Intro to Upgrading Kubeadm Clusters.mp4
    09:59
  • 68. Create Kubernetes Cluster Infrastructure.mp4
    11:54
  • 69. Configure Kubernetes Cluster with Older Version.mp4
    09:58
  • 70. Upgrade Kubernetes Master Node.mp4
    16:25
  • 71. Upgrade Kubernetes Worker Nodes.mp4
    12:12
  • 72. Intro to Highly Available K8S Clusters with Kubeadm.mp4
    11:00
  • 73. Prepare Kubernetes Master Node Virtual Machines.mp4
    08:10
  • 74. Installing Kubeadm on Kubernetes Master Nodes.mp4
    07:37
  • 75. Configure Load Balancer for Kubernetes Master Nodes.mp4
    08:15
  • 76. Join Second Kubernetes Master Node to Cluster.mp4
    11:06
  • 77. Intro to Etcd for Kubernetes Clusters.mp4
    11:08
  • 78. Create Infrastructure for Etcd Cluster.mp4
    08:36
  • 79. Set Up Etcd Cluster Prerequisites.mp4
    07:12
  • 80. Generate Etcd Certificates and Configs.mp4
    10:50
  • 81. Install Etcd Static Pod Manifests for Kubelet.mp4
    10:28
  • 82. Use Etcdctl to Validate Connectivity.mp4
    07:17
  • 83. Backup and Restore Commands for Etcd.mp4
    06:19
  • 84. Introduction to Kubernetes Storage Volumes.mp4
    11:46
  • 85. Share Data Across Pod Containers with Ephemeral Volumes.mp4
    14:45
  • 86. Create a Kubernetes PersistentVolume using Amazon EBS Plugin.mp4
    11:45
  • 87. Bind PV to Pod with Persistent Volume Claim in Kubernetes.mp4
    10:51
  • 88. Define Custom Storage Classes in Kubernetes.mp4
    13:49
  • Description


    This intermediate-level Kubernetes training covers the objectives in the CKA exam, which is the one required exam to earn the Certified Kubernetes Administrator (CKA) certification.

    If you already know a thing or two about Kubernetes, you’ll understand that it’s a portable, extensible, open-source platform for managing containerized workloads and services, facilitating both declarative configuration and automation. But if that explanation leaves you more confused than helped, Kubernetes lets you wrap up an application so that no matter where it goes or what software/hardware configurations it runs on, it always behaves the same way. This Certified Kubernetes Administrator (CKA) training provides administrators with the skills and knowledge needed to install, configure and manage Kubernetes containers so that your application life cycle stays on an even, reliable keel.

    More details


    For anyone who leads a technology team that uses Linux Foundation products, this CKA training can be used for CKA exam prep, on-boarding new systems administrators, or as part of a team training plan.

    CKA: What You Need to Know

    For any systems administrator using this training for exam preparation, our Certified Kubernetes Administrator (CKA) course maps to the Linux Foundation CKA exam objectives, and covers topics such as:

    • Managing deployments and configuring applications
    • Installing, configuring and validating Kubernetes clusters
    • Navigating Kubernetes cluster architectures
    • Configuring cluster nodes and networking
    • Managing schedulers and scheduler events
    • Configuring network security policies, authentication and authorization
    • Implementing cluster maintenance
    • Logging and monitoring
    • Configuring Kubernetes storage and objects
    • Troubleshooting application, control plane, worker node and networking failures

    Who Should Take CKA Training?

    This CKA training is considered administrator-level Linux Foundation training, which means it was designed for systems administrators. This Kubernetes skills course is valuable for new IT professionals with at least a year of experience with orchestration infrastructure and experienced systems administrators looking to validate their Linux Foundation skills.

    New or aspiring systems administrators. There was a time when familiarity with managing, deploying and troubleshooting Kubernetes clusters was optional, but that time has passed. For new systems administrators, although certifying as a Certified Kubernetes Administrator isn’t an immediate necessity, you should learn everything you can about the containerization platform -- it’s almost certain you’ll encounter virtualization and containerization in your career as a sysadmin, prepare for it with this training.

    Experienced systems administrators. If you’re already comfortable with the Kubernetes command line, and feel confident in your ability to perform application lifecycle management, troubleshooting and cluster maintenance, the Certified Kubernetes Administrator certification may well be in your reach. But if you’re looking to confirm that there’s no part of installation, configuration, validation, security or troubleshooting of a Kubernetes cluster before you take the exam, take this CKA training.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Trevor Sullivan
    Trevor Sullivan
    Instructor's Courses

    I enjoy teaching IT because the technology industry is changing so rapidly, and our learners need to stay at the cutting edge.

    Trevor started building and troubleshooting computers at a young age, thanks to his father owning a software business. He brings more than a decade of IT and training experience to CBT Nuggets. Prior to joining the team, he worked in pre-sales engineering and solutions architecture. Trevor’s hobbies include riding motorcycles, hiking, and spending time with his family.

    Certifications: AWS Certified Cloud Practitioner, AWS Certified Solutions Architect - Associate, AWS Certified Developer Associate, AWS Certified SysOps Administrator Associate, AWS Certified DevOps Engineer Professional, AWS Certified Solution Architect - Professional, AWS Certified Security Specialist, Certified Kubernetes Administrator (CKA), and Certified Kubernetes Application Developer (CKAD)

    Areas of expertise: AWS, Azure, MySQL, GitHub, Docker, Kubernetes, and PowerShell automation

    CBT Nuggets is renowned for providing innovative training that's informative, meaningful, and engaging. We provide a variety of training, primarily in IT, project management, and office productivity topics. Our comprehensive library contains thousands of training videos ranging from Cisco networking to Microsoft Word. Whether you want to pass a certification exam, increase your skills, or simply learn new things, we've got you covered! All of our training is delivered through high-quality online streaming video. Subscribers can train 24 hours a day, seven days a week, from the convenience of a computer or mobile device. CBT Nuggets trainers are the rock stars of training, renowned for their expertise, industry-wide credibility, and engaging personalities. They enable CBT Nuggets to deliver accurate, up-to-date training, using a laid-back whiteboard presentation style. There are no scripts, EVER. Our trainers love to teach, and it shows! CEO and founder Dan Charbonneau was a Microsoft trainer when he began recording CBT Nuggets' very first training videos back in the 1990s. He wanted to help provide large organizations, small teams and individuals with comprehensive and budget-conscious training, and he realized it couldn't be done in a classroom. From the CBT Nuggets World Headquarters in Eugene, Oregon, Dan and his team promise each video will be informative, comprehensive, accurate, and fun to watch.
    • language english
    • Training sessions 88
    • duration 16:22:08
    • Release Date 2023/07/21