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

Networking Trainer

Private corporate batches, live online cohorts and 1-on-1 mentoring in TCP/IP, subnetting, DNS, TLS and load balancing — the layer every outage eventually lands on — 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 Networking trainer

Rajesh Kumar

Principal DevOps Engineer & Architect

Cloud architectureMulti-cloud estatesInfrastructure at scale20 years in productionPrincipal / architect roles10,000+ engineers trainedM.Tech BITS Pilani25+ certifications

Rajesh teaches networking from the packet up rather than from the diagram down — subnetting and CIDR arithmetic done by hand, TCP handshakes and retransmissions read live in a capture, TLS chains validated with openssl, and DNS resolution traced with dig from root to authoritative. Sessions carry the fundamentals directly into the environments engineers actually operate: VPC design and route tables, security groups against network ACLs, load balancer health-check behaviour, and Kubernetes networking down to network namespaces, CNI datapaths, kube-proxy rules and NetworkPolicy enforcement — every concept demonstrated against running infrastructure with tcpdump, ss, ip and mtr 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 Networking engagements

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

How your Networking trainer is chosen

Engagements are matched on the tool, not the calendar. For Networking that means a trainer who has run it in production — TCP/IP, subnetting, DNS, TLS and load balancing — the layer every outage eventually lands on — 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.

Rohit Ghatol

IndiaInstructorCoach

Amit Agarwal

IndiaInstructorCoach

Anil Kumar

IndiaInstructorCoach

Balachandran Anbalagan

IndiaInstructorCoach

Durga Prasad

IndiaInstructorCoach

Gaurav Aggarwal

IndiaInstructorCoach

Harsh Mehta

IndiaInstructorCoach

Kapil Gupta

IndiaInstructorCoach

Kunal Jain

IndiaInstructorCoach

Nikhil Gupta

IndiaInstructorCoach

Pranab Kumar

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

Networking is the set of protocols, addressing rules and forwarding behaviour that move a byte from one process to another. For an infrastructure engineer it is not an academic topic: it is the layer where the ambiguous failures live. A pod that cannot reach a database, a TLS handshake that fails only from one region, a health check that flaps at exactly 60 seconds, a transfer that is fast on the LAN and unusable across a WAN — every one of those is a networking problem wearing an application costume.

The useful model is the four-layer TCP/IP stack rather than the seven-layer OSI diagram: link, internet, transport and application. Ethernet, ARP and switching move frames inside a broadcast domain. IP addressing, CIDR, subnetting and routing move packets between them. TCP supplies ordering, retransmission, flow control and congestion control — and imposes the handshake, the MSS, the receive window and the TIME_WAIT state that explain most confusing latency. UDP supplies none of that, which is exactly why DNS and QUIC use it. Above that sit DNS, TLS and HTTP, where certificate chains, SNI, ALPN and connection reuse decide whether a service is reachable.

Modern infrastructure adds two more layers on top of the same fundamentals. Cloud networking replaces cables with VPCs, subnets, route tables, security groups, NAT gateways, peering and private endpoints. Container networking replaces the physical host boundary with network namespaces, veth pairs, bridges, CNI plugins, iptables or eBPF datapaths, and Kubernetes Services, Ingress and NetworkPolicy. Neither abstraction removes the fundamentals; both make them harder to see, which is why engineers who can read a packet capture remain the ones who close the incident.

Why this skill matters now

Cloud and Kubernetes did not remove the network — they moved it into software and hid it behind an API. The result is that far more engineers now configure routing, firewalls, load balancers and DNS than ever worked in a network team, and most of them learned it by copying a Terraform module. That gap shows up as the same recurring incidents: overlapping CIDRs discovered during a merger, security groups that allow far more than intended, MTU mismatches over a VPN tunnel, DNS TTLs that make a failover take an hour.

The hiring signal reflects it. Platform, SRE, cloud and security job specifications now assume subnetting, TLS, DNS and load-balancer behaviour as baseline knowledge rather than a specialism, and interviews probe it directly because it is the fastest way to separate someone who operates a system from someone who follows a runbook.

The knowledge also has an unusually long shelf life. Frameworks and orchestrators turn over every few years; the TCP handshake, CIDR arithmetic and certificate validation you learn now will still be correct in a decade.

Networking training
# outcomes

What your team can do afterwards

Subnet a network by hand — CIDR arithmetic, VLSM, address planning that leaves room to grow, and detecting overlaps before a merger does
Read a packet capture and explain what happened: handshakes, resets, retransmissions, window sizes, duplicate ACKs and MTU fragmentation
Diagnose DNS end to end with dig — recursion, delegation, record types, TTL behaviour, negative caching and split-horizon views
Debug TLS failures precisely: chain of trust, SNI, ALPN, expiry, hostname mismatch, cipher negotiation and mutual TLS
Design cloud networks that survive growth — VPCs, subnets, route tables, NAT, security groups vs NACLs, peering, transit gateways and private endpoints
Explain Kubernetes networking down to the datapath: namespaces, veth pairs, CNI, Service and Ingress resolution, and NetworkPolicy enforcement
Choose and configure load balancing correctly at L4 and L7, including health checks, connection draining, timeouts and session affinity
Run a structured network troubleshooting method with tcpdump, ss, ip, dig, mtr, traceroute and curl instead of guessing
# curriculum

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

01The model, the link layer and how a frame actually movesLive & Interactive5 hrs · 2 assignments · 1 capstone

Start where the packets do. The TCP/IP stack against the OSI diagram and why the four-layer model is the more useful mental tool. Ethernet framing, MAC addressing, ARP, switching and broadcast domains, VLANs, and the encapsulation walk-through that makes every later layer obvious.

Topics: OSI and TCP/IP models, and where each is actually useful · Ethernet frames, MAC addressing and the MAC table · ARP, gratuitous ARP and ARP cache problems · Switching, broadcast domains and collision domains · VLANs, trunking and 802.1Q tagging · Encapsulation and decapsulation end to end · MTU, jumbo frames and where fragmentation bites

  • Assignments: (1) Capture and annotate an ARP exchange and the frame that follows it; (2) Trace one HTTP request through every layer of encapsulation
  • Capstone: Produce an annotated packet walk-through of a single request crossing two subnets, layer by layer
02IP addressing, subnetting and CIDRLive & Interactive5 hrs · 2 assignments · 1 capstone

The arithmetic that engineers are expected to do without a calculator. Binary addressing, prefix lengths, network and broadcast addresses, usable host ranges, VLSM and supernetting — then IPv6 addressing, which is different enough to deserve its own treatment.

Topics: IPv4 addressing, classes and why classful thinking still causes bugs · CIDR notation and prefix arithmetic in binary · Network address, broadcast address and usable host range · Subnetting and variable-length subnet masking · Private ranges, RFC 1918 and CIDR overlap in mergers and peering · IPv6 addressing, prefixes, SLAAC and dual-stack · Address plan design for a growing estate

  • Assignments: (1) Subnet a /16 into tiers and environments without wasting a /24; (2) Find the overlap in a set of five existing VPC CIDR blocks
  • Capstone: Design a complete IP address plan for a multi-region, multi-environment estate with documented growth headroom
03Routing and the path a packet takesLive & Interactive5 hrs · 2 assignments · 1 capstone

How a packet chooses its next hop. Routing tables, longest-prefix match, default gateways, static and dynamic routing, and the NAT behaviour that makes cloud egress work — plus reading routes on a Linux host with ip route rather than trusting the diagram.

Topics: Routing tables and longest-prefix match · Default gateways and route metrics · Static routing and an introduction to OSPF and BGP · NAT, PAT, SNAT and DNAT · Asymmetric routing and why it breaks stateful firewalls · Policy routing and multiple routing tables on Linux · traceroute, mtr and interpreting hop-by-hop output

  • Assignments: (1) Add a policy route on a Linux host and prove which table won; (2) Explain a traceroute that shows asterisks in the middle and completes at the end
  • Capstone: Diagnose and fix a broken multi-subnet routing setup that fails in one direction only
04TCP, UDP and the transport layer in productionLive & Interactive5 hrs · 2 assignments · 1 capstone

The layer that explains most latency complaints. The three-way handshake, sequence numbers, retransmission, flow control and congestion control, socket states, and the connection-lifecycle problems — TIME_WAIT exhaustion, half-open connections, keepalives — that surface as application bugs.

Topics: TCP three-way handshake, teardown and RST behaviour · Sequence numbers, ACKs, retransmission and duplicate ACKs · Flow control, receive window and window scaling · Congestion control, slow start and bandwidth-delay product · MSS, path MTU discovery and black-hole connections · Socket states, TIME_WAIT, CLOSE_WAIT and port exhaustion · UDP, and why DNS and QUIC prefer it · Reading transport behaviour with ss and tcpdump

  • Assignments: (1) Reproduce and identify TIME_WAIT exhaustion on a busy host; (2) Measure throughput across a high-latency link and explain the ceiling
  • Capstone: Take a capture of a slow transfer and prove from the packets whether the cause is loss, window size or latency
05DNS, in the detail operations requiresLive & Interactive5 hrs · 2 assignments · 1 capstone

The most common cause of an outage that is not the network. Resolution from root to authoritative, record types, delegation, caching and TTL behaviour, negative caching, and the operational patterns — split-horizon, low-TTL failover, service discovery — that infrastructure teams depend on.

Topics: Recursive vs authoritative resolution, walked with dig +trace · Record types: A, AAAA, CNAME, SRV, TXT, MX, NS, PTR, CAA · Delegation, glue records and zone files · TTL, caching layers and negative caching with SOA minimum · Split-horizon and private DNS zones in cloud environments · DNS-based failover and its real convergence time · Service discovery: Kubernetes CoreDNS and cloud private zones · DNS failure modes: stale caches, search domains, ndots

  • Assignments: (1) Trace a name from the root servers to the authoritative answer and identify every delegation; (2) Diagnose a resolution failure caused by search-domain and ndots behaviour
  • Capstone: Design a DNS architecture with internal and external views, documented TTL policy and a tested failover procedure
06TLS, certificates and encrypted transportLive & Interactive5 hrs · 2 assignments · 1 capstone

What actually happens in a handshake and why it fails. The chain of trust, SNI, ALPN, TLS 1.2 against 1.3, certificate validation rules, and the operational lifecycle — issuance, renewal, rotation, revocation — including mutual TLS between services.

Topics: TLS handshake in 1.2 and 1.3, and what changed · Certificate chains, intermediates and root stores · SNI, ALPN and virtual hosting over TLS · Hostname validation, SANs and wildcard limits · Certificate lifecycle: issuance, ACME, renewal and rotation · Revocation, OCSP stapling and its practical limits · Mutual TLS and client certificate authentication · Debugging with openssl s_client and curl -v

  • Assignments: (1) Diagnose four deliberately broken TLS endpoints using openssl s_client only; (2) Configure and verify mutual TLS between two services
  • Capstone: Stand up an endpoint with a full chain, automated renewal and mutual TLS, then prove each property from the command line
07HTTP, proxies and load balancingLive & Interactive5 hrs · 2 assignments · 1 capstone

The application layer as infrastructure engineers meet it. HTTP/1.1 keep-alive against HTTP/2 multiplexing and HTTP/3 over QUIC, forward and reverse proxies, and load balancing at L4 and L7 — including the health-check, timeout and draining settings that cause most deployment-time errors.

Topics: HTTP/1.1 keep-alive, HTTP/2 multiplexing and HTTP/3 over QUIC · Forward proxies, reverse proxies and what each is for · L4 vs L7 load balancing and when each is correct · Load balancing algorithms and session affinity · Health checks: active, passive, thresholds and flapping · Idle timeouts, connection draining and graceful shutdown · X-Forwarded-For, PROXY protocol and preserving client IP · Keep-alive mismatches and the 502 they produce

  • Assignments: (1) Configure an L7 load balancer with health checks and prove a rolling deploy drops zero requests; (2) Find the source of intermittent 502s caused by an idle-timeout mismatch
  • Capstone: Build a load-balanced service that survives instance replacement, backend failure and a rolling upgrade without client errors
08Cloud networking and network securityLive & Interactive5 hrs · 2 assignments · 1 capstone

The same fundamentals expressed as cloud APIs. VPC and VNet design, subnets and route tables, internet and NAT gateways, security groups against network ACLs, peering and transit connectivity, private endpoints, and hybrid links over VPN or dedicated interconnect.

Topics: VPC and VNet design: subnets, route tables, availability zones · Internet gateways, NAT gateways and egress cost · Security groups vs network ACLs: stateful vs stateless · VPC peering, transit gateway and hub-and-spoke topologies · Private endpoints and private service connectivity · Site-to-site VPN, IPsec and MTU on tunnels · Firewalls, nftables and host-level filtering · Flow logs, and using them to prove what was blocked

  • Assignments: (1) Build a three-tier VPC with public, private and data subnets and verify reachability in both directions; (2) Use flow logs to identify which rule dropped a connection
  • Capstone: Design and deploy a multi-account or multi-VPC network with segmentation, private connectivity and no CIDR overlap
09Container and Kubernetes networking, and a troubleshooting methodLive & Interactive5 hrs · 2 assignments · 1 capstone

Where the abstraction is thickest and the fundamentals still decide the outcome. Network namespaces and veth pairs, the CNI contract, pod-to-pod and pod-to-service paths, kube-proxy against eBPF datapaths, Ingress, and NetworkPolicy. Closes with the structured diagnostic method the whole course has been building towards.

Topics: Network namespaces, veth pairs and bridges · The CNI contract and common plugins: Calico, Cilium, Flannel · Pod-to-pod, pod-to-service and pod-to-external paths · kube-proxy with iptables and IPVS, and eBPF alternatives · Services, Ingress controllers and external load balancers · CoreDNS resolution inside a cluster · NetworkPolicy: default deny, ingress and egress rules · A repeatable troubleshooting method: layer by layer with tcpdump, ss, ip, dig and curl

  • Assignments: (1) Follow a request from a pod to a Service backend and name every hop and rule involved; (2) Apply a default-deny NetworkPolicy and reopen only the required paths
  • Capstone: Diagnose three planted cluster network failures — DNS, policy and MTU — and document the method used for each

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

Address plan for a growing estate

Design a complete IPv4 and IPv6 address plan across regions and environments by hand, then validate it against a set of existing CIDR blocks for overlap.

cidrvlsmipv6
LAB · CAPTURE

Read the packets, not the dashboard

Capture live traffic with tcpdump, then explain a slow transfer, a connection reset and a failed handshake purely from sequence numbers, window sizes and flags.

tcpdumptcplatency
LAB · DNS

Trace resolution from the root

Walk a name from the root servers to the authoritative answer with dig, then reproduce and fix a stale-cache failure and a search-domain resolution bug.

dnsdigttl
LAB · TLS

Four broken certificates

Diagnose an expired chain, a missing intermediate, a hostname mismatch and an SNI misconfiguration using openssl s_client and curl, then fix and verify each one.

tlsopensslmtls
LAB · CLOUD

Three-tier VPC from scratch

Build public, private and data subnets with route tables, a NAT gateway, security groups and network ACLs, then use flow logs to prove exactly which rule blocks what.

vpcroutingsecurity groups
CAPSTONE · KUBERNETES

Three planted cluster failures

Debug a DNS resolution failure, a NetworkPolicy that blocks legitimate traffic and an MTU mismatch across a tunnel, working from the datapath up rather than by trial and error.

kubernetescninetworkpolicy
# ecosystem

The tools Networking sits next to

Linux
Kubernetes
AWS
Azure
NGINX
Envoy
Cilium
Calico
CoreDNS
Wireshark
Terraform
HAProxy

Who this is for

  • DevOps and platform engineers who configure cloud networks without a network background
  • SREs who need to diagnose connectivity failures under incident pressure
  • Cloud engineers designing VPC, subnet and connectivity topologies
  • Kubernetes operators troubleshooting CNI, Service and NetworkPolicy behaviour
  • Security engineers writing firewall, segmentation and TLS policy
  • System administrators and support engineers moving into infrastructure roles

Pre-requisites

  • Comfortable on a Linux command line — files, processes, systemd services and package management
  • Able to install and run command-line tools and read their manual pages
  • Basic familiarity with any cloud console or CLI, at any depth
  • Some exposure to HTTP APIs and how a client calls a server
  • Access to two or three VMs, free-tier cloud instances or a local hypervisor 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

Networking Training

Certificate of completion

# feedback

What engineers say

4.4 / 5 from 26 reviews on 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
★★★★★
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
# 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

Is this a CCNA course?
No. CCNA targets network engineers configuring vendor switches and routers. This course targets infrastructure, cloud and platform engineers, so it goes deep on TCP/IP, DNS, TLS, load balancing, cloud networking and Kubernetes rather than on device configuration.
Do we need networking experience to attend?
No. The course starts at frames and addressing and builds up. What it assumes is Linux command-line comfort, because every concept is demonstrated with tcpdump, ip, ss, dig and openssl rather than on slides.
Which cloud is used for the cloud networking module?
AWS by default, with the Azure equivalents named alongside. For a private batch we rebuild that module entirely in the cloud you run, including your account structure and connectivity model.
How much of the course is Kubernetes networking?
Roughly one module of nine, plus a capstone. It is deliberately placed last so attendees debug CNI and Service behaviour with the fundamentals already in place rather than treating the cluster as a black box.
Do you cover IPv6?
Yes, within the addressing module — prefixes, SLAAC, dual-stack operation and the differences that break IPv4 assumptions. We can expand it substantially for a private batch if your estate is moving to IPv6.
Can the agenda be customised for our stack?
Yes — that is the normal case for a private batch. We start with a discovery call, look at the cloud, connectivity model and CNI you actually run, and rebuild the module list around them. Examples then use your topology rather than a generic one.
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 walk them through it. We deliberately do not hand out temporary sandboxes, because the environment they build is the one they keep.
How long does a private Networking batch take?
Typically four days. Fundamentals through TCP fill the first two, DNS, TLS and load balancing the third, cloud and Kubernetes networking the fourth. A two-day version covers fundamentals and troubleshooting only.
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.
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 Networking 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