Kubernetes Fundamentals
Curriculum
First Step to Modern DevOps
Kubernetes Core Concepts
Day 1 - 2 | 10am - 5pmThe Kubernetes is a great advancement from deploying using virtual machines since it is more lightweight. Developers can also make use of the popular container format docker to deploy, run, monitor and scale their applications.
This course covers the in-depth knowledge of the following:
- Core Concepts of Kubernetes
- Building a Kubernetes Cluster from scratch
- Administer K8s Cluster
- Configure Access with Users & Permissions
Networking in Kubernetes and Troubleshoot a K8s Cluster
Day 3 - 4 | 10am - 5pmDeploying the application is only half of the story. The major part of DevOps starts when you need to monitor and scale an application in production. It is what System Administrator has been doing for decades. Kubernetes makes monitoring a fleet of containers a manageable task.
This course covers the in-depth knowledge of the following:
- Networking in Kubernetes
- Upgrade cluster
- Troubleshoot a k8s cluster
- Storage Configuration
- Deploy, scale & configure applications
Manage Kubernetes with Helm
Day 5 - 6 | 10am - 5pmHelm is a package manager for Kubernetes. You can easily use Helm to streamline installing Kubernetes applications.
This course covers the in-depth knowledge of the following:
- Installing Helm
- Defining a Chart
- Writing Templates
- Deploying a Chart