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

Full Stack DevOps Trainer

Private corporate batches, live online cohorts and 1-on-1 mentoring in the end-to-end delivery toolchain — source control, CI, artifacts, containers, orchestration, infrastructure as code, delivery and observability — taught by a practitioner who runs it 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 · Hybrid
FormatsCorporate · 1-on-1 · Cohort
AgendaCustomisable
Batch size8–30 engineers
Engineers we've trained work at
JPMorgan ChaseBank of AmericaWells FargoVerizonNokiaWorld BankGE HealthcareVMwareOracleQualcommMercedes-BenzAirbusDatadogSplunkDeloitteInfosysWiproCapgemini
# who teaches it

Your Full Stack DevOps trainer

Rajesh Kumar

Principal DevOps Engineer & Architect

DevOps transformationSRE adoptionTeam enablement20 years in productionPrincipal / architect roles10,000+ engineers trainedM.Tech BITS Pilani25+ certifications

Rajesh teaches the full delivery path as one system rather than as a tool tour: a branching model a build server can act on, a CI job that produces exactly one immutable artifact, that artifact promoted rather than rebuilt across environments, infrastructure declared in Terraform with remote state and locking, configuration converged with Ansible, workloads scheduled on Kubernetes, release driven by GitOps reconciliation, and the whole path instrumented with metrics, logs and traces. Sessions are deliberately weighted toward the seams — artifact promotion, secret handling, environment parity, drift and rollback — because that is where delivery pipelines actually fail, and toward the security gates that have to run inside the pipeline rather than after it.

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 Full Stack DevOps engagements

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

How your Full Stack DevOps trainer is chosen

Engagements are matched on the tool, not the calendar. For Full Stack DevOps that means a trainer who has run it in production — the end-to-end delivery toolchain — source control, CI, artifacts, containers, orchestration, infrastructure as code, delivery and observability — 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 Full Stack DevOps 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.

Delivery is onsite at your premises, live online, or hybrid, scheduled around your release calendar rather than ours. Batches run 8 to 30 engineers.

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 Full Stack DevOps 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 Full Stack DevOps?

Full Stack DevOps is the practice of owning a change across its entire path — from the commit that introduces it, through build, test, packaging, provisioning and release, to the telemetry that tells you whether it worked. It is not a product you install. It is a toolchain plus a set of working agreements that removes the manual gaps between those stages, so that the route from a developer's laptop to production is one automated, auditable pipeline rather than a relay of tickets.

In practice the stack has recognisable layers. Source control and a branching model that a build server can act on. Continuous integration that compiles, tests and produces one immutable artifact. An artifact repository that stores it with provenance. Containers and an image supply chain. An orchestrator that schedules those images and gives them networking, storage, configuration and secrets. Infrastructure as code that creates the environment underneath, and configuration management that keeps the hosts inside it consistent. A delivery mechanism — pipeline-driven or GitOps-driven — that promotes the same artifact through environments. Then observability: metrics, logs, traces and alerts that close the loop, plus the security gates that run inside the pipeline rather than after it.

The reason Full Stack DevOps is taught as a programme rather than as ten separate tools is that almost nothing breaks inside a tool. It breaks at the seams: the artifact that gets rebuilt per environment instead of promoted, the Terraform state nobody locked, the Kubernetes manifest whose image tag is `latest`, the secret that lives in a CI variable and in a config map and in a vault with three different values. Engineering the seams is the discipline; individual CLIs are the vocabulary.

Why this skill matters now

Organisations no longer buy DevOps as a tool purchase; they staff it. The market has consolidated on a fairly stable toolchain — Git, a CI system, containers, Kubernetes, Terraform, a GitOps controller and an observability stack — and what is scarce is not familiarity with any one of them but the ability to make all of them behave as a single delivery system.

That shift is visible in how roles are written. Platform engineering, SRE and DevOps job specifications now list six to ten technologies at once, because the work is integration work. A team can hire a Kubernetes specialist and still ship slowly if the build produces a different artifact for every environment, or if there is no way to trace a running pod back to a commit.

The second driver is compliance and supply-chain security. Provenance, signed artifacts, dependency scanning, policy-as-code and audited promotion paths have moved from optional to expected, and they can only be implemented in the pipeline — which means the person who designs the pipeline is now also the person who satisfies the auditor. Broad, connected competence is what organisations actually recruit and promote for.

Full Stack DevOps training
# outcomes

What your team can do afterwards

Map an organisation's current delivery path end to end and identify every manual gap, rebuild and unaudited handover in it
Design a branching and versioning model that a CI system can act on without human coordination
Build a pipeline that produces one immutable, provenance-carrying artifact and promotes it — never rebuilds it — across environments
Containerise applications properly: multi-stage builds, non-root images, base image policy, registry layout and vulnerability scanning
Deploy and operate workloads on Kubernetes with sane configuration, secrets, resource limits, probes and rollout strategies
Provision environments with Terraform using remote state, locking and modules, and keep hosts consistent with Ansible
Implement continuous delivery both ways — pipeline-push and GitOps reconciliation — and explain when each is the right choice
Instrument services so an incident is diagnosable: RED and USE metrics, structured logs, distributed traces and alerts tied to SLOs
Place security gates inside the pipeline — SAST, dependency and image scanning, secret detection and policy as code
Justify a toolchain to a stakeholder on cost, lead time, change failure rate and recovery time rather than on preference
# curriculum

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

01The delivery pipeline as a systemLive & Interactive5 hrs · 2 assignments · 1 capstone

Before any tool, the map. What actually happens between a commit and a serving request in your organisation today, where the manual steps and approvals sit, and how long each stage takes. DevOps as a set of feedback loops rather than a job title, the four delivery metrics that make the argument measurable, and an honest look at where DevOps practice is the wrong investment.

Topics: From waterfall to continuous delivery — what actually changed · DevOps, SRE, platform engineering and DevSecOps: the real distinctions · Value stream mapping a real delivery path · Lead time, deployment frequency, change failure rate and MTTR · Feedback loops and where they break · Anatomy of the modern toolchain, layer by layer · Where DevOps investment does not pay back

  • Assignments: (1) Value-stream-map your team's current path from commit to production; (2) Measure or estimate the four delivery metrics for one real service
  • Capstone: Produce a current-state and target-state delivery diagram with the three highest-cost gaps named and costed
02Foundations — Linux, networking and scriptingLive & Interactive5 hrs · 2 assignments · 1 capstone

The substrate everything else runs on, taught at the depth a pipeline engineer needs rather than as a sysadmin course. Processes, systemd, filesystems and permissions; the networking that explains half of all container and cluster failures; and enough shell and Python to automate without reaching for a tool.

Topics: Processes, signals, systemd units and journald · Filesystems, permissions, users and sudo policy · Package management and repository hygiene · TCP/IP, DNS, routing, NAT and firewalls as they affect containers · TLS, certificates and the errors they produce · Shell scripting for automation: exit codes, traps, set -euo pipefail · Python for glue: HTTP APIs, JSON/YAML handling, subprocess · SSH keys, agents and jump hosts

  • Assignments: (1) Diagnose three broken services using only journald, ss and systemctl; (2) Write an idempotent shell script that provisions a host from bare install
  • Capstone: Build the Linux lab environment used for the rest of the programme, provisioned by script rather than by hand
03Source control and a branching model CI can act onLive & Interactive5 hrs · 2 assignments · 1 capstone

Git as the input to automation, not as a file-sharing habit. The object model that explains merge, rebase and reset; branching strategies compared by what they cost a build server; and the repository conventions — tagging, semantic versioning, conventional commits, protected branches, code owners — that let a pipeline make decisions without asking a human.

Topics: The Git object model: blobs, trees, commits, refs · Merge vs rebase, and recovering from both going wrong · Trunk-based development, GitFlow and GitHub Flow compared by CI cost · Monorepo vs polyrepo: build triggers, ownership and blast radius · Tagging, semantic versioning and conventional commits · Protected branches, required checks, code owners and review policy · Pull request automation and merge queues · Pre-commit hooks and keeping secrets out of history · Removing a committed secret from history properly

  • Assignments: (1) Convert a long-lived-branch repository to a trunk-based model with required checks; (2) Recover a repository from a bad force-push and a leaked credential
  • Capstone: Define and enforce a repository standard — branching, versioning, protection rules and hooks — across three repositories
04Build, dependencies and the artifactLive & Interactive5 hrs · 2 assignments · 1 capstone

The stage that decides whether the rest of the pipeline is honest. Reproducible builds with Maven, Gradle or npm; dependency resolution, lock files and transitive risk; and the central idea of the programme — one artifact, built once, versioned, stored with provenance, and promoted unchanged. Then artifact repositories: layout, retention, proxying and cleanup.

Topics: Build tools: Maven, Gradle, npm/yarn, and language-agnostic Make · Dependency resolution, lock files and transitive dependencies · Reproducible and hermetic builds · Build once, promote many — and why rebuilding per environment is a defect · Semantic versioning and build metadata · Artifact repositories: Nexus and Artifactory layout and retention · Proxying public registries and why you should · Software bill of materials and dependency provenance · Build caching and pipeline duration

  • Assignments: (1) Make a non-reproducible build reproducible and prove it with two identical checksums; (2) Set up a proxied repository and cut external registry calls from a build
  • Capstone: Deliver a build that emits one versioned, checksummed artifact with an SBOM, stored in a repository with a retention policy
05Continuous integrationLive & Interactive5 hrs · 2 assignments · 1 capstone

Turning the build into an automatic, trustworthy gate. Pipeline as code in Jenkins, GitLab CI and GitHub Actions; agents, runners and executors; the test pyramid and what belongs at each stage; parallelism, caching and pipeline duration as a product decision; and quality gates — coverage, static analysis, licence policy — that block rather than warn.

Topics: Pipeline as code: Jenkinsfile, .gitlab-ci.yml, GitHub Actions workflows · Agents, runners, executors and ephemeral build environments · Triggering: push, merge request, tag, schedule, upstream · The test pyramid: unit, integration, contract, end-to-end · Parallel stages, matrix builds and fan-in · Caching dependencies and layers without poisoning the cache · Quality gates with SonarQube: coverage, duplication, new-code conditions · Pipeline secrets and credential scoping · Flaky tests, quarantine policy and build trust · Notifications, dashboards and who owns a red build

  • Assignments: (1) Build a multi-stage pipeline with parallel test stages and a blocking quality gate; (2) Cut a slow pipeline's duration by half using caching and parallelism, with measurements
  • Capstone: Deliver a CI pipeline that takes a commit to a published, scanned, versioned artifact with no manual step
06Containers and the image supply chainLive & Interactive5 hrs · 2 assignments · 1 capstone

Docker and the OCI ecosystem at the depth needed to run images in production, not just to start one. Namespaces, cgroups and layers; multi-stage builds and image size; the base image and non-root questions; registries, tagging discipline and immutability; and vulnerability scanning wired into the pipeline so a bad image never reaches a cluster.

Topics: Namespaces, cgroups, union filesystems and what a container actually is · Images, layers, caching and multi-stage builds · Base image selection: distroless, Alpine, UBI, and the trade-offs · Non-root containers, capabilities and read-only root filesystems · Dockerfile patterns and anti-patterns · Registries: layout, authentication, tagging and immutable tags · Why `latest` is a production incident waiting to happen · Image scanning with Trivy and equivalents, wired into CI · Image signing, attestation and provenance · Docker Compose for local parity · Podman, containerd and the runtime landscape

  • Assignments: (1) Reduce an image from hundreds of megabytes to a minimal multi-stage build; (2) Fail a pipeline on a critical CVE, then remediate and pass it
  • Capstone: Publish a signed, scanned, non-root, immutably tagged image from CI with a documented base image policy
07Orchestration with KubernetesLive & Interactive5 hrs · 2 assignments · 1 capstone

Running those images at scale. Control plane and node components, the objects that matter day to day, and the operational surface: configuration and secrets, resource requests and limits, probes, rollout and rollback strategies, services and ingress, and persistent storage. Then packaging with Helm or Kustomize so environments differ by values rather than by copies.

Topics: Control plane and node components, and the reconciliation loop · Pods, ReplicaSets, Deployments, StatefulSets, DaemonSets, Jobs · Services, Ingress and the gateway landscape · ConfigMaps, Secrets and configuration injection · Requests, limits, QoS classes and eviction · Liveness, readiness and startup probes · Rolling updates, surge and rollback · Namespaces, RBAC and service accounts · Persistent volumes, claims and storage classes · Helm charts and Kustomize overlays for environment variation · Autoscaling: HPA, VPA and cluster autoscaling · Debugging a failing workload: events, logs, exec, describe

  • Assignments: (1) Deploy a multi-service application with config, secrets, probes and limits; (2) Diagnose five deliberately broken workloads from cluster evidence alone
  • Capstone: Package one application for three environments using a single chart and per-environment values only
08Infrastructure as code and configuration managementLive & Interactive5 hrs · 2 assignments · 1 capstone

The environment underneath the cluster, declared rather than clicked. Terraform's plan and apply lifecycle, remote state with locking, modules and workspaces, and the lifecycle rules that decide in-place update versus destroy-and-recreate. Then Ansible for the configuration layer that Terraform does not own, and Packer for baked images. Finally: drift, and what to do about it.

Topics: Declarative infrastructure and the plan/apply lifecycle · Terraform state, remote backends and state locking · Modules, variables, outputs and composition · Workspaces, environments and directory layouts compared · Lifecycle meta-arguments and in-place vs destroy-and-recreate · Importing existing infrastructure · Ansible for configuration: inventory, roles, idempotency · Packer for immutable machine images · Detecting and reconciling drift · Running IaC from CI: plan on PR, apply on merge · Policy as code with OPA and pre-apply checks · Secrets in IaC and the Vault integration path

  • Assignments: (1) Refactor a monolithic Terraform configuration into versioned modules with remote state; (2) Introduce drift deliberately, detect it from CI, and reconcile it
  • Capstone: Provision a complete environment — network, cluster, database, DNS — from code, with a plan gate in the pipeline
09Continuous delivery, GitOps and release strategyLive & Interactive5 hrs · 2 assignments · 1 capstone

Getting the promoted artifact into an environment safely and repeatedly. Pipeline-push delivery compared with GitOps reconciliation using Argo CD or Flux; environment promotion and approvals; and the release strategies that separate deploy from release — blue-green, canary, rolling and feature flags — with the rollback plan that makes each of them defensible.

Topics: Continuous delivery vs continuous deployment · Push-based delivery from a pipeline · GitOps: reconciliation, desired state and drift correction · Argo CD and Flux: applications, sync policy, health and pruning · Environment promotion: branches, folders and image tag propagation · Approvals, change records and audit evidence · Blue-green, canary and rolling releases · Progressive delivery and automated rollback on metrics · Feature flags and decoupling deploy from release · Database migrations in a continuously delivered service · Rollback: what is actually reversible, and what is not

  • Assignments: (1) Deliver the same artifact to three environments by GitOps with no pipeline write access to the cluster; (2) Run a canary release with an automated rollback triggered by an error-rate metric
  • Capstone: Design and demonstrate a promotion path from merge to production with approvals, canary and a proven rollback
10Observability, security gates and running it for realLive & Interactive5 hrs · 2 assignments · 1 capstone

Closing the loop. Metrics with Prometheus and Grafana, logs with the Elastic Stack, traces with OpenTelemetry, and alerts tied to SLOs rather than to raw thresholds. Then the security work that belongs inside the pipeline — SAST, SCA, secret detection, image scanning, policy as code and secret management — and the operational practice that keeps the whole thing honest: on-call, incident review and cost.

Topics: Metrics: Prometheus, exporters, PromQL, RED and USE methods · Dashboards that answer questions, with Grafana · Centralised logging with the Elastic Stack, and structured logs · Distributed tracing with OpenTelemetry and Jaeger · SLIs, SLOs, error budgets and alerting on symptoms · Incident response, on-call rotation and blameless postmortems · Shift-left security: SAST, SCA, secret scanning, image scanning · Policy as code and admission control · Secret management with Vault and the paths out of CI variables · Supply chain: SBOM, signing and provenance verification · Cost visibility and the FinOps feedback loop · Platform thinking: golden paths and self-service

  • Assignments: (1) Instrument a service with metrics, structured logs and traces, then diagnose a seeded incident from telemetry alone; (2) Add four security gates to an existing pipeline and demonstrate each one blocking a real defect
  • Capstone: Deliver a complete pipeline for one application — commit to production, observable, gated and rollback-tested — and defend every tool choice

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 · PIPELINE

Commit to artifact with no manual step

Build a CI pipeline that compiles, tests, scans and publishes one immutable versioned artifact with an SBOM, and prove nothing downstream ever rebuilds it.

ciartifactssbom
LAB · CONTAINERS

From fat image to signed minimal image

Take a bloated root-running image and rebuild it multi-stage, non-root and minimal, then scan, sign and push it under an immutable tag from CI.

dockerscanningsigning
LAB · INFRASTRUCTURE

A whole environment from code

Provision network, cluster, database and DNS with Terraform modules and remote state, then break it by hand and reconcile the drift from a pipeline.

terraformstatedrift
LAB · DELIVERY

Promote one artifact through three environments

Wire Argo CD to reconcile three environments from Git, promote a single image tag through all of them, and produce the audit trail for the change.

gitopsargo cdpromotion
LAB · RELEASE

Canary with an automatic rollback

Release a deliberately broken version behind a canary, watch the error rate breach its threshold, and let the automation roll it back without human action.

canaryrollbackslo
CAPSTONE · END TO END

One application, whole toolchain

Take a real application from repository standard through CI, image, infrastructure, GitOps delivery and full observability, then run a seeded incident against it.

capstonekubernetesobservability
# ecosystem

The tools Full Stack DevOps sits next to

Git
Jenkins
GitLab CI
GitHub Actions
Docker
Kubernetes
Helm
Terraform
Ansible
Argo CD
Prometheus
Grafana
SonarQube
Vault
Nexus
OpenTelemetry

Who this is for

  • Developers who now own their service in production and need the delivery half of the job
  • System administrators moving from ticket-driven operations to automated delivery
  • QA and release engineers absorbing build, packaging and deployment responsibility
  • Cloud and infrastructure engineers standardising provisioning across teams
  • SREs and platform engineers building golden paths other teams consume
  • Technical leads and architects who have to choose and defend a toolchain

Pre-requisites

  • Comfortable on a Linux command line — files, permissions, packages, processes and services
  • Basic networking literacy: ports, DNS, HTTP and TLS at a working level
  • Some programming or scripting experience in any language
  • Familiarity with Git beyond clone and commit
  • A free-tier AWS, Azure or GCP account, or local VMs with at least 16 GB of RAM in total, for labs
# pricing

Straightforward pricing

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

Full Stack DevOps 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
★★★★★
Good discussion, helped us to understand different tools in SRE.
Prashant Saxena · Trustpilot
★★★★★
I took Terraform training with the tutor named Mithilesh. I requested to tailor the course curriculum for my needs. He did an excellent job of showing me how to write the Terraform script per the instructions provided.
jason smith · Trustpilot
★★★★★
My experience with the AIOps training was positive. The course covered important topics in a structured way, and Rajesh Kumar explained the concepts patiently. I found the practical aspects particularly helpful because they made the technical content easier to understand.
AARTI KUMARI · Trustpilot
★★★★★
I was looking to improve my understanding of AIOps, and this training helped me achieve that goal. Rajesh Kumar explained the subject in a structured and practical manner. The sessions on different AIOps concepts were informative.
Sonali Tiwari · 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

Can the agenda be customised for our stack?
Yes — that is the normal case for a private batch, and it matters more on this programme than on any single-tool course. We start with a discovery call, look at the CI system, cloud, orchestrator and observability stack you already run, and rebuild the module list around them rather than teaching a generic toolchain.
Do you deliver onsite?
Yes. Private batches run onsite at your premises, live online, or hybrid. You provide the room and the engineers; we bring the trainer, agenda, labs, assessment and certificates.
What lab environment do we need?
Attendees provision their own environment — free-tier AWS, Azure or GCP, or local VMs — and we guide them through it. We deliberately do not hand out temporary sandboxes, because the environment they build is the one they keep and can rebuild afterwards.
How long does a full stack programme take?
Typically eight to twelve days, usually split across weeks rather than delivered in one block. A condensed five-day version covers CI, containers, Kubernetes and Terraform at working depth and drops the security, observability and GitOps modules.
Is this a substitute for the individual tool courses?
No, and it is not meant to be. This programme teaches the toolchain as a system and goes deep on the seams between tools. If a team needs specialist depth in one tool — Kubernetes internals, Terraform module design, Jenkins administration — the dedicated trainer page for that tool is the better fit, and the two combine well.
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.
Do attendees get a certificate?
Yes — every attendee receives a completion certificate, verifiable at devopsschool.com/certificates. Corporate batches also receive an attendance and assessment report.
We are a Windows and .NET shop. Does this still apply?
Yes, with a customised agenda. The delivery model is identical; the examples change to MSBuild or dotnet CLI, Windows containers or Linux-hosted .NET, Azure DevOps or GitHub Actions, and Azure infrastructure. The Linux module stays, because your build agents and cluster nodes almost certainly run it.
Which cloud do you teach on?
Whichever one you run. The concepts are cloud-neutral and the labs are written for AWS by default, with Azure and GCP equivalents available. For a private batch we build the labs on your cloud so the lab account matches the production account model.
What happens if someone misses a session?
Sessions are recorded and available in the LMS, and attendees keep LMS access for a year. For public cohorts, a missed session can be picked up in a later batch.
How do you handle invoicing and tax?
We support purchase orders and issue GST invoices where applicable. Corporate quotes are issued in your currency; INR remains the source price.
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 Full Stack DevOps 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