Kubernetes Advanced Workshop: From Basics to DevOps

Welcome

This workshop builds on the concepts from our Kubernetes 101 workshop and takes your Kubernetes skills to the next level by diving into real-world deployment scenarios.

You’ll learn how to:

  • Deploy a multi-container application.
  • Automate deployments using GitLab CI and ArgoCD (GitOps).
  • Work with Prometheus and Grafana for better observability.

In short: You’ll gain the skills to deploy and maintain applications on Kubernetes the DevOps way.

So, let’s get started! 🚀

Scope

  • Deploying a multi-container application to Kubernetes
  • Configuring a GitLab CI pipeline for automated deployments
  • Understanding GitOps with ArgoCD
  • Understanding basic monitoring using Prometheus and Grafana

Out of scope

  • Deep Dive Monitoring and Logging
  • Advanced pipeline optimization techniques