Description
In this course, you will learn :
- How Kubernetes works
- Architecture of Kubernetes
- Kubernetes concepts : Service,Namespace,Scheduling,Networking,Storage,APIs,RBAC,Kubectl...
- LAB - apply a deployment on a local K8S cluster
Syllabus :
1. Kubernetes Explained
- What is K8S
- Architecture of K8S
- Kubernetes Objects
- Manifests (yaml)
- Services
- Namespaces
- Scheduling
- Networking
- Storage
- APIs
- Authentication & Authorization
- Kubectl
2. LABs
- Create a K8S cluster with minikube
- Deploy a PostgreSQL database on the cluster