This document outlines topics for Docker and Kubernetes advanced courses, including Docker architecture, writing Dockerfiles and Docker Compose files, deploying applications with Docker, Linux namespaces, Docker networking, multistage builds, and debugging Docker services. For Kubernetes, topics cover basics, deploying applications, services, networking, security, autoscaling, production deployments on AWS using load balancers and VPC design.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
70 views2 pages
Docker Introduction To Advanced
This document outlines topics for Docker and Kubernetes advanced courses, including Docker architecture, writing Dockerfiles and Docker Compose files, deploying applications with Docker, Linux namespaces, Docker networking, multistage builds, and debugging Docker services. For Kubernetes, topics cover basics, deploying applications, services, networking, security, autoscaling, production deployments on AWS using load balancers and VPC design.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
Docker Introduction to Advanced
● Docker Architecture & Basic Commands
● Dockerfile Writing ● Local Environment Using Vagrant ● Linux Namespaces ● Linux Namespace Networking ● Docker Networking ● Dockerize a Python App ● Dockerize a React App ● Dockerize a Node App ● Multistage Build for Image Size Reduction ● Docker Network Debugging ● Deploy Microservice Using Docker ● Microservice Debugging ● Development Strategy Using Docker ● Connecting Frontend App with Multiple Backend ● Introduction to Docker Compose ● Using Docker Compose for Local Development
Kubernetes Introduction To Advanced
● Kubernetes Basics Theory ● Kubernetes Using kubeadm ● Kubernetes Deployment File Writing ● Kubernetes Service File Writing ● Deploy Python app in kubernetes cluster ● Deploy golang app in kubernetes cluster ● Deploy Node app in kubernetes cluster ● Deploy React app in kubernetes cluster ● DNS and Other Theory ● Connection Frontend and Backend Service ● Microservice to Microservice Communication ● Liveness prob ● Kubernetes Internals ● Securing Kubernetes Network ● Autoscaling (HPA,VPA) ● Deploy a production grade cluster using Kubeadm ● NodePort Based Deployment ● Introduction To Ingress Kubernetes Production Deployment In AWS: ● AWS Networking Basics ● AWS VPC Design For Kubernetes Deployment ● Ingress Based Kubernetes Deployment (Using Load Balancer) ● Reverse Proxy Based Deployment ● Kubernetes Network Debugging in AWS