0% found this document useful (0 votes)
32 views

AWS, Docker and Kubernetes: 1. Why Cloud 2. 3. 4. 5. 6. 7. 8. 9. 10. 11

The document provides an overview of AWS, Docker, Kubernetes, and a Kubernetes syllabus. It discusses key AWS services like EC2, S3, and Route 53. It also covers Docker architecture, images, and networking. The Kubernetes syllabus outlines topics like the architecture, environment setup, high availability, running code in Kubernetes pods, container lifecycles, and key Kubernetes components.

Uploaded by

raghav
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
32 views

AWS, Docker and Kubernetes: 1. Why Cloud 2. 3. 4. 5. 6. 7. 8. 9. 10. 11

The document provides an overview of AWS, Docker, Kubernetes, and a Kubernetes syllabus. It discusses key AWS services like EC2, S3, and Route 53. It also covers Docker architecture, images, and networking. The Kubernetes syllabus outlines topics like the architecture, environment setup, high availability, running code in Kubernetes pods, container lifecycles, and key Kubernetes components.

Uploaded by

raghav
Copyright
© © All Rights Reserved
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

AWS, Docker and Kubernetes

1. Why Cloud
2. Understand Identity Access Management of AWS
3. EC2 Instance
4. EBS (Elastic Block Storage)
5. Object Storage in Cloud
6. Cloud watch
7. Route53
8. Virtual Private cloud
9. Relational Database service
10.Monitoring Services
11.ELB

Docker
1. Docker architecture
2. Docker installation
3. Docker images
4. Docker Network

Kubernetes
1. Kubernetes architecture
2. Environment setup
3. High Availability
4. Running code in Kubernetes

Kubernetes Syllabus

Introduction to Kubernetes

 What is Kubernetes?
 Features and Benefit of Kubernetes
 Architecture of Kubernetes
 Container orchestration
 Concept of Kubernetes – Cluster, Node, Master, Service
 Kubernetes Components – Master , Nodes
 Pods, Minikube,  Kubeadm
 API Server, Kubelet, Kubeproxy. Kubectl Utility

Environment Setup and Configuration

 Creating the Cluster


 Initializing the master
 pod network
 Scaling containers
 Forwarding container ports
 YAML

High Availability

 Concept of High-availability
 Create Cluster with high availability
 Clustering etcd
 DNS discovery
 Running redundant API
 Rolling upgrades

Running Code in Kubernetes

 Container registries
 Setup Container
 Dockerfile commands
 Building and Running the container
 Port forwarding

Container LifeCycles

 Pod Lifecycle
 Snapshot of the current state
 Liveness probe
 Initialization containers
 Handling Shutdown

You might also like