Kubernetes training course

Use Kubernetes for automating deployment, scaling, and management of containerized applications.

JBI training course London UK

"The interactive Kubernetes scenarios were great and I like the concepts building at the beginning. It was a nice introduction to Kubernetes and the commands. The trainer was friendly and professional." 

MF, Senior Software Developer, Kubernetes, March 2021

Public Courses

17/08/26 - 3 days
£2495 +VAT
28/09/26 - 3 days
£2495 +VAT
09/11/26 - 3 days
£2495 +VAT

Customised Courses

* Train a team
* Tailor content
* Flex dates
From £1200 / day
EDF logo Capita logo Sky logo NHS logo RBS logo BBC logo CISCO logo
JBI training course London UK

  •     Understand how to package apps into Linux containers
  •     Get familiar with Kubernetes core components
  •     Build your local three-node cluster using kubeadm
  •     Take down one node at the time and test the fault tolerance
  •     Map the end-to-end journey of network packets from the internet into your apps
  •     Expose your services using load balancers and ingress controllers 
  •     Deploy package apps into a cluster
  •     Manage database clustering using operators
  •     Understand how to create your Kubernetes network and connect multiple clusters
  •     Practice deploying databases and stateful applications
  •     Acquire the skill to not repeat yourself using an engine to template resources

Kubernetes Fundamentals

What is Kubernetes
What does that mean though?
Where did Kubernetes come from?
What Kubernetes is not!

Kubernetes Architecure

Kubernetes Cluster
Kubernetes Node
Kubernetes Objects
Names
Namespaces
Labels and Selectors
Annotations
Recommended Labels

Running Kubernetes

Turnkey Cloud Solutions
AWS
Azure
GCP
Custom Cloud Solutions
KOPS
On Premises Turnkey
Rancher
Kubeadm
Minikube
Kubectl
Commandline Tricks

Pods

Pod Overview
Pod Manifest
Creating Pods
Pod Lifecycle
Pod Logs
Describing Pods
Deleting Pods

Controllers

ReplicationController
ReplicaSet
Deployments

Services

Overview
Publishing Services
NodePort

Package Management

The Problem
Helm
How Helm Works
Initialization
Stable Repo
Installing a Chart
Creating a Chart

Ingress

Overview
Simple Ingress
Complex Ingress

Config Maps

Overview
Creating a ConfigMap
Using a ConfigMap
ConfigMap as a Volume

Secrets

Overview
Creating a Secret from file
Secret types
Viewing a Secret
Create a Secret from a manifest
StringData in a manifest
Decoding a Secret
Using Secrets as Volumes
Using Secrets as Env Vars
Encrypting Secrets at rest

Namespaces

Overview
Creating Namespaces
Using Namespaces
Setting the Context Namespace
Objects that support Namespaces
Objects that don’t support Namespaces

Volumes

Overview
Volume Types
ConfigMap as a Volume
hostPath Volume
emptyDir Volume
Subpaths
Mount Propogation

Persistent Volumes

Overview
PV vs PVC
Persistent Volume Plugins
Static Provisioning
Dynamic Provisioning
Phases

Networking

Networking Problems
Docker Networking
Kubernetes Networking
Networking Implementations
Overlay Network
Network Policy
Flannel

Security

Best Practices
Controlling API Access
TLS
Users
API Authentication
API Authorization
RBAC
RoleBinding & ClusterRoleBinding
Service Accounts
Pod Security Policies
Authentication Providers
Authorization Providers
Admission Controllers
Additional Security Precautions

 

JBI training course London UK

Developers and Systems Administrators looking for an introduction to  Kubernetes - A Linux and Docker background is useful

5 star

4.8 out of 5 average

"The interactive Kubernetes scenarios were great and I like the concepts building at the beginning. It was a nice introduction to Kubernetes and the commands. The trainer was friendly and professional." 

MF, Senior Software Developer, Kubernetes, March 2021



“JBI  did a great job of customizing their syllabus to suit our business  needs and also bringing our team up to speed on the current best practices. Our teams varied widely in terms of experience and  the Instructor handled this particularly well - very impressive”

Brian F, Team Lead, RBS, Data Analysis Course, 20 April 2022

 

 

JBI training course London UK

Certification


Every delegate will be entitled to a certificate of achievement on completion of the course.

If you are missing your certificate - please use the link below to apply - you can also use this link to sign up for the JBI Training newsletter to receive technology tips directly from our instructors - Analytics, AI, ML, DevOps, Web, Backend and Security.
 



This training course covers the fundamentals needed to understand Kubernetes. It will get you quickly up-to-speed to start building distributed applications that will scale, be fault-tolerant and be simple to manage.

From understanding its origin to its high-level architecture, powerful API and key primitives – this course takes you from nothing to being able to start building complex applications.

Kubernetes builds on many years of Google’s experience managing containerised applications. With a growing open-source community, it is poised to change the way we build and manage applications, as well as change the role of system administrators.

This course will distill key principles such as pods, deployments, replica sets and services, and will give you enough information to start using Kubernetes on your own.

JBI Training offers four Kubernetes courses covering different roles and experience levels. The Kubernetes course is a three-day introduction suitable for those new to container orchestration. Kubernetes for Developers is a three-day course focused on building, deploying, and managing applications in Kubernetes environments. Kubernetes for Administrators is a three-day course covering cluster management, networking, storage, security, and operations. Kubernetes Beyond the Basics is a two-day course for those who already have working Kubernetes knowledge and want to extend their skills. All courses are available as scheduled classroom sessions in London, as live online instructor-led training, or as customised onsite programmes for teams.
Kubernetes (commonly abbreviated as K8s) is an open-source container orchestration platform originally developed by Google and now maintained by the Cloud Native Computing Foundation (CNCF). It automates the deployment, scaling, load balancing, self-healing, and management of containerised applications across clusters of machines. Kubernetes is widely used because it solves the core challenges of running containers reliably at scale — particularly across cloud environments — and has become the de facto standard for production container workloads. It is supported natively by all major cloud providers including AWS (EKS), Google Cloud (GKE), and Microsoft Azure (AKS).
The Kubernetes for Developers course focuses on the skills and knowledge that application developers need to build, package, deploy, and manage applications running in Kubernetes — including working with Pods, Deployments, Services, ConfigMaps, Secrets, and persistent storage from a developer perspective. The Kubernetes for Administrators course focuses on the operational and infrastructure skills needed to set up, manage, secure, and maintain Kubernetes clusters — including cluster architecture, networking, RBAC, monitoring, upgrades, and troubleshooting. Both courses are three days and are designed for professionals with different roles and responsibilities within a Kubernetes environment.
For the introductory Kubernetes course and the role-specific Developer and Administrator courses, delegates should have a basic understanding of Linux command-line usage and a general awareness of containerisation concepts. Prior experience with Docker or another container runtime is helpful but not always required. For the Kubernetes Beyond the Basics course, delegates should have hands-on working experience with Kubernetes — equivalent to having completed one of the introductory courses or having used Kubernetes in a professional environment.
Docker is a containerisation platform used to build and package applications into portable container images. Kubernetes is a container orchestration platform used to run, scale, and manage those containers across a cluster of machines in production. In a typical workflow, a developer uses Docker to build and test a container image locally, and Kubernetes is then used to deploy and manage that container at scale across a production environment. While Kubernetes originally relied on Docker as its container runtime, it now supports multiple runtimes through the Container Runtime Interface (CRI), including containerd and CRI-O. JBI's Docker course is a natural precursor to Kubernetes training for those new to containerisation.
The Kubernetes Beyond the Basics course is a two-day programme designed for professionals who already have working Kubernetes knowledge and want to deepen their expertise. It covers advanced topics that go beyond standard introductory content, including advanced scheduling and resource management, custom resource definitions (CRDs) and operators, advanced networking patterns, Kubernetes security hardening, service mesh concepts, extending Kubernetes with admission controllers, and strategies for operating Kubernetes effectively at scale in production environments.
Yes. All Kubernetes courses at JBI can be delivered as customised onsite or online programmes for corporate engineering and DevOps teams. Content and exercises can be tailored to the team's cloud provider, existing infrastructure, specific use cases, and Kubernetes maturity level. For example, a team running workloads on Azure Kubernetes Service (AKS) can receive training focused on that environment, or a team migrating from virtual machines to containers can receive a programme that addresses the migration journey as well as Kubernetes fundamentals. JBI has delivered Kubernetes and DevOps training for engineering teams at organisations including the BBC, NHS, Cisco, Sky, and Capita.
Yes. JBI's Kubernetes courses address the major cloud-managed Kubernetes services — including Azure Kubernetes Service (AKS), Amazon Elastic Kubernetes Service (EKS), and Google Kubernetes Engine (GKE) — alongside core Kubernetes concepts that apply across all environments. Customised corporate programmes can be focused specifically on the cloud provider and managed Kubernetes service that the team uses in practice, ensuring the training is directly applicable to the delegates' working environment.
RBAC stands for Role-Based Access Control and is Kubernetes' built-in mechanism for controlling who can perform which actions on which resources within a cluster. It allows administrators to define roles with specific permissions — such as the ability to read Pods in a particular namespace but not delete them — and bind those roles to users or service accounts. RBAC is a critical security topic for any organisation running Kubernetes in production. It is covered in the Kubernetes for Administrators course and in the Kubernetes Beyond the Basics course, where security hardening and access control are addressed in depth.
Yes. Kubernetes follows a regular release cycle and JBI's training content is continuously reviewed and updated to reflect the latest stable Kubernetes version, deprecated APIs, new features, and evolving best practices from the Cloud Native Computing Foundation (CNCF) ecosystem. This includes updates to tooling such as kubectl, Helm, and monitoring stacks, as well as developments in the broader cloud-native landscape. Delegates learn skills that are current and applicable to the Kubernetes versions and practices used in production environments today.

CONTACT
+44 (0)20 8446 7555

[email protected]

 

Copyright © 2026 JBI Training. All Rights Reserved.
JB International Training Ltd  -  Company Registration Number: 08458005
Registered Address: Wohl Enterprise Hub, 2B Redbourne Avenue, London, N3 2BS

Modern Slavery Statement & Corporate Policies | Terms & Conditions | Contact Us

POPULAR

AI training courses                                                                        CoPilot training course

Threat modelling training course   Python for data analysts training course

Power BI training course                                   Machine Learning training course

Spring Boot Microservices training course              Terraform training course

Data Storytelling training course                                               C++ training course

Power Automate training course                               Clean Code training course