European Internet School: Mastering Kubernetes: From Basics to Production
European Internet School
Back
/
Kubernates
/
Mastering Kubernetes: From Basics to Production
Mastering Kubernetes: From Basics to Production
Course Content
Lesson 1: Understand Core Kubernetes Architecture and Components
# Understand Core Kubernetes Architecture and Components Kubernetes operates as a distributed syste...
Start Lesson
Lesson 2: Set Up a Local Cluster Using Minikube or Kind
# Set Up a Local Cluster Using Minikube or Kind ## Introduction Developing applications for Kubern...
Start Lesson
Lesson 3: Deploy and Manage Single Pod Workloads
# Deploy and Manage Single Pod Workloads The Pod represents the smallest deployable unit of computi...
Start Lesson
Lesson 4: Scale Applications Using Deployments and ReplicaSets
# Scale Applications Using Deployments and ReplicaSets ## Introduction Scaling applications is a f...
Start Lesson
Lesson 5: Expose Applications with Services and Ingress Controllers
# Expose Applications with Services and Ingress Controllers In a Kubernetes cluster, Pods are ephem...
Start Lesson
Lesson 6: Manage Configuration Data with ConfigMaps and Secrets
# Manage Configuration Data with ConfigMaps and Secrets Hardcoding configuration data directly into...
Start Lesson
Lesson 7: Implement Persistent Storage with PersistentVolumes
# Implement Persistent Storage with PersistentVolumes Containers and pods are inherently ephemeral....
Start Lesson
Lesson 8: Monitor Cluster Health Using Prometheus and Grafana
# Monitor Cluster Health Using Prometheus and Grafana ## Introduction In dynamic cloud-native envi...
Start Lesson
Lesson 9: Secure Cluster Access with RBAC and ServiceAccounts
# Secure Cluster Access with RBAC and ServiceAccounts Kubernetes security architecture is fundament...
Start Lesson
Lesson 10: Package and Deploy Charts Using Helm
# Package and Deploy Charts Using Helm Kubernetes-native applications often consist of multiple res...
Start Lesson
Lesson 11: Automate Deployment Pipelines with GitOps Principles
# Automate Deployment Pipelines with GitOps Principles GitOps represents a paradigm shift in how Ku...
Start Lesson
Lesson 12: Optimize Performance with Horizontal Pod Autoscaling
# Optimize Performance with Horizontal Pod Autoscaling Horizontal Pod Autoscaling (HPA) is a critic...
Start Lesson