Search our courses
Training

Courses available in Ireland, UK, Europe, USA, Canada, Asia/Pacific

This Kubernetes Administration Certification training course covers the core concepts typically used to build and administer a Kubernetes cluster in production, using vendor-independent tools. We build a cluster, determine network configuration, grow the cluster, deploy applications and configure the storage, security and other objects necessary for typical use. This Kubernetes Administration Certification training course offers exposure to the many skills necessary to administer Kubernetes in a production environment.

 

Training Objectives

In this Kubernetes Administration Certification training course, you will learn how to install and configure a production-grade Kubernetes cluster, from network configuration to upgrades to making deployments available via services. Also handle the ongoing tasks necessary for Kubernetes Administration.

 

Topics include:

  • Installation of a multi-node Kubernetes cluster using kubeadm, and how to grow a cluster.
  • Choosing and implementing cluster networking.
  • Various methods of application lifecycle management, including scaling, updates and roll-backs.
  • Configuring security both for the cluster as well as containers.
  • Managing storage available to containers.
  • Learn monitoring, logging and troubleshooting of containers and the cluster.
  • Configure scheduling and affinity of container deployments.
  • Use Helm and Charts to automate application deployment.
  • Understand Federation for fault-tolerance and higher availability

 

Recent Testimonials for this course:

 

"The training has been splendid and enjoyable, unfortunately ending today. Wish it could last longer, otherwise an awesome experience and a great explanation from the trainer."  Live Online Dec '22

“I have been extremely impressed with the instructor, I would genuinely rate him 11 out 10 stars, he has gone above and beyond. He is very knowledgeable and approachable.” Live Online Sept '22

Course content was very good. When needed, the Instructor was extending the content of the course with hints and tips to help us understand different topics that were covered in the course."  Live Online June 2021

This was an excellent course and was lots of fun to attend. Instructor started with basic intro to containerization, then explained Kubernetes and the different components (Container engine, orchestrator, control plane) which all made sense because of the containerization intro. The parts of the course layered on top of one another to give a good understanding of
Kubernetes
.”  Live Online Nov 2020

NB NOTE: This course does not focus on one vendor’s tools. Most courses are vendor-locked. We use kubeadm to deploy the cluster and focus on tools that would work on anyone’s Kubernetes cluster.

Kubernetes Administration Certification

Course Code

GTLFK

Duration

4 Days

Course Fee

Please note that €2,695 per seat is including exam voucher.

Contact us as further discounts may apply.

You will be required to use your own laptop for course attendance. Set-up guide will be provided prior to class attendance.

Accreditation

Certified Kubernetes Administrator

 

Certified Kubernetes Administrator (CKA). You can find out more about this certification on the Cloud Native Computing Foundation™ website.

This course is excellent preparation for the Certified Kubernetes Administrator (CKA) exam. As with all our certification preparation courses, further study and practise is strongly recommended prior to taking the exam.

Target Audience

This Kubernetes Administration Certification training course is suitable for anyone who wants to learn the skills necessary to build and administer a Kubernetes cluster.

 

Recent Testimonials

"The training has been splendid and enjoyable, unfortunately ending today. Wish it could last longer, otherwise an awesome experience and a great explanation from the trainer.Live Online Dec '22

I have been extremely impressed with the instructor, I would genuinely rate him 11 out 10 stars, he has gone above and beyond. He is very knowledgeable and approachable.Live Online Sept '22

 

Attendee Requirements

Students should have an understanding of Linux Administration skills, comfortable using the command line. Must be able to edit files using a command-line text editor.  This certification is for Kubernetes administrators, cloud administrators and other IT professionals who manage Kubernetes instances.

Downloads


Tuesday 16 April - Friday 19 April (4 days) 09.30 - 17.00
 Live Online GMT +01:00
Tuesday 23 April - Friday 26 April (4 days) 09.30 - 17.00
 Live Online GMT +01:00
Tuesday 30 April - Friday 03 May (4 days) 09.30 - 17.00
 Live Online GMT +01:00
Tuesday 14 May - Friday 17 May (4 days) 09.30 - 17.00
 Live Online GMT +01:00
Tuesday 28 May - Friday 31 May (4 days) 09.30 - 17.00
 Live Online GMT +01:00
Tuesday 18 June - Friday 21 June (4 days) 09.30 - 17.00
 Live Online GMT +01:00
Tuesday 25 June - Friday 28 June (4 days) 09.30 - 17.00
 Live Online GMT +01:00

Expand all

Course Description

Courses available in Ireland, UK, Europe, USA, Canada, Asia/Pacific

This Kubernetes Administration Certification training course covers the core concepts typically used to build and administer a Kubernetes cluster in production, using vendor-independent tools. We build a cluster, determine network configuration, grow the cluster, deploy applications and configure the storage, security and other objects necessary for typical use. This Kubernetes Administration Certification training course offers exposure to the many skills necessary to administer Kubernetes in a production environment.

 

Training Objectives

In this Kubernetes Administration Certification training course, you will learn how to install and configure a production-grade Kubernetes cluster, from network configuration to upgrades to making deployments available via services. Also handle the ongoing tasks necessary for Kubernetes Administration.

 

Topics include:

  • Installation of a multi-node Kubernetes cluster using kubeadm, and how to grow a cluster.
  • Choosing and implementing cluster networking.
  • Various methods of application lifecycle management, including scaling, updates and roll-backs.
  • Configuring security both for the cluster as well as containers.
  • Managing storage available to containers.
  • Learn monitoring, logging and troubleshooting of containers and the cluster.
  • Configure scheduling and affinity of container deployments.
  • Use Helm and Charts to automate application deployment.
  • Understand Federation for fault-tolerance and higher availability

 

Recent Testimonials for this course:

 

"The training has been splendid and enjoyable, unfortunately ending today. Wish it could last longer, otherwise an awesome experience and a great explanation from the trainer."  Live Online Dec '22

“I have been extremely impressed with the instructor, I would genuinely rate him 11 out 10 stars, he has gone above and beyond. He is very knowledgeable and approachable.” Live Online Sept '22

Course content was very good. When needed, the Instructor was extending the content of the course with hints and tips to help us understand different topics that were covered in the course."  Live Online June 2021

This was an excellent course and was lots of fun to attend. Instructor started with basic intro to containerization, then explained Kubernetes and the different components (Container engine, orchestrator, control plane) which all made sense because of the containerization intro. The parts of the course layered on top of one another to give a good understanding of
Kubernetes
.”  Live Online Nov 2020

NB NOTE: This course does not focus on one vendor’s tools. Most courses are vendor-locked. We use kubeadm to deploy the cluster and focus on tools that would work on anyone’s Kubernetes cluster.

Course Outline

Kubernetes Administration

    1. Introduction

  • Laboratory Exercises, Solutions and Resources
  • Distribution Details
  • Labs

    2. Basics of Kubernetes

  • Define Kubernetes
  • Meaning of Kubernetes
  • Adoption
  • Project Governance
  • Labs

    3. Installation and Configuration

  • Getting Started With Kubernetes
  • Minikube
  • kubeadmin
  • More Installation Tools
  • Labs

    4. Kubernetes Architecture

  • Kubernetes Architecture
  • Networking
  • Other Cluster Systems
  • Labs

    5. APIs and Access

  • API Access
  • Working with First Pod
  • Kubectl and API
  • Swagger and OpenAPI
  • Labs

    6. Managing State With Deployments

  • Deployment Overview
  • Managing Deployment States
  • Deployments and Replica Sets
  • Labels
  • Labs

    7. Services

  • Overview
  • Accessing Services
  • DNS
  • Labs

    8. Volumes and Data

  • Volumes Overview
  • Volumes
  • Persistent Volumes
  • Secrets
  • ConfigMaps
  • Labs

   9.  Ingress

  • Overview
  • Ingress Controller
  • Ingress Rules
  • Labs

    10. API Objects

  • API Objects
  • The v1 Group
  • API Resources
  • RBAC APIs
  • Labs

    11. Scheduling

  • Overview
  • Scheduler
  • Policies
  • Affinity Rules
  • Taints and Tolerations
  • Labs

    12. Logging and Troubleshooting

  • Overview
  • Monitoring
  • Logging
  • Troubleshooting
  • Labs

    13. Custom Resource Definition

  • Overview
  • Third-Party Resources
  • Custom Resources
  • Labs

    14. Kubernetes Federation

  • Overview
  • Federation
  • Using Cluster API
  • Labs

    15. Helm

  • Overview
  • Helm
  • Using Helm
  • Labs

    16. Security

  • Overview
  • Accessing the API
  • Authentication and Authorization
  • Admission Controller
  • Pod Policies
  • Network Policies
  • Labs
Exam

This price includes exam voucher.

Learning Path
Ways to Attend

Private Team Training is available for this course

We deliver this course either on or off-site in various regions around the world, and can customise your delivery to suit your exact business needs. Talk to us about how we can fine-tune a course to suit your team's current skillset and ultimate learning objectives.

Private Team Training | Contact us

Technical ICT learning & mentoring services

Private Team Training

Our instructors are specialist consultants with vast real world experience and expertise allowing them to design and deliver client-focused courses for your organisation.

Learn more about our Private Team Training

What Our Clients Say

"Absolutely fantastic training. Thoroughly enjoyed it thanks to our highly enthusiastic tutor.  It wouldn't be an understatement to say that it was the best professional training that I have ever received."

 

Customised Linux with Networking

Live Online -  February 2022

 

"The course content was very good. When needed, the Instructor was extending the content of the course with hints and tips to help us understand different topics that were covered in the course."

 

Kubernetes Administration Certification - GTLFK

Live Online June 2021

 

 

 

“The course was held at the highest possible standards, the instructor was excellent, well prepared, well informed, and clearly an SME. Top marks.”

 

Professional Cloud Service Manager - GTC13

Live Online December 2021

 

“Very engaging and practical course so hope to be able to put the learning into practice.”

 

Being Agile in Business - GTBAB

Live Online September 2021

 

“Great instructor, who encouraged active participation. The breakout groups and exercises kept the group engaged and the content relevant to our own products”.

 

Site Reliability Engineering Foundation - GTDSRE

Live Online January 2022

 

 

 

"Intelligence is the ability to avoid doing work, yet
getting the work done"

Linus Torvalds, creator of Linux and GIT

Technical ICT learning & mentoring services

About GuruTeam

GuruTeam is a high-level ICT Learning, Mentoring and Consultancy services company. We specialise in delivering instructor-led on and off-site training in Blockchain, Linux, Cloud, Big Data, DevOps, Kubernetes, Agile, Software & Web Development technologies. View our Testimonials

Download our eBrochure
Our Accreditation Partners
  •  
  •  
  •  

 

Upcoming Courses

Kubernetes Administration

11th - 14th March 2024

26th - 29th March 2024

Live Online

 

This Kubernetes Administration Certification training course is suitable for anyone who wants to learn the skills necessary to build and administer a Kubernetes cluster

Learn More

RUST

11th - 14th March 2024

26th - 29th March 2024

 Live Online

This course will help you understand what Rust applications look like, how to write Rust applications properly, and how to get the most out of the language and its libraries.

Learn More

Introduction to Python 3 

19th - 21st March 2024

9th - 11th April 2024

7th - 9th May 2024

   4th - 6th June 2024

 

Live Online

This Introduction to Python 3 training course is designed for anyone who needs to learn how to write programs in Python or support/modify existing programs.

 

Learn More

 GO LANG TRAINING

11th - 14th March 2024

26th - 29th March 2024

 

Live Online        

 

This Go language programming training course will help you understand how Go works, and immediately be more productive. If you are building a team using Go, this will be a great opportunity to get your team on the same page and speaking the same language. Innovative lab exercises and code samples are provided to reinforce skills and quickly master the topics.

Learn More

Newsletter

Stay up to date, receive updates on scheduled dates, new courses, offers, and events.

Subscribe to our Newsletter