AWS EKS Kubernetes-Masterclass | DevOps, Microservices
- Descrição
- Currículo
- FAQ
- Revisões
******* Course Overview *******
Welcome to this Amazing course on AWS EKS Kubernetes – Masterclass | DevOps, Microservices. Below is the list of modules covered in this course.
Course Modules
-
Create AWS EKS Cluster using eksctl CLI
-
Docker Fundamentals
-
Kubernetes Fundamentals (Pods, ReplicaSets, Deployments & Services)
-
EKS Storage with AWS EBS CSI Driver
-
Kubernetes Important Concepts for Application Deployments
-
Kubernetes – Secrets
-
Kubernetes – Init Containers
-
Kubernetes – Liveness & Readiness Probes
-
Kubernetes – Requests & Limits
-
Kubernetes – Namespaces, Limit Range and Resource Quota
-
EKS Storage with AWS RDS MySQL Database
-
Load Balancing using CLB & NLB
-
Load Balancing using CLB – AWS Classic Load Balancer
-
Load Balancing using NLB – AWS Network Load Balancer
-
Load Balancing using ALB – AWS Application Load Balancer
-
ALB Ingress Controller – Install
-
ALB Ingress – Basics
-
ALB Ingress – Context path-based routing
-
ALB Ingress – SSL
-
ALB Ingress – SSL Redirect HTTP to HTTPS
-
ALB Ingress – External DNS
-
Deploy Kubernetes workloads on AWS Fargate Serverless
-
AWS Fargate Profiles – Basic
-
AWS Fargate Profiles – Advanced using YAML
-
Build and Push Container to AWS ECR and use that in EKS
-
DevOps with AWS Developer Tools CodeCommit, CodeBuild and CodePipeline
-
Microservices Deployment on EKS – Service Discovery
-
Microservices Distributed Tracing using AWS X-Ray
-
Microservices Canary Deployments
-
EKS HPA – Horizontal Pod Autosaler
-
EKS VPA – Vertical Pod Autosaler
-
EKS CA – Cluster Autosaler
-
EKS Monitoring using CloudWatch Agent & Fluentd – Container Insights
AWS Services Covered
-
AWS EKS – Elastic Kubernetes Service
-
AWS EBS – Elastic Block Store
-
AWS RDS – Relational Database Service MySQL
-
AWS CLB – Classic Load Balancer
-
AWS NLB – Network Load Balancer
-
AWS ALB – Application Load Balancer
-
AWS Fargate – Serverless
-
AWS ECR – Elastic Container Registry
-
AWS Developer Tool – CodeCommit
-
AWS Developer Tool – CodeBuild
-
AWS Developer Tool – CodePipeline
-
AWS X-Ray
-
AWS CloudWatch – Container Insights
-
AWS CloudWatch – Log Groups & Log Insights
-
AWS CloudWatch – Alarms
-
AWS Route53
-
AWS Certificate Manager
-
EKS CLI – eksctl
-
AWS SNS – Simple Notification Service
Kubernetes Concepts Covered
-
Kubernetes Architecture
-
Pods
-
ReplicaSets
-
Deployments
-
Services – Node Port Service
-
Services – Cluster IP Service
-
Services – External Name Service
-
Services – Load Balancers
-
Services – Ingress Service
-
Services – Ingress SSL & SSL Redirect
-
Services – Ingress & External DNS
-
Imperative – with kubectl
-
Declarative – Declarative with YAML
-
Secrets
-
Init Containers
-
Liveness & Readiness Probes
-
Requests & Limits
-
Namespaces – Imperative
-
Namespaces – Limit Range
-
Namespaces – Resource Quota
-
Storage Classes
-
Persistent Volumes
-
Persistent Volume Claims
-
Annotations
-
Canary Deployments
-
HPA – Horizontal Pod Autoscaler
-
VPA – Vertical Pod Autoscaler
-
CA – Cluster Autoscaler
-
DaemonSets
-
DaemonSets – Fluentd for logs
-
Config Maps
Each of my courses come with
-
Amazing Hands-on Step By Step Learning Experiences
-
Real Implementation Experience
-
Friendly Support in the Q&A section
-
30 Day “No Questions Asked” Money Back Guarantee!
-
4Step-01: Install CLI - IntroductionVídeo Aula
-
5Step-02: Install AWS CLIVídeo Aula
-
6Step-03: Install kubectl CLIVídeo Aula
-
7Step-04: Install eksctl CLIVídeo Aula
-
8Step-05: EKS Cluster IntroductionVídeo Aula
-
9Step-06: Create EKS ClusterVídeo Aula
-
10Step-07: Create EKS Managed Node Group & IAM OIDC ProviderVídeo Aula
-
11Step-08: Verify EKS Cluster NodesVídeo Aula
-
12Step-09: EKS Cluster Pricing Note - Very ImportantVídeo Aula
-
13Step-10: EKS Delete ClusterVídeo Aula
-
14Connect with Me !!!Texto
-
15Step-01: Docker Fundamentals - IntroductionVídeo Aula
-
16Step-02: Introduction to Docker, Why Docker, What Problems Docker Solve.Vídeo Aula
-
17Step-03: Docker Architecture or Docker TerminologyVídeo Aula
-
18Step-04: Docker InstallationVídeo Aula
-
19Step-05: Docker - Pull Docker Image from Docker Hub and Run it locallyVídeo Aula
-
20Step-06: Docker - Build Docker Image locally, Test and Push it to Docker HubVídeo Aula
-
21Step-07: Docker - Essential Commands OverviewVídeo Aula
-
22Step-00-01: Kubernetes ArchitectureVídeo Aula
-
23Step-00-02: Kubernetes vs AWS EKS ArchitectureVídeo Aula
-
24Step-00-03: Kubernetes Fundamentals - IntroductionVídeo Aula
-
25Step-01: Introduction to Kubernetes PodsVídeo Aula
-
26Docker Images present on Docker Hub and GitHub Container RegistryTexto
-
27Step-02: Kubernetes Pods DemoVídeo Aula
-
28Step-03: Kubernetes NodePort Service IntroductionVídeo Aula
-
29Step-04: Kubernetes NodePort Service and Pods DemoVídeo Aula
-
30Step-05: Interact with Pod - Connect to contianer in a podVídeo Aula
-
31Step-06: Delete PodVídeo Aula
-
32Step-07: Kubernetes ReplicaSet - IntroductionVídeo Aula
-
33Step-08: Kubernetes ReplicaSet - Review manifests and Create ReplicaSetVídeo Aula
-
34Step-09: Kubernetes ReplicaSet - Expose and Test via BrowserVídeo Aula
-
35Step-10: Kubernetes Deployment - IntroductionVídeo Aula
-
36Step-11: Kubernetes Deployment - DemoVídeo Aula
-
37Step-12: Kubernetes Deployment - Update Deployment using Set Image OptionVídeo Aula
-
38Step-13: Kubernetes Deployment - Edit Deployment using kubectl editVídeo Aula
-
39Step-14: Kubernetes Deployment - Rollback Application to Previous Version - UndoVídeo Aula
-
40Step-15: Kubernetes Deployment - Pause and Resume DeploymentsVídeo Aula
-
41Step-16: Kubernetes Services - IntroductionVídeo Aula
-
42Step-17: Kubernetes Services - DemoVídeo Aula
-
43Step-01: Introduction to Kubernetes Declarative ApproachVídeo Aula
-
44Step-02: YAML Basics IntroductionVídeo Aula
-
45Step-04: Create Pods with YAMLVídeo Aula
-
46Step-05: Create NodePort Service with YAML and Access Application via BrowserVídeo Aula
-
47Step-06: Create ReplicaSets using YAMLVídeo Aula
-
48Step-07: Create NodePort Service with YAML and Access Application via BrowserVídeo Aula
-
49Step-08: Create Deployment with YAML and TestVídeo Aula
-
50Step-09: Backend Application - Create Deployment and ClusterIP ServiceVídeo Aula
-
51Step-10: Frontend Application - Create Deployment and NodePort ServiceVídeo Aula
-
52Step-11: Deploy and Test - Frontend and Backend ApplicationsVídeo Aula
-
53Step-01: EKS Storage IntroductionVídeo Aula
-
54Step-02: Install EBS CSI DriverVídeo Aula
-
55Step-03: Create Kubernetes Manifests for Storage Class, PVC and ConfigMapVídeo Aula
-
56Step-04: Create Kubernetes Manifests for MySQL Deployment & ClusterIP ServiceVídeo Aula
-
57Step-05: Test by connecting to MySQL DatabaseVídeo Aula
-
58Step-06: Storage ReferencesVídeo Aula
-
59Step-07: Create Kubernetes Manifests for User Management Microservice DeploymentVídeo Aula
-
60Step-08: Test User Management Microservice with MySQL Database in KubernetesVídeo Aula
-
61Step-09: Test User Management Microservice UMS using PostmanVídeo Aula
-
62Step-01: Kubernetes Important Concepts for Application Deployments -IntroductionVídeo Aula
-
63Step-02: Kubernetes SecretsVídeo Aula
-
64Step-03: Kubernetes Init ContainersVídeo Aula
-
65Step-04: Kubernetes Liveness & Readiness Probes IntroductionVídeo Aula
-
66Step-05: Create Kubernetes Liveness & Readiness ProbesVídeo Aula
-
67Step-06: Kubernetes Resources - Requests & LimitsVídeo Aula
-
68Step-07: Kubernetes Namespaces - IntroductionVídeo Aula
-
69Step-08: Kubernetes Namespaces - Create Imperatively using kubectlVídeo Aula
-
70Step-09: Kubernetes Namespaces - Limit Range - IntroductionVídeo Aula
-
71Step-10: Kubernetes Namespaces - Create Limit Range k8s manifestVídeo Aula
-
72Step-11: Kubernetes Namespaces - Limit Range - Update App k8s Manifest, DeployVídeo Aula
-
73Step-12: Kubernetes - Resource QuotaVídeo Aula
