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