К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Container & Edge Orchestration · LearnSpace
Назад в каталог
courseraIT и технологии

Container & Edge Orchestration

Курс от Microsoft
Продвинутый≈ 13.4 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

Running AI workloads reliably across data centers, Kubernetes clusters, and resource-constrained edge devices requires more than container basics. This course builds the skills to deploy, optimize, and manage containerized inference services from cloud to edge at scale. You'll package models with Helm, validate rollouts, and trace requests with OpenTelemetry and Jaeger to fix latency outliers. You'll build minimal Docker images, configure edge inference using Azure IoT Edge and ONNX Runtime, implement resilient gRPC communication, and execute zero-downtime Blue-Green deployments on AKS. By the end of this course, you'll be able to define deployment standards for containerized inference services, set container optimization targets, select edge inference architectures and communication protocols, validate resilience under injected failures with Chaos Mesh, and own rollback criteria and SLI thresholds for cloud and edge deployments. This course is designed for platform engineers extending container orchestration skills to edge computing and AI inference workloads. Familiarity with Docker and basic Kubernetes concepts is expected.

Навыки, которые вы освоите

KubernetesApplication DeploymentDistributed ComputingContainerizationDocker (Software)Application Performance ManagementComputer ScienceInformation TechnologyCloud ComputingPerformance TuningMLOps (Machine Learning Operations)Infrastructure as Code (IaC)Capacity ManagementGenerative AICloud DeploymentCloud-Native ComputingModel DeploymentSoftware DevelopmentSite Reliability EngineeringAI Orchestration

Программа курса

12 модулей · 68 учебных материалов

01Deploy & Trace: Package and Deploy with Helm5 материалов
Why Helm Is the Standard for Kubernetes DeploymentsВидеоHelm Chart Architecture for Inference ServicesВидеоStep-by-Step: Create and Deploy a Helm Chart with Health Probes for InferenceЧтениеHands-on Activity: Deploy an Inference Service with HelmЧтение

Учитесь у экспертов

Microsoft

Преподаватель курса

Container & Edge Orchestration
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 13.4 ч

12 модулей

Язык: Английский

Часть программы вашего университета
Knowledge Check: Helm DeploymentsЗадание
02Deploy & Trace: Instrument and Analyze with OpenTelemetry7 материалов
Why Distributed Tracing Is Essential for AI PipelinesВидеоOpenTelemetry Architecture and ConceptsВидеоStep-by-Step: Instrument Services with OpenTelemetryЧтениеDiagnosing Latency with Jaeger Trace AnalysisВидеоHands-on Activity: Diagnose a Latency Spike with JaegerЧтениеKnowledge Check: Distributed TracingЗаданиеGraded Quiz: Deploy & Trace ServicesЗадание
03Build Minimal Secure Images5 материалов
Why Image Size and Security Matter for AI DeploymentsВидеоMulti-Stage Docker Builds for Inference ImagesВидеоStep-by-Step: Multi-Stage Builds and CVE Scanning for Inference ImagesЧтениеHands-on Activity: Build and Scan a Minimal Inference ImageЧтениеKnowledge Check: Container OptimizationЗадание
04Right-Size Kubernetes Resources7 материалов
Discover the Cost of Getting Resource Requests WrongDIALOGUEKubernetes Resource Model: Requests, Limits, and QoSВидеоUsing Metrics-Server and kubectl top for AnalysisЧтениеAnalyzing Utilization and Adjusting Resource SpecificationsВидеоHands-on Activity: Right-Size an Inference DeploymentЧтениеKnowledge Check: Resource ManagementЗаданиеGraded Quiz: Optimize Docker & PodsЗадание
05Edge Compute: Deploy ONNX Models with IoT Edge5 материалов
Why Edge Inference Changes the AI Deployment ModelВидеоAzure IoT Edge Architecture and Modules ВидеоStep-by-Step: Configure and Deploy ONNX Models with Offline BufferingЧтениеHands-on Activity: Deploy Offline-Capable Edge InferenceЧтениеKnowledge Check: IoT Edge DeploymentЗадание
06Edge Compute: Select Communication Protocols7 материалов
Why Protocol Choice Impacts Edge ReliabilityВидеоMQTT vs. AMQP vs. HTTPS: Protocol ComparisonВидеоProtocol Performance Under Constrained ConditionsЧтениеBenchmarking Protocol PerformanceВидеоHands-on Activity: Produce a Protocol RecommendationЗаданиеKnowledge Check: Communication ProtocolsЗаданиеGraded Quiz: Edge Compute & ConnectivityЗадание
07gRPC & Resilience: Implement gRPC Communication5 материалов
Why gRPC Outperforms REST for ML PipelinesВидеоgRPC and Protocol Buffers FundamentalsВидеоStep-by-Step: Design Protobuf Schemas and Convert Services to gRPCЧтениеHands-on Activity: Refactor ML Pipeline to gRPCЧтениеKnowledge Check: gRPC FundamentalsЗадание
08gRPC & Resilience: Implement Fault Tolerance7 материалов
Discover Why Resilience Engineering MattersDIALOGUEResilience Patterns for Distributed ML SystemsВидеоImplementing Exponential Backoff with JitterЧтениеChaos Testing with Chaos MeshВидеоHands-on Activity: Validate Resilience Under ChaosЗаданиеKnowledge Check: Resilience PatternsЗаданиеGraded Quiz: gRPC Comms & ResilienceЗадание
09Zero-Downtime: Implement Blue-Green Deployments6 материалов
Why Zero-Downtime Deployment Is a Production RequirementВидеоBlue-Green Deployment Architecture on KubernetesВидеоBlue-Green Cutover in ActionВидеоStep-by-Step: Blue-Green Configuration: Labels, Selectors, and YAMLЧтениеHands-on Activity: Deploy a Model Update with Zero DowntimeЧтениеKnowledge Check: Blue-Green DeploymentsЗадание
10Zero-Downtime: Evaluate Edge Deployment Strategies6 материалов
Why Edge Deployments Require Different StrategiesВидеоCanary vs. Blue-Green: Strategy ComparisonВидеоEvaluating Deployment Strategies for Edge ConstraintsЧтениеHands-on Activity: Recommend an Edge Rollout StrategyЗаданиеKnowledge Check: Edge Deployment StrategiesЗаданиеGraded Quiz: Zero-Downtime RolloutsЗадание
11GenAI Module: AI-Assisted Infrastructure Code5 материалов
Why AI-Assisted Infrastructure Development MattersЧтениеPrompting and Evaluating AI-Generated Infrastructure CodeЧтениеAI-Assisted Infrastructure Development WorkflowЧтениеHands-on Activity: Generate and Validate Infrastructure CodeЗаданиеKnowledge Check: AI-Assisted Infrastructure DevelopmentЗадание
12Project Module: Edge Inference Pipeline3 материалов
Why This Project MattersЧтениеProject RequirementsЧтениеEdge Inference Solution PackageЗадание