Course Overview
Course pre-requisites:
- Basic understanding of Linux / Unix environment (hands on)
- Basic understanding of Application & Layer
- AWS account to perform hands-on activities.
- Understanding of SDLC, Cloud, Microservices etc.
Note: If any of the prerequisite knowledge is not held by the participants then it will be covered through complimentary sessions.
Docker!
In this course you’ll learn Docker from fundamentals. This course will explain the concepts and inner functioning of containers. and how they are implemented. Then it’ll cover the usage of basic Docker CLI commands. Afterwards it’ll cover how to build your own custom images, and how to ‘Dockerizing’ applications.
Kubernetes!
The Kubernetes section of this course will focus on the curriculum covered by CKA( Certified Kubernetes Admin) certification and will prepare you to appear for the CKA certification exam with confidence. The course will cover how to setup a production-grade system for managing complex applications with many different running containers.
Who should take this course ?
- Any technology professional, interested in learning Kubernetes on cloud
- Aspirants appearing for CKA certification
- Cloud Practitioners or Developers who are planning to understand Microservices architecture and its orchestration
This course comes with:
- In-depth Theory
- Hands-on exercises
- Real time problem statements and implementations
- Detailed Notes with all exercise, commands etc in well-structured and printable format
- CKA Exam and job interview related tips and advices
Curriculum
- 5 Sections
- 39 Lessons
- 25 Hours
- Docker Essentials7
- Docker Orchestration using Swarm6
- Kubernetes Essentials9
- 3.1What is container orchestration
- 3.2Overview of other container orchestration tools – Rancher, Docker Swarm
- 3.3Why Kubernetes and getting started
- 3.4Installing Kubernetes for developers using Minikube
- 3.5Installing Kubernetes for production using Kubeadm / EKS / AKS
- 3.6Understanding Kubernetes architecture
- 3.7Introduction and demo of Kubernetes Enterprise like – EKS , Redhat Openshift
- 3.8Why Kubernetes Enterprise –> Openshift by Redhat wq
- 3.9AWS Environment setup30 Minutes
- Kubernetes at work15
- 4.1Kubernetes master and its components
- 4.2Deployment of single tier applications30 Minutes
- 4.3Kubernetes API expose4 Hours
- 4.4Database and YAML4 Hours
- 4.5Namespace and users30 Minutes
- 4.6Understanding configmap and secrets
- 4.7Using secrets with applications
- 4.8Container logging and observations
- 4.9Enable Kubernetes matrics to configure any monitoring tools as plugin
- 4.10Enable kube-apiserver to configure all this as monitoring plugin
- 4.11Role based access control and rolebindings for the same
- 4.12Deployment of monitoring agent as daemon sets using kubectl yaml
- 4.13General configuration overview of monitoring tool inc. – Graphana , Splunk , ELK , EFK
- 4.14Persistent storage30 Minutes
- 4.15Jenkins integrations4 Hours
- Project2