Curriculum
- 5 Sections
- 39 Lessons
- 25 Hours
Expand all sectionsCollapse all sections
- 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