GitLab CI/CD for Platform Engineers
Build secure, reusable GitLab delivery workflows from merge request through CI, artifact and image publishing, controlled deployment, security scanning, and runner operations.
Course Preview
Why This Course is Different
Get everything you need to master platform engineering and advance your career
Certificate of Completion
Earn a certificate while gaining real-world skills that go beyond traditional certification prep
Hands-on Labs
9 practical labs with real-world scenarios in pre-configured cloud environments
Expert-Led
Learn from Sam Gabrail, Former HashiCorp Sr. Solutions Engineer with 18+ years experience
Community Support
Join our community where members help each other and collaborate on learning
What You'll Master
Build and troubleshoot GitLab pipelines with stages, jobs, artifacts, caches, and DAG dependencies
Design merge request workflows that give reviewers useful delivery evidence
Create reusable CI/CD components with typed inputs
Operate project runners with appropriate executor and security choices
Publish immutable container images and promote the same image through environments
Add practical application security scanning and triage findings without hiding risk
Apply least-privilege credential, variable, and token practices
Explain GitLab.com, GitLab Self-Managed, and GitLab Dedicated deployment choices
Diagnose a constrained GitLab Self-Managed instance using health, logs, backup, and recovery evidence
Course Curriculum
SECTION 1 β COURSE INTRODUCTION AND READINESS
Meet the course, its support channels, the delivery system you will build, and the current GitLab platform landscape.
- β’Welcome to GitLab CI/CD for Platform Engineers
- β’TeKanAid Community
- β’What You Will Build
- β’GitLab's DevSecOps Platform and Current Landscape
- β’Readiness CheckQuiz
SECTION 2 β PROJECTS, COLLABORATION, CREDENTIALS, AND MERGE REQUESTS
Organize GitLab work, authenticate safely, connect planning to delivery, and govern merge request collaboration across Free and paid tiers.
- β’GitLab Namespaces, Groups, Projects, and Roles
- β’Safe Authentication with SSH, Fine-Grained Tokens, and Ephemeral Credentials
- β’Issues, Labels, Milestones, and Boards in Delivery Work
- β’Branches, Protected Branches, and Merge Request Flow
- β’Reviews, Optional Approvals, and Threads on GitLab Free
- β’Required Approvals, CODEOWNERS, and Merge Trains on Paid Tiers
- β’Project to Merge RequestLab
- β’Projects and Collaboration QuizQuiz
SECTION 3 β CI/CD FOUNDATIONS
Understand pipeline execution, author reliable .gitlab-ci.yml jobs, preserve outputs, control sources, and diagnose failures.
- β’Pipeline, Job, Stage, and Runner Architecture
- β’Anatomy of .gitlab-ci.yml
- β’Images, Services, Scripts, and Exit Codes
- β’Artifacts, Reports, and Cache
- β’rules, workflow, and Pipeline Sources
- β’Pipeline Editor, CI Lint, Job Logs, and Failure Diagnosis
- β’First Tested PipelineLab
- β’CI/CD Foundations QuizQuiz
SECTION 4 β FAST AND REUSABLE PIPELINES
Design DAG execution, choose advanced pipeline boundaries, and reuse trusted versioned configuration through inputs and components.
- β’DAG Pipelines with needs
- β’Merge Request Pipelines, Merged Results, and Merge Trains
- β’Parent-Child and Multi-Project Pipeline Boundaries
- β’Includes, Typed Inputs, and CI/CD Components
- β’Component Versioning, Trust, and the CI/CD Catalog
- β’Fast DAG PipelineLab
- β’Reusable CI ComponentLab
- β’Pipeline Design QuizQuiz
SECTION 5 β RUNNERS AND SECURE EXECUTION
Choose runner architecture, scope, executors, tokens, isolation, and capacity controls for dependable job execution.
- β’Runner Managers, Runners, Executors, and Tags
- β’Choosing Docker, Kubernetes, Autoscaler, Instance, or Shell
- β’Project, Group, and Instance Runner Scope
- β’Runner Tokens, Protected Runners, and Workload Isolation
- β’Capacity, Concurrency, Cache, and Troubleshooting
- β’Hardened Disposable Project RunnerLab
- β’Runner Operations QuizQuiz
SECTION 6 β ARTIFACTS, PACKAGES, AND CONTAINER DELIVERY
Preserve pipeline outputs, publish versioned assets, use immutable OCI identity, and build images without privileged Docker by default.
- β’Job Artifacts versus Caches versus Packages
- β’GitLab Package and Container Registries
- β’OCI Image Tags, Digests, and Retention
- β’Secure Builds without Privileged Docker-in-Docker by Default
- β’Build and Publish an OCI ImageLab
- β’Supply Chain QuizQuiz
SECTION 7 β ENVIRONMENTS, RELEASES, AND GITOPS
Track deployments, govern promotion, operate review apps, publish releases, and understand protected environments and Flux-based GitOps.
- β’Environments and Deployment Records
- β’Manual Gates and Deployment Safety on GitLab Free
- β’Review Apps and Dynamic Environments
- β’Releases, Tags, Evidence, and Rollback
- β’Optional: Protected Environments and GitLab Agent with Flux
- β’Governed Staging DeploymentLab
- β’Deployment QuizQuiz
SECTION 8 β DEVSECOPS IN THE PIPELINE
Generate trustworthy security reports, scan code and delivered artifacts, triage findings, and choose tier-appropriate enforcement.
- β’Security Scanning Architecture and Report Flow
- β’SAST, Secret Detection, and IaC Scanning
- β’SBOM-First Dependency and Container Scanning
- β’Vulnerability Triage, Baselines, and False Positives
- β’Policies, Approval Controls, Tiers, and AI-Assisted Features
- β’DevSecOps Pipeline TriageLab
- β’DevSecOps QuizQuiz
SECTION 9 β GITLAB SELF-MANAGED OPERATIONS
Choose a GitLab offering, size and install a constrained instance, diagnose health, prove recovery, and understand production architecture boundaries.
- β’Choosing GitLab.com, Dedicated, or Self-Managed
- β’Single-Node Architecture and Constrained Sizing
- β’Installing and Tuning GitLab CE on Ubuntu
- β’Health, Logs, Backups, and Recovery Evidence
- β’TLS, Upgrades, Registry, HA, and Geo Boundaries
- β’Operate Constrained GitLab CELab
- β’Self-Managed Operations QuizQuiz
SECTION 10 β PLATFORM GOVERNANCE AND COURSE COMPLETION
Standardize reusable delivery, measure pipeline operations, run GitLab as an internal platform capability, and consolidate the course workflow.
- β’Group Templates, Components, and Golden Pipeline Patterns
- β’Pipeline Observability, Cost, and Queue-Time Troubleshooting
- β’Operating GitLab Delivery as an Internal Platform Capability
- β’Course Completion and Next Steps
- β’Final AssessmentQuiz
Course Features

Hands-on Labs
Lots of hands-on labs to learn by doing

Join our Community
Community support to ask questions and collaborate

Test Your Knowledge
Quizzes to help you grasp the material well
See what others are saying about our Courses
βI like the Crossplane 101 course a lot. I think it is one of the best online courses I have taken (and I've taken a lot in the last 2 years, transitioning into DevOps). The labs are phenomenal β every task has a long tutorial with lots of explanations, gotchas, and recaps, and you always provide the reasoning for implementing a certain solution.β
βI just completed the Crossplane 101 course! Managing infrastructure as Kubernetes resources is a total game-changer. A huge thanks to TeKanAid and Sam Gabrail for the incredible training and insights.β
βAlthough I've worked with Crossplane in real production environments, I always felt there were gaps in my understanding. Completing this course filled those gaps perfectly. I had to unlearn and relearn quite a few things, especially around Crossplane v2.0 concepts. Well structured and thoughtfully put together. Highly recommended for building a strong, foundational understanding of Crossplane.β
βDear Sam, I hope this email finds you well. If you remember before the end of last year I register for one your courses Terraform 101 β Certified Terraform Associate, I must admit that I learned a lot even though I was not patient enough for all videos to be available. All in all I enjoy the way you structured the course and how you went through it. The main reason of this email, to send you my gratitude for the content you created and to let you know that I passed my exam/test last week.β

βThis course was a perfect introduction to Terraform and Infrastructure as Code. Loved the gitpod, saving me a lot of time for developer environment setup. We have a project at work where we want to go from a click-ops version of server-deploy to a more automated flow using ci/cd and terraform for deploying virtual servers.β

βI want to thank you for such wonderful courses. They are more comprehensive than other courses I have taken in the past. You take the time to explain every detail of the code and what it does exactly, further enforcing your student's understanding and confidence in what they are learning. Your methods are very effective and set you apart from other instructors.β

Choose your plan
Simple, Transparent Pricing
Unlock full access to TeKanAid courses, labs, and bootcamps
Just exploring? Start free below. Want the full experience? Try Premium free for 7 days (card required, $0 today).
Pro
All courses, with lab scripts to run on your own machine
Renews automatically. Cancel anytime.
Final price verified at checkout.
- Full access to all courses
- Lab scripts to download and run on your own machine (hosted labs not included)
- Progress tracking
- Certificate of completion
- Community access
- Self-paced bootcamps
- Premium puzzle library not included (5 free puzzles available)
- New content access
Premium
Full access, including unlimited hosted labs
Renews automatically. Cancel anytime.
Final price verified at checkout.
- Everything in Pro
- Unlimited hands-on labs, fully hosted on TeKanAid Academy (nothing to set up)
- Full access to the puzzle library
- Lab AI Assistant
- Priority support
Prefer just this course?
Purchase GitLab CI/CD for Platform Engineers for a one-time fee of $79. Full access to course content, quizzes, certificates, and community features, lab access is not included.
Buy this course for $79 βJust exploring? Start free, no account needed
Three free ways to start. All bridge into the paid Premium catalog when you're ready.
Not ready to commit? The crash course is email-only. No academy account required.
Hi there, I'm Sam
I'm a husband and father of two wonderful boys. I'm also very passionate π₯ about all things technology. From when I was 10, I had a dream to become a computer π» engineer one day. Here I am today living the dream!
Thanks for visiting TeKanAid Academy. My goal is to teach you all things DevOps. Below are some of the things I've done over the years. I'm confident that I can help you achieve your dreams too.
- 18+ years of experience in various Information Technology fields from Telecommunications, Computer Networks, Digital Transformation, DevOps, Cybersecurity, and IoT
- President of TeKanAid Solutions Inc. building online content in the DevOps space
- Previous β Sr. Solutions Engineer at HashiCorp

View my Certifications

Terraform: Authorized HashiCorp Instructor
Verify my certificate
HashiCorp Authorized Instructors are experienced DevOps professionals who deliver official HashiCorp training courses in person and virtually.
Issued by HashiCorp Partner Network (HPN)

Vault: Authorized HashiCorp Instructor
Verify my certificate
HashiCorp Authorized Instructors are experienced DevOps professionals who deliver official HashiCorp training courses in person and virtually.
Issued by HashiCorp Partner Network (HPN)

HashiCorp Certified: Terraform Associate (002)
Verify my certificate
Earners of the HashiCorp Certified: Terraform Associate certification know the basic concepts, skills, and use cases associated with open source HashiCorp Terraform.
Issued by HashiCorp

HashiCorp Certified: Vault Associate (002)
Verify my certificate
Earners of the HashiCorp Certified: Vault Associate certification know the basic concepts, skills, and use cases associated with open source HashiCorp Vault.
Issued by HashiCorp
Featured Products
Week 4: AI Agents and Agentic Workflows
Part of the AI Platform Engineering Bootcamp. Week 4 of 8. The bootcamp follows an 8-week arc that culminates in a capstone Platform Assistant: a production-ready AI system you build by combining the LLM, RAG, agent, MLOps, model serving, and observability layers introduced across each week.
Learn More βWeek 1: AI Foundations for Infrastructure Engineers
Part of the AI Platform Engineering Bootcamp. Week 1 of 8. The bootcamp follows an 8-week arc that culminates in a capstone Platform Assistant: a production-ready AI system you build by combining the LLM, RAG, agent, MLOps, model serving, and observability layers introduced across each week.
Learn More βWeek 7: AI Observability and LLMOps
Part of the AI Platform Engineering Bootcamp. Week 7 of 8. The bootcamp follows an 8-week arc that culminates in a capstone Platform Assistant: a production-ready AI system you build by combining the LLM, RAG, agent, MLOps, model serving, and observability layers introduced across each week.
Learn More β
30-Day Money-Back Guarantee
Try it risk-free
I'm confident you'll get everything you need from this course and be 100% satisfied. But in the unlikely event you decide it's not for you just ask for a refund any time during the first 30 days and you'll get your money back with no questions asked.