Corporate · onsite · online training worldwide
contact@DevOpsSchool.com· +91 99057 40781·
> Container Orchestration · DevOpsSchool Trainer

Kubernetes Trainer in Thailand

Remote-first private corporate batches in ICT (UTC+7), onsite in Thailand by arrangement — taught by a practitioner who runs Kubernetes in production.

20 years across DevOps, SRE and Security · 10,000+ engineers trained · Trained teams at JPMorgan Chase, Verizon, Nokia and the World Bank

DeliveryOnline · Onsite by arrangement
FormatsCorporate · 1-on-1 · Cohort
AgendaCustomisable
TimezoneICT (UTC+7)
Engineers we've trained work at
JPMorgan ChaseBank of AmericaWells FargoVerizonNokiaWorld BankGE HealthcareVMwareOracleQualcommMercedes-BenzAirbusDatadogSplunkDeloitteInfosysWiproCapgemini
# who teaches it

Your Kubernetes trainer

Rajesh Kumar

Principal DevOps Engineer & Architect

Container platformsCluster operationsProduction Kubernetes20 years in productionPrincipal / architect roles10,000+ engineers trainedM.Tech BITS Pilani25+ certifications

Rajesh teaches Kubernetes for distributed and peak-driven estates: lightweight clusters at remote sites, fleet configuration from Git with drift visible per cluster, image pre-pull and registry mirroring for constrained links, autonomous behaviour when connectivity drops, and horizontal and queue-driven autoscaling rehearsed against a modelled campaign load. Sessions run in ICT against clusters the attendees build, and every failure mode is produced deliberately rather than described.

Twenty years across DevOps, SRE and Security, in principal and architect roles at PayPay, SoftwareAG, ServiceNow, JDA Software, Intuit, Adobe and others. He has trained engineers at JPMorgan Chase, Verizon, Nokia, the World Bank, VMware, Oracle, Mercedes-Benz and Airbus — more than 10,000 people personally. He teaches what he runs, not what he reads.

One practitioner, not a bench

You are booked with a named engineer, and that is who turns up. Marketplaces and larger providers rotate whoever is free, so the person who sold you the agenda is rarely the person teaching it.

The same trainer is available for the next engagement, which matters when a team builds on what it learned last time.

18,000+certified learners
500+corporate batches delivered
50+countries served
100+certification programmes
# faculty

Who delivers Kubernetes engagements

Your batch is assigned a named trainer before it starts, and that is who teaches it. See the full faculty.

How your Kubernetes trainer is chosen

Engagements are matched on the tool, not the calendar. For Kubernetes that means a trainer who has run it in production — clusters at the edge and clusters under peak — fleet management, offline-tolerant sites and campaign-day autoscaling — rather than whoever is free that week. You are told who is teaching before you commit, and that person is on the discovery call that shapes the agenda.

Where a batch is large enough to need a second trainer, the pairing is declared up front. The lead trainer stays accountable for the syllabus and the assessment either way.

Rajesh Kumar

Principal DevOps Engineer & Architect

India20 yrsLead trainer

Twenty years across DevOps, SRE and Security in principal and architect roles at PayPay, SoftwareAG, ServiceNow, JDA Software, Intuit, Adobe, IBM/Emptoris, Ness, MindTree and Accenture. He has trained more than 10,000 engineers personally, at organisations including JPMorgan Chase, Verizon, Nokia, the World Bank, VMware, Oracle, Mercedes-Benz and Airbus. He teaches what he runs, not what he reads.

Durga Prasad

IndiaInstructorCoach

Gaurav Aggarwal

IndiaInstructorCoach

Harsh Mehta

IndiaInstructorCoach

Kapil Gupta

IndiaInstructorCoach

Kunal Jain

IndiaInstructorCoach

Nikhil Gupta

IndiaInstructorCoach

Pranab Kumar

IndiaInstructorCoach

Rohit Ghatol

IndiaInstructorCoach

Amit Agarwal

IndiaInstructorCoach

Anil Kumar

IndiaInstructorCoach

Balachandran Anbalagan

IndiaInstructorCoach

# how to engage

Four ways to work with this trainer

Private corporate batch

Teams of 8–30

Custom agenda, your timezone, onsite or online, NDA-friendly.

Request a quote

1-on-1 mentoring

Individual engineers

A private instructor and a curriculum built around your goal.

₹99,999

Live & Interactive cohort

Individuals who want peers

Scheduled batch, max 8 to 10 hours of live instruction.

₹34,999

Self-paced video

Self-starters

Full LMS access — 20+ courses and 50+ tools included.

₹833/mo
# private batches

Private Kubernetes training for your team

A private batch starts with a discovery call. We look at the stack you actually run — the CI system, the cloud, the constraints — and map the agenda onto it, so examples use your topology rather than a generic one.

Onsite delivery in Thailand is booked with two to three weeks' lead time, and travel to a plant, warehouse or distribution site outside the capital is planned into the schedule rather than assumed; the client provides the room, network access and a screen while the trainer brings the lab, cluster material and assessment. Live online is the default, scheduled in ICT (UTC+7), with a second sitting where operations staff work shifts. Quotes are issued in THB with INR retained as the source price, purchase orders and vendor registration are completed before day one, and applicable value-added tax appears on the invoice. Batches run 8 to 30 engineers; where a campaign date is fixed we schedule the batch to finish before the rehearsal window so the load work lands in time to be useful.

Every attendee leaves with recordings, slides, lab repositories and a completion certificate. You receive an attendance and assessment report. Invoicing supports PO and GST.

Talk to us about a private Kubernetes batch

What you provide vs what we bring

  • You: the room or the call, and the engineers
  • Us: trainer, agenda, labs, assessment, certificates
  • Labs: we guide your team through provisioning their own free-tier cloud environment — the skill goes with them
# the technology

What is Kubernetes?

Kubernetes is a scheduler and a set of controllers that keep a declared workload running across whatever machines you give them. Most training assumes those machines are a comfortable pool of identical nodes in one data centre. A great many Thai deployments are not that. They are one central cluster plus a scattering of very small clusters living in stores, plants, warehouses and branches, connected by links that are slower and less reliable than head office believes.

That distribution changes which Kubernetes properties matter. At a site, the valuable property is autonomy: when the link drops, the node must keep running what it already has, resume when connectivity returns, and never require a person on site to type a command. At the centre, the valuable property is elasticity, because consumer platforms here concentrate a large share of annual revenue into a handful of campaign days.

So Kubernetes in Thailand is usually two problems wearing one name. Managing many small clusters as a fleet — registering them, configuring them from Git, upgrading them without a truck roll and knowing which version each one is running — and making one central cluster absorb a traffic peak that is an order of magnitude above its normal day without falling over or costing a fortune the rest of the year.

Why this skill matters now

Thai retailers, manufacturers and logistics operators are pushing compute towards the places where the business actually happens. Point-of-sale, vision inspection, sensor aggregation and local caching all want to run near the site rather than round-trip to a central platform, and Kubernetes distributions light enough for a small industrial box have made that practical.

The moment a company has thirty such sites, the problem changes shape. Nobody can hand-manage thirty clusters, so fleet tooling, declarative configuration and remote recovery stop being nice-to-have and become the operating model.

On the consumer side the pressure is different but equally concrete: campaign days generate traffic multiples that a static cluster cannot serve economically, so autoscaling behaviour, warm capacity, queue-driven scaling and graceful degradation are rehearsed engineering rather than theory. Both patterns need engineers who understand what the scheduler and the controllers will actually do under pressure — not just how to apply a manifest — and that is the skill Thai teams report the most difficulty hiring.

Kubernetes training
# outcomes

What your team can do afterwards

Decide what belongs in a central cluster and what belongs at a site, and size a lightweight cluster for constrained hardware
Manage many clusters as a fleet: registration, declarative configuration from Git, and a view of which version each site is running
Keep deployments working over slow or intermittent links using registry mirrors, pre-pull and staged rollout
Design workloads that keep serving when the site loses connectivity and reconcile cleanly when it returns
Scale a central cluster for a campaign peak with horizontal, queue-driven and cluster autoscaling, plus warm capacity where cold start is too slow
Rehearse a peak honestly — load model, breaking point, back-pressure and a degradation ladder agreed with the business
Handle persistent data at a site: local storage, backup over a thin link, and retention that respects personal-data obligations
Provision and recover a site cluster remotely, including a rebuild with no engineer present
# curriculum

8 modules. Live demos in a real lab, not slides.

01Central cluster, site clusters, or bothLive & Interactive5 hrs · 2 assignments · 1 capstone

The placement decision before any installation. What has to run at a site, what must stay central, what a small box can realistically host, and how a lightweight distribution differs from a full control plane in ways that matter operationally.

Topics: Workload placement between centre and site · Lightweight distributions and what they trade away · Sizing a cluster for constrained hardware · Single-node versus multi-node site clusters · Hardware and operating-system baseline for sites · Cost and support model per additional site

  • Assignments: (1) Classify one product's components by where they must run; (2) Build a single-node site cluster on constrained resources
  • Capstone: Produce a placement design covering the centre and a representative site class
02Fleet management from GitLive & Interactive5 hrs · 2 assignments · 1 capstone

Operating thirty clusters with the effort of operating one. Cluster registration and inventory, declarative configuration applied per cluster and per group, rollout rings for site classes, and knowing precisely which version is where.

Topics: Cluster inventory and registration · Declarative configuration per cluster and per group · Rollout rings and staged fleet updates · Per-cluster drift visibility · Bootstrapping a new site into the fleet · Fleet-wide reporting on version and health

  • Assignments: (1) Register two clusters and apply differentiated configuration from one repository; (2) Roll a change to one ring and hold it back from another
  • Capstone: Deliver fleet management where a new site joins with a single declarative change
03Deployment over links that are not reliableLive & Interactive5 hrs · 2 assignments · 1 capstone

Getting images and manifests to a site without assuming bandwidth. Registry mirrors and pull-through caching, image pre-pull ahead of a rollout, image size discipline, retry and back-off behaviour, and rollout strategies for a fleet on a thin pipe.

Topics: Registry mirrors and pull-through caches · Pre-pull strategies before a rollout · Image size and layer reuse across workloads · Pull back-off, retries and timeouts · Staged rollout across a fleet · Verifying what actually landed at each site

  • Assignments: (1) Pre-pull a release across simulated sites and then cut over; (2) Throttle a link and make a rollout complete anyway
  • Capstone: Roll a release to a fleet over constrained links with verification per site
04Autonomy when the link dropsLive & Interactive5 hrs · 2 assignments · 1 capstone

What a site cluster does alone. Node behaviour when the control plane or the network is unreachable, local caching and queue-and-forward patterns, tolerations and eviction settings tuned for disconnection, and clean reconciliation on reconnect.

Topics: Node behaviour under control-plane disconnection · Eviction timeouts and tolerations for unstable links · Local caching and queue-and-forward designs · Reconciliation and conflict handling on reconnect · Health checks that do not depend on the centre · Alert suppression during known outages

  • Assignments: (1) Disconnect a site cluster and observe workload behaviour; (2) Tune eviction settings so pods survive a link outage
  • Capstone: Deliver a site workload that keeps serving offline and reconciles correctly on return
05Scaling for a campaign peakLive & Interactive5 hrs · 2 assignments · 1 capstone

The central cluster on the day that matters. Horizontal pod autoscaling on the right signal, queue-driven scaling, cluster autoscaling and node warm pools, cold-start reality, and the limits that bite before capacity does.

Topics: Horizontal autoscaling on custom and external metrics · Queue-driven scaling for asynchronous work · Cluster autoscaling and node warm pools · Cold start, image pull time and readiness · Connection limits, quotas and downstream bottlenecks · Cost profile between peak and normal days

  • Assignments: (1) Scale a service on a queue-depth metric rather than CPU; (2) Find the first bottleneck that is not the application
  • Capstone: Configure a scaling profile that absorbs a modelled campaign peak within cost limits
06Rehearsal and graceful degradationLive & Interactive5 hrs · 2 assignments · 1 capstone

Proving the plan before the traffic does. Building a realistic load model, running the rehearsal, agreeing a degradation ladder with the business, testing rollback under load, and turning the findings into concrete work.

Topics: Building a load model from historical traffic · Load rehearsal and game-day practice · Back-pressure, shedding and admission control · Degradation ladders agreed with the business · Rollback and pausing releases under load · Post-rehearsal actions and re-testing

  • Assignments: (1) Run a load rehearsal to failure and document the mode; (2) Implement one step of a degradation ladder and re-test
  • Capstone: Deliver peak-readiness evidence: model, rehearsal result, degradation plan, retest
07Data at the edgeLive & Interactive5 hrs · 2 assignments · 1 capstone

Persistence where there is no storage team. Local persistent volumes and their limits, backup over a thin link, synchronisation patterns to the centre, and keeping personal data handling compliant with Thailand's data-protection expectations.

Topics: Local persistent volumes and node affinity · Backup strategies over constrained bandwidth · Synchronisation and conflict resolution to the centre · Retention and deletion at the site · Personal data minimisation in edge telemetry · Encryption at rest on hardware in a public space

  • Assignments: (1) Back up site data over a throttled link and restore it; (2) Reduce a telemetry stream so it carries no personal identifiers
  • Capstone: Deliver a site data plan covering persistence, sync, retention and encryption
08Remote provisioning, recovery and bilingual operationsLive & Interactive5 hrs · 2 assignments · 1 capstone

Running the estate with nobody technical on site. Zero-touch provisioning, remote recovery when a site cluster will not start, monitoring that distinguishes a failed workload from a failed link, and runbooks written for the people actually present.

Topics: Zero-touch provisioning and bootstrap tokens · Remote recovery and out-of-band access · Distinguishing workload failure from connectivity loss · Fleet monitoring and alert routing · Runbooks for non-engineers, in two languages · Escalation between site staff and central engineering

  • Assignments: (1) Provision a site cluster without touching it; (2) Write a recovery runbook a non-engineer can follow
  • Capstone: Recover a dead site cluster remotely and document the procedure bilingually

Need this mapped to your stack?

We rebuild the agenda around the tools you actually run.

Request a custom agenda
# hands-on

Labs and capstones your engineers actually build

LAB · EDGE

A cluster on a small box

Install a lightweight Kubernetes distribution on constrained resources, run a real workload on it, and measure what the control plane costs you in memory and CPU.

k3sedgesizing
LAB · FLEET

Thirty clusters, one repository

Register multiple clusters, configure them declaratively with per-group differences, roll a change to one ring only, and produce a version report for the fleet.

gitopsfleetrollout
LAB · OFFLINE

Pull the cable mid-rollout

Pre-pull images to simulated sites, disconnect one during rollout, and make the deployment complete correctly with verification at the far end.

registry mirrorpre-pullresilience
LAB · AUTONOMY

Site alone for two hours

Sever a site cluster from the control plane, keep the workload serving, queue outbound data, then reconnect and reconcile without duplicates.

disconnectionevictionreconciliation
LAB · PEAK

Scale on the queue, not the CPU

Drive a campaign-shaped load, scale on queue depth and external metrics, hit the first non-application bottleneck, then add back-pressure and repeat.

autoscalingkedaload test
CAPSTONE · FLEET OPS

Peak day with a site outage

Run a modelled peak on the central cluster while a site loses connectivity, degrade gracefully, recover the site remotely, and write the review.

capstonedegradationrecovery
# ecosystem

The tools Kubernetes sits next to

k3s
containerd
Argo CD
Helm
Harbor
KEDA
Prometheus
Grafana
Longhorn
Terraform
Ansible
Cilium

Who this is for

  • Platform engineers running a central cluster alongside site or plant deployments
  • Retail and manufacturing IT teams putting workloads into stores and factories
  • SREs preparing a consumer platform for campaign-day traffic
  • Infrastructure engineers managing many small clusters as a fleet
  • Operations teams responsible for remote recovery without site engineers
  • Architects designing edge-plus-centre topologies

Pre-requisites

  • Comfortable on a Linux command line, including services, storage and logs
  • Working knowledge of containers and images
  • Basic networking, including what latency and packet loss do to a transfer
  • Familiarity with YAML and Git-based workflows
  • Two or three VMs or small machines that can act as central and site nodes
# thailand

Kubernetes training in Thailand

The Kubernetes work that comes out of Thailand splits cleanly into two populations. One is industrial: electronics, automotive component and food manufacturers, cold-chain and logistics operators, and retail chains with hundreds of outlets, all of which want workloads running physically close to the operation rather than round-tripping to a central platform. The other is consumer: marketplaces, delivery platforms, travel and hospitality services and bank digital channels whose year is shaped by a small number of campaign days.

The technical requests differ accordingly. Industrial teams ask about lightweight clusters on small hardware, managing dozens of them without a truck roll, behaviour when the link to a site drops, and backup over a connection that will not carry a full copy. Consumer teams ask about autoscaling on the right signal, warm capacity, cold-start time, and where a platform breaks before the application does. Both sets share two constraints that shape every Thailand engagement: bandwidth to remote locations is worse than the central architecture assumes, and operations staff on site are not engineers, so recovery has to be remote and runbooks have to be written for the people who are actually present in both Thai and English.

Teams we have trained

Siemens · Docker and KubernetesToshiba · Git and JenkinsEricsson · Docker and KubernetesVerizon · Docker and KubernetesNokia · Kubernetes and cloud programmes
# pricing

Straightforward pricing, quoted in THB

Every plan includes 1 year of full LMS access — not just this course, the entire DevOpsSchool LMS: 20+ courses, 50+ tools, videos, quizzes, assignments and projects.

Self-paced video

₹833/mo

Billed yearly at ₹9,996

Enroll now

1-on-1 mentorship

₹99,999

Full program, private instructor

Enroll 1-on-1

Corporate / private batch

8–30 engineers · custom agenda · onsite or online · PO and GST invoicing

Get a custom quote

Refunds. If we cancel or postpone a cohort, you get a full refund within 15 days. There is no money-back guarantee otherwise.

Terms. Course material remains licensed to the attendee. Read the terms.

Your data. We don't share it with third parties. Privacy policy.

Every attendee gets a verifiable certificate

  • Issued per attendee on completion
  • Verifiable at devopsschool.com/certificates
  • Hard copy available on request
  • Corporate batches receive an attendance and assessment report
DevOpsSchool

Kubernetes Training

Certificate of completion

# feedback

What engineers say

4.4 / 5 from 26 reviews on Trustpilot.

★★★★☆
Helped to understand more on overall DevOps concepts.
Pankaj Malhotra · Trustpilot
★★★★★
Got good lab sessions which kept the new DevOps tool learnings to the point and it helped a lot in my career.
robin son · Trustpilot
★★★★★
The Rundeck developer session was excellent and highly engaging. I appreciated how well the session was structured, with the theoretical concepts explained clearly and in simple terms. What stood out most to me was the demo — it was both informative and enjoyable. I especially liked how Rajesh walked us through not only the happy path but also the sad path, showcasing common issues and sharing practical troubleshooting tips.
Raimy Roy · Trustpilot
★★★★★
Rajesh's experience and knowledge are exceptional and we learnt invaluable practical knowledge which we can apply in our production environment. Incredibly friendly and gave us a fantastic insight both in-depth and at a high level of the Rundeck product.
Fire Titan · Trustpilot
★★★★★
Great learning experience from a very knowledgeable instructor with well-prepared course notes. The lab exercises on AWS instance work well to learn the hands-on side of the course.
Ando Gg · Trustpilot
★★★★★
Rajesh is a very good trainer I have experienced in DevSecOps training. The number of contents in different topics he has posted on the DevOpsSchool public website are amazing and user friendly for beginners and experienced professionals.
Ashutosh Mishra · Trustpilot
# comparison

Why a named practitioner beats a marketplace listing

What mattersYouTube + blogsGeneric online courseFreelance marketplaceDevOpsSchool
Named practitionerNoRarelyVaries per bookingYes — same trainer each time
Production experienceUnknownUnknownUnverified20 years, named employers
Custom agendaNoNoSometimesBuilt from your stack
Onsite deliveryNoNoSometimesYes
Lab environmentNoneSandbox that expiresVariesYour own cloud — skill goes with you
AssessmentNoneQuizRarelyAssignments + capstone per module
Per-attendee certificatesNoSometimesRarelyYes
Corporate invoicingNoLimitedVariesPO and GST
Post-training supportNoneForum, time-limitedNoneLifetime forum access
# questions

Frequently asked

Which timezone do sessions run in?
Live online sessions run in ICT (UTC+7), aligned to the local working day. Where operations staff work shifts, we schedule a second sitting rather than expecting one group to attend outside their hours.
How are quotes and invoices handled?
Quotes are issued in THB with INR shown as the source price. Purchase orders are supported, vendor registration is completed before the first session, and applicable value-added tax is stated on the invoice.
Can the trainer come onsite in Thailand?
Yes, with two to three weeks' lead time, including travel to a plant or distribution site outside the capital. You provide the room, network access and a screen; we bring the lab, materials and assessment, and travel is itemised separately.
Is delivery in English?
Sessions are delivered in English at a deliberate pace with generous question time, and runbook and lab material is structured so a bilingual team can maintain a Thai version afterwards.
Do you cover lightweight Kubernetes for site hardware?
Yes. Sizing, installation and operation of lightweight distributions on constrained hardware is a core module, including what those distributions trade away compared with a full control plane.
Can you build the agenda around our peak calendar?
Yes. If your campaign dates are fixed, we schedule the batch to land before the rehearsal window and shape the load-modelling exercises around your real traffic history.
What size are batches?
Private corporate batches run 8 to 30 engineers. Public Live & Interactive cohorts are capped at 10 so everyone gets time with the trainer.
What lab environment do we need?
A couple of VMs or small machines per attendee acting as central and site nodes, provisioned by attendees with our guidance. The clusters they build are the ones they keep.
Do attendees get a certificate?
Yes — a completion certificate per attendee, verifiable at devopsschool.com/certificates, plus an attendance and assessment report for corporate batches.
What is your refund position?
If we cancel or postpone a cohort, you receive a full refund within 15 days. There is no general money-back guarantee, and GST and gateway fees are not refunded.

Still deciding?

Tell us the team, the stack and the timeline. You'll get a straight answer, not a sales sequence.

Talk to an advisor
# ready when you are

Book a Kubernetes trainer — or ask a question first.

  • No spam, no drip sequence
  • Syllabus in 60 seconds
  • A human reply within one business day

Prefer to call or email?

More ways to reach us on the contact page.

Talk to an advisorRequest a quote