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