Last Updated on May 21, 2024 by GeeksGod
Course : Kubernetes beyond the Basics with hands-on labs
Kubernetes is an open-source platform for managing containerized applications across multiple hosts. It offers a rich set of features that facilitate application deployment, scaling, and operations, and this makes it one of the hottest topics right now.
By taking this course you will learn Kubernetes concepts beyond the basics such as environment variables, ConfigMaps, Secrets, DaemonSets and more with hands-on labs.
You will learn how to store data in ConfigMaps and then inject them to pods for setting environment variables, or by mounting them as volumes. We learn also about Secrets in Kubernetes, which is the right place for storing sensitive data.
You will discover also alternative mechanisms for deploying pods in Kubernetes, aside from using deployments, which can be the right solution for certain use cases
Requirements for this Course:
Basic knowledge of Kubernetes such as Yaml, pods, ReplicaSets, Deployments
Who this course is for:
The course is for anyone who wants to enhance their skills in orchestrating containers with Kubernetes.This course is ideal for those who are already familiar with the basics of Kubernetes and want to learn more advanced Kubernetes concepts.
What you’ll learn
How set environment variables in Kubernetes?How to create ConfigMaps?How to use ConfigMaps for setting environment variables?How to mount ConfigMaps as volumes?How to create Secrets?How to use Secrets for setting environment variables?How to mount Secrets as volumes?deploying pods using DaemonSetsDeploying pods using StatefulSetsWorking with Jobs and CronJobs in Kubernetes