Skip to main content

Section outline

    • Docker architecture & installation

    • Working with images, containers, and registries

    • File operations between host and containers

    • Inspecting containers, networking, and logging

    • Kubernetes architecture (Master/Worker nodes)

    • Core objects: Pods, ReplicaSets, Deployments, Services

    • Using kubectl for resource management

    • First deployment (imperative style)

    • Installing clusters with kubeadm & minikube

    • Declarative deployments of Pods, Services, Ingress

    • Helm chart packaging and custom chart deployments

    • WordPress + MySQL deployment using PVCs

    • Networking with Flannel, Calico, Weave

    • Working with ConfigMaps, Secrets, Operators

    • Troubleshooting and basic Operator development

    • Microservices vs Monoliths

    • Serverless architecture concepts

    • Scheduling with node affinity

    • Multi-pod deployments (NodeJS, Java, Python)

    • Deployments with AMQ and Kafka