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

Chef Trainer in Bangalore

Private corporate batches delivered onsite across Bangalore, or live online in IST (UTC+5:30) — taught by a practitioner who runs Chef in production.

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

DeliveryOnsite at your office · Online
FormatsCorporate · 1-on-1 · Cohort
AgendaCustomisable
TimezoneIST (UTC+5:30)
Engineers we've trained work at
JPMorgan ChaseBank of AmericaWells FargoVerizonNokiaWorld BankGE HealthcareVMwareOracleQualcommMercedes-BenzAirbusDatadogSplunkDeloitteInfosysWiproCapgemini
# who teaches it

Your Chef trainer

Rajesh Kumar

Principal DevOps Engineer & Architect

Configuration managementInfrastructure as codeFleet automation20 years in productionPrincipal / architect roles10,000+ engineers trainedM.Tech BITS Pilani25+ certifications

Rajesh teaches Chef the way an inherited estate demands: the compile and converge phases traced live so timing surprises stop being mysteries, the full attribute precedence table worked through against a real node object, search and data bags, custom resources with proper notifications, and the Berkshelf to Policyfile migration path. Testing is treated as core rather than optional — Cookstyle, ChefSpec, Test Kitchen and InSpec profiles that gate a pipeline and then double as audit evidence — with every concept demonstrated against converging machines rather than slides.

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 Chef engagements

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

How your Chef trainer is chosen

Engagements are matched on the tool, not the calendar. For Chef that means a trainer who has run it in production — Chef Infra for Bangalore infrastructure teams — attribute precedence, Policyfiles, Test Kitchen and InSpec evidence on inherited estates — 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.

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

Durga Prasad

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 Chef 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 sessions run at your own office. Chef engagements in Bangalore typically land along the Outer Ring Road between Bellandur and Marathahalli, in Whitefield, at Manyata Tech Park or Embassy Golf Links, and we schedule one site per day so a peak-hour crossing does not consume lab time. You provide the room, a screen and network access to a lab Chef Infra Server or a hosted trial; we bring the trainer, agenda, cookbooks and assessment. Where an estate is under change control we work against a copy of your cookbooks under NDA rather than your production organisation. Sessions are scheduled in IST (UTC+5:30), and a 09:30 to 17:00 shape leaves the evening free for teams that overlap with US counterparts. Invoicing is in INR from our Indian entity with GST, against a purchase order where procurement requires one, and travel within Bangalore is included in the quote.

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 Chef 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 Chef?

Chef is a configuration management system in which infrastructure is expressed as Ruby that runs in two distinct phases. During compile, the client evaluates every recipe in the run list and builds a resource collection — nothing has touched the machine yet. The converge phase then walks that collection in order, and each resource does whatever is required to reach the state it declared — or nothing at all, if the machine is already there. Almost every confusing Chef behaviour, from a variable that seems to be set too early to a notification that fires at an unexpected moment, comes back to that two-phase model.

The node is the other central object. Ohai gathers facts about the machine at the start of every run; those automatic attributes then compete with default, normal, override and force levels set in cookbooks, roles, environments and the node itself, resolved through a precedence table that is genuinely the most common source of production surprises. Chef Infra Server holds node objects, data bags, environments, roles and cookbook versions, and makes them searchable — which is how one node discovers another without a service registry.

How that code is assembled has changed. Berkshelf and environment version pinning gave way to Policyfiles, which lock an entire dependency set and run list into a single, promotable artifact — a materially different operating model, and the migration most existing estates are somewhere inside. Around it sits the tooling that makes Chef testable: Cookstyle for linting, ChefSpec for unit tests of the compile phase, Test Kitchen for converging on a real machine before a node ever sees the change, and InSpec for controls that can gate a pipeline and then be re-run against production as evidence.

Why this skill matters now

Configuration management did not disappear when containers arrived; it moved. The workloads that were easy to containerise went to Kubernetes, and what remained on virtual machines is the harder half — databases, licensed software, appliances, hosts with hardware dependencies, and the long tail of systems that a regulator, a vendor contract or a physics constraint keeps where it is. Those estates still drift, still need patching, and still need to prove they match policy.

Chef is disproportionately represented in that remaining half, because organisations that adopted it did so for large, long-lived, compliance-heavy fleets. The result is a specific and durable skills gap: plenty of engineers can write a recipe, very few can safely change a ten-year-old cookbook tree with sixteen levels of attribute precedence, an undocumented data bag dependency and no test coverage.

Separately, InSpec has developed a life of its own. Compliance teams use it as a control language against fleets that have nothing to do with Chef Infra, because a control that is executable, version-controlled and runnable on demand beats a screenshot in an evidence folder. Between estate maintenance, migration decisions and compliance-as-code, Chef skills now sell on judgement rather than novelty — which is exactly the kind of skill that is scarce.

Chef training
# outcomes

What your team can do afterwards

Explain any Chef run in terms of compile and converge, and predict when a piece of code will execute
Resolve an attribute conflict from the precedence table rather than by trial and error
Read and safely modify an inherited cookbook tree without a full rewrite or a change freeze
Write custom resources with correct actions, properties, idempotency and notifications
Use search, data bags and encrypted data bags to share state between nodes without hardcoding
Migrate a cookbook set from Berkshelf and environment pinning to Policyfiles with a promotion path
Test changes before a node sees them with Cookstyle, ChefSpec and Test Kitchen in CI
Write InSpec profiles that gate a pipeline and stand up as compliance evidence against production
# curriculum

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

01The Chef run, phase by phaseLive & Interactive5 hrs · 2 assignments · 1 capstone

What actually happens between chef-client starting and the machine changing. Ohai, node object load, cookbook synchronisation, compile, converge, notifications and the report handler — traced live with verbose logging on a real node.

Topics: chef-client run sequence end to end · Ohai and automatic attributes · Cookbook synchronisation and the local cache · Compile phase versus converge phase, with worked examples · why-run mode and its honest limitations · Reading run logs and failure output

  • Assignments: (1) Annotate a full verbose run log and mark the phase boundary; (2) Write code that demonstrably executes at compile time and explain why
  • Capstone: Produce a run-sequence diagram for your own estate, including where it deviates from the default
02Attributes, precedence and the node objectLive & Interactive5 hrs · 2 assignments · 1 capstone

The table that explains most Chef surprises. Default, force_default, normal, override, force_override and automatic levels, set from cookbooks, roles, environments and the node — plus deep merge behaviour and why normal attributes persist between runs.

Topics: The full precedence order and where each level is set · Deep merge and array behaviour · Normal attributes persisting on the node object · Role and environment attributes in a Policyfile world · Debugging with knife node show and node attribute dumps · Conventions that keep precedence usage sane

  • Assignments: (1) Diagnose a conflict where the wrong attribute value wins and name the rule responsible; (2) Refactor an estate that relies on normal attributes into an explicit model
  • Capstone: Write an attribute standard for a team, with worked examples of what is allowed at each level
03Recipes, resources and custom resourcesLive & Interactive5 hrs · 2 assignments · 1 capstone

The building blocks, then the extension mechanism. Core resources and their properties, guards and idempotency, notifies and subscribes with immediate and delayed timing, then writing custom resources with actions, properties and converge_if_changed.

Topics: Core resources: package, file, template, service, user, execute · Guards with not_if and only_if, and the ones that are lies · notifies, subscribes, :immediately and :delayed · Templates, partials and node data in ERB · Custom resources: properties, actions, converge_if_changed · Migrating legacy definitions and LWRPs

  • Assignments: (1) Replace execute blocks in an existing recipe with idempotent resources; (2) Write a custom resource with two actions and correct change reporting
  • Capstone: Build a cookbook that configures a full service and reports zero changes on a second run
04Chef Infra Server, search and dataLive & Interactive5 hrs · 2 assignments · 1 capstone

The server as the shared index. Organisations, users, clients and keys; uploading and versioning cookbooks; roles, environments and run lists; then search as a discovery mechanism, and data bags — including encrypted data bags and where they stop being appropriate.

Topics: Organisations, clients, users and key management · knife workflow and cookbook upload · Roles, environments, run lists and version pinning · Search syntax and node discovery patterns · Data bags and encrypted data bags · Bootstrap options and node registration

  • Assignments: (1) Use search so one node configures itself from another's attributes; (2) Store a credential in an encrypted data bag and consume it from a recipe
  • Capstone: Design the server-side data model — roles, environments, data bags — for a three-environment estate
05Policyfiles and dependency managementLive & Interactive5 hrs · 2 assignments · 1 capstone

The change most estates are in the middle of. Berkshelf and environment pinning, what breaks about them at scale, then Policyfiles: policy names, revisions, the lock file, policy groups as environments, and a promotion workflow that does not require a freeze.

Topics: Berkshelf resolution and environment version pinning · Policyfile structure, run lists and included policies · Policy revisions, lock files and reproducibility · Policy groups as environment promotion · Migrating an existing estate incrementally · Publishing and pushing policy revisions from CI

  • Assignments: (1) Convert one cookbook set to a Policyfile and pin a reproducible lock; (2) Promote a policy revision through three policy groups
  • Capstone: Produce a migration plan from Berkshelf to Policyfiles with rollback at every step
06Testing: Cookstyle, ChefSpec and Test KitchenLive & Interactive5 hrs · 2 assignments · 1 capstone

Making an inherited estate safe to change. Cookstyle for lint and auto-correction, ChefSpec for asserting the compile phase without touching a machine, Test Kitchen for converging on a real instance across platforms, and the CI gate that ties them together.

Topics: Cookstyle rules, auto-correct and adopting it on legacy code · ChefSpec: matchers, stubbing search and data bags · Test Kitchen drivers, platforms and suites · The converge, verify and idempotency cycle · Running the matrix in CI without a two-hour build · Writing the first test on a cookbook that has none

  • Assignments: (1) Add ChefSpec coverage to an untested cookbook and catch a real defect; (2) Configure a Test Kitchen suite across two platforms and make idempotency pass
  • Capstone: Put a cookbook tree under lint, unit and integration tests with a merge gate a reviewer trusts
07InSpec: controls, profiles and evidenceLive & Interactive5 hrs · 2 assignments · 1 capstone

Compliance expressed as executable code. Resources and matchers, profile structure, attributes and inputs, inheriting and overriding community profiles like CIS, running against local and remote targets, and producing reports that satisfy an auditor rather than only a dashboard.

Topics: InSpec resources, matchers and control structure · Profile layout, metadata and dependencies · Inputs and per-environment parameterisation · Inheriting CIS and vendor profiles and overriding honestly · Running against SSH, WinRM, cloud APIs and containers · Reporters, waivers and evidence retention

  • Assignments: (1) Write a profile enforcing five real controls on a host and produce a report; (2) Inherit a community benchmark and document every waiver with a reason
  • Capstone: Deliver a compliance profile that gates a pipeline and re-runs against production as evidence
08Operating and evolving the estateLive & Interactive5 hrs · 2 assignments · 1 capstone

Living with Chef over years. Client run scheduling and convergence intervals, handling failed runs at fleet scale, upgrade paths for client and server, Chef Automate visibility, Habitat and Bolt-style task work at the edges, and how to evaluate a migration honestly.

Topics: chef-client scheduling, splay and convergence intervals · Detecting and triaging fleet-wide run failures · Client and server upgrade planning · Chef Automate: visibility and compliance reporting · Where Habitat fits and where it does not · Assessing a migration to another tool without wishful thinking · Backup and disaster recovery for the server

  • Assignments: (1) Build a report of nodes failing convergence and classify the causes; (2) Write an upgrade plan for client and server with a rollback
  • Capstone: Produce an estate health review: convergence rates, test coverage, attribute hygiene and a prioritised remediation plan

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

Trace a run to its phase boundary

Instrument a verbose chef-client run, mark exactly where compile ends and converge begins, and place code deliberately on each side to prove the difference.

compileconvergeohai
LAB · ATTRIBUTES

Win the precedence argument

Reproduce an attribute conflict across cookbook, role, environment and node, then resolve it by naming the exact precedence rule rather than by moving code until it works.

attributesprecedencenode object
LAB · RESOURCES

Custom resource that reports honestly

Write a custom resource with two actions, correct guards and converge_if_changed, then prove a second run reports zero changes.

custom resourcesidempotencynotifications
LAB · POLICYFILES

Berkshelf to Policyfile, without a freeze

Convert an existing cookbook set to a Policyfile, produce a reproducible lock, and promote one revision through three policy groups with a rollback at each step.

policyfilepromotionmigration
LAB · TESTING

First test on an untested cookbook

Add Cookstyle, ChefSpec and a Test Kitchen suite to a legacy cookbook, find a real defect, and wire the whole set into a CI gate that blocks the merge.

chefspectest kitchenci
CAPSTONE · COMPLIANCE

Evidence an auditor accepts

Build an InSpec profile from a real benchmark, parameterise it per environment, gate a pipeline with it, then run it against production and produce a retained report.

inspeccisaudit
# ecosystem

The tools Chef sits next to

InSpec
Test Kitchen
ChefSpec
Cookstyle
Chef Automate
Habitat
Terraform
Ansible
Jenkins
GitLab CI
Vagrant
Docker
AWS
Git

Who this is for

  • Infrastructure engineers maintaining a Chef estate they inherited from another team
  • Platform engineers standardising server builds across long-lived virtual machine fleets
  • SREs responsible for convergence health and drift across hundreds of nodes
  • Compliance and security engineers adopting InSpec as an executable control language
  • Automation engineers evaluating or executing a migration between configuration management tools
  • Build and release engineers wiring cookbook tests and policy promotion into CI

Pre-requisites

  • Comfortable administering Linux or Windows servers — services, packages, permissions
  • Basic Ruby literacy: blocks, hashes, symbols and string interpolation
  • Familiarity with Git branching and pull requests
  • Understanding of how a CI pipeline runs tests and gates a merge
  • A workstation plus two or three VMs or free-tier cloud instances per attendee
# bangalore

Chef training in Bangalore

Chef in Bangalore is almost entirely an inherited-estate skill, and that shapes every engagement. The cookbooks were usually written between 2013 and 2017 by a platform group at a parent organisation abroad; the servers they configure are still running; and the team that now owns them sits along the Outer Ring Road, in Whitefield or at Manyata Tech Park, several years and two reorganisations removed from anyone who remembers why a particular attribute is set at role level. The practical questions that come up in a Bangalore Chef batch are therefore specific: why did this attribute win, what does this run list actually do to a node, can we move from Berkshelf to Policyfiles without a freeze, and how do we test a change when the only environment that reproduces the problem is production.

The second driver is audit. Banking, insurance and healthcare GCCs here have to produce evidence that a fleet matches policy, repeatedly and on demand, and InSpec is frequently already in the toolchain for exactly that reason — sometimes used entirely on its own, with no cookbooks involved, by a compliance team that has never written a recipe. That produces two very different audiences in the same city and often the same building. Chef appears in Bangalore job specs less often than Ansible, but when it does the role is senior, it is retained rather than growth hiring, and it usually carries a second responsibility: keeping the estate healthy while a migration decision is made somewhere else. Training that pretends the estate is new is useless to those teams.

What those estates look like in this city is also fairly consistent. The heaviest Chef usage sits with storage, virtualisation and networking product groups whose build and test laboratories run hundreds of long-lived virtual machines, and with the infrastructure arms of financial GCCs that manage a mixed Red Hat and Windows fleet under quarterly attestation. Both carry a Windows population large enough that the cookbook tree has two dialects in it, which is where inherited estates most often break. Turnover compounds it: a Bengaluru infrastructure team can rotate substantially inside two years, so the knowledge that a particular data bag exists to work around a vendor package lives in exactly one head until that person moves. The teams who book this training are usually trying to write that knowledge down as ChefSpec assertions and documented attribute defaults rather than as a wiki page, so that the next rotation inherits something executable.

Where we deliver onsite

Outer Ring Road (Bellandur–Marathahalli)WhitefieldElectronic CityManyata Tech ParkEmbassy Golf Links, DomlurBagmane Tech Park, CV Raman NagarHebbalSarjapur Road

Teams trained in Bangalore

Wells FargoOracleCapgeminiInfosysNokiaWipro
# pricing

Straightforward pricing, quoted in INR

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

Chef Training

Certificate of completion

# feedback

What engineers say

4.4 / 5 from 26 reviews on 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
★★★★★
The trainer (Rajesh) provided very good sessions on SRE profession. Not only hands-on learning on the tools but also SRE mindset.
Peter Wang · Trustpilot
★★★★★
Very good training session. Well explained from the basics to the complex concepts. Also tried to cover practicals and demos within the 3 hour sessions. The learning content and videos are of a great deal of help.
Sreekanth Kannoth · Trustpilot
★★★★★
Basics explanation was exemplary from Rajesh where he dealt with complicated topics to be simple. Great learning stuff personally for me.
Krishna Mohan Yelleti · Trustpilot
★★★★★
Very detailed explanation and has lots of patience in attending the questionnaire. Thanks again for your wonderful sessions.
Uttam Samudrala · Trustpilot
★★★★★
Good discussion, helped us to understand different tools in SRE.
Prashant Saxena · 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

Do you deliver onsite in Bangalore?
Yes. Private batches run at your own office — the Outer Ring Road corridor, Whitefield, Manyata Tech Park, Electronic City and Embassy Golf Links are the usual sites. You provide the room, screen and network; we bring the trainer, agenda, labs and assessment.
We inherited a Chef estate nobody understands. Is this the right course?
Yes — that is the most common Bangalore brief. Bring a redacted copy of the cookbook tree under NDA and we will work through it: attribute precedence, run lists, undocumented data bag dependencies, and where to add the first test.
Can you cover InSpec on its own, without Chef Infra?
Yes. Compliance teams frequently want InSpec as a standalone control language against fleets that have no cookbooks at all. We run a two-day InSpec-only agenda covering profiles, inputs, benchmark inheritance, waivers and reporting.
Should we migrate off Chef to Ansible?
That depends on the estate, and we will not pretend otherwise in the session. We cover an honest comparison — test tooling, agent model, compliance story, team skills — and what a phased coexistence actually costs, so the decision is made on evidence.
What lab environment do we need?
Attendees provision their own environment — free-tier AWS, Azure or GCP, or local VMs — and we walk them through it. We deliberately do not hand out temporary sandboxes, because the environment they build is the one they keep.
Do we need a Chef Infra Server for the labs?
A hosted trial organisation or a small self-managed server is enough. Some exercises run against chef-zero locally, but search, data bags and node objects need a real server to be taught honestly.
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.
How long does a private Chef batch take?
Three to five days. The run model, attributes, resources and server data fit in three; adding Policyfiles, the full test stack and InSpec compliance work takes it to five.
Can sessions be scheduled around our release calendar?
Yes. Bangalore teams commonly run half-days from 09:30 to protect the US overlap, or split a batch either side of a change freeze. Everything is scheduled in IST.
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.
How do you handle invoicing and tax?
Corporate quotes are issued in INR from our Indian entity with GST, and we support purchase orders. Onsite travel within Bangalore is included; travel outside the city is quoted separately.
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
# same field

Other configuration & iac training

# ready when you are

Book a Chef 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