-
Containerization with Docker
Learn how to package an application and all its dependencies such as libraries and configuration files into a single, standardized unit called a container. Using Docker
-
Kubernetes (K8s) Fundamentals
Learn how to automate the deployment, scaling, and management of containerized applications.
-
Advanced Kubernetes & Networking
Learn how to design, secure, and optimize high-performance, containerized infrastructures at scale.
-
Managed K8s (EKS) & Helm
Learn the AWS service that automates Kubernetes cluster management specifically the control plane, scaling, and security across multiple availability zones, eliminating manual setup. And the "package manager" for Kubernetes, using "charts" to package YAML configurations for single-command deployment, versioning, and management of applications on EKS.