1. Introduction
-
Docker
-
Kubernetes
2. Installation
-
Install Docker
-
Docker Basic Operations
-
Working with Docker Images
-
Writing Your First Dockerfile
-
Docker Networking
-
Docker Volume
-
Docker Compose
-
Kubernetes on AWS using kops
-
Kubernetes on AWS using EKS
3. Pods & Nodes
-
Introduction
-
Create a Pod - Imperative
-
Create a Pod - Declarative
-
Nodes
-
Namespaces
-
Resource Allocation
4. Labels & Annotations
-
Labels
-
Annotations
5. YAML Crash course
-
K8S YAML structure
-
Exploring Object Specs
6. Services
-
NodePort
-
ClusterIP
-
LoadBalancer
7. Multi-Container Pods
-
Introduction to Volumes
-
Pod design patterns
-
Pod - manual scheduling
-
Taints and Tolerations
9. ConfigMaps and Secrets
-
ConfigMaps
-
Use ConfigMaps in Pods
-
Create Secret
10. Deployments
-
Deployment and ReplicaSet
11. DaemonSets
-
DaemonSet
12. Jobs and CronJobs
-
Jobs
-
CronJob
13. Deployment Rollouts
-
Deployment & Replicaset
-
Rollout Demo
16. Persistent Volumes
-
Introduction to Volumes
17. RBAC and IAM
-
RBAC and IAM
18. Loadbalancing
-
Classic Load Balancer
-
Network Load Balancer
-
Application Load Balancer
Clear History
Built with
from
Grav
and
Hugo
> Installation
Chapter 2
Installation
We will learn how to install and configure Docker.
Also we will install Amazon EKS