Packt
Cloud Communications, Data Management, and Service Mesh

Erwerben Sie mit Coursera Plus für 199 $ (regulär 399 $) das nächste Level. Jetzt sparen.

kurs ist nicht verfügbar in Deutsch (Deutschland)

Wir übersetzen es in weitere Sprachen.
Packt

Cloud Communications, Data Management, and Service Mesh

Bei Coursera Plus enthalten

Verschaffen Sie sich einen Einblick in ein Thema und lernen Sie die Grundlagen.
Stufe Mittel

Empfohlene Erfahrung

1 Woche zu vervollständigen
unter 10 Stunden pro Woche
Flexibler Zeitplan
In Ihrem eigenen Lerntempo lernen
Verschaffen Sie sich einen Einblick in ein Thema und lernen Sie die Grundlagen.
Stufe Mittel

Empfohlene Erfahrung

1 Woche zu vervollständigen
unter 10 Stunden pro Woche
Flexibler Zeitplan
In Ihrem eigenen Lerntempo lernen

Was Sie lernen werden

  • Learn how to deploy and manage Kubernetes applications using Helm charts

  • Master Cloud-Native communication patterns, including gRPC, RESTful APIs, and service meshes

  • Understand and implement microservices communication strategies like synchronous, asynchronous, and event-driven

  • Gain hands-on experience with data management, caching systems, and message brokers in Cloud-Native architectures

Kompetenzen, die Sie erwerben

  • Kategorie: Istio
  • Kategorie: API Gateway
  • Kategorie: Restful API
  • Kategorie: Microservices
  • Kategorie: Serverless Computing
  • Kategorie: Distributed Computing
  • Kategorie: Amazon Web Services
  • Kategorie: Scalability
  • Kategorie: Cloud-Native Computing
  • Kategorie: Event-Driven Programming
  • Kategorie: Apache Kafka
  • Kategorie: Amazon DynamoDB
  • Kategorie: Kubernetes
  • Kategorie: Application Deployment
  • Kategorie: Cloud Deployment
  • Kategorie: Redis
  • Kategorie: NoSQL
  • Kategorie: Data Management
  • Kategorie: Cloud Applications
  • Kategorie: Containerization

Wichtige Details

Zertifikat zur Vorlage

Zu Ihrem LinkedIn-Profil hinzufügen

Kürzlich aktualisiert!

Januar 2026

Bewertungen

14 Aufgaben

Unterrichtet in Englisch

Erfahren Sie, wie Mitarbeiter führender Unternehmen gefragte Kompetenzen erwerben.

 Logos von Petrobras, TATA, Danone, Capgemini, P&G und L'Oreal

Erweitern Sie Ihre Fachkenntnisse

Dieser Kurs ist Teil der Spezialisierung Spezialisierung für Cloud-Native – Microservices, Kubernetes & CI/CD
Wenn Sie sich für diesen Kurs anmelden, werden Sie auch für diese Spezialisierung angemeldet.
  • Lernen Sie neue Konzepte von Branchenexperten
  • Gewinnen Sie ein Grundverständnis bestimmter Themen oder Tools
  • Erwerben Sie berufsrelevante Kompetenzen durch praktische Projekte
  • Erwerben Sie ein Berufszertifikat zur Vorlage

In diesem Kurs gibt es 12 Module

In this module, we will introduce Helm as a tool for managing Kubernetes applications, focusing on Helm charts for efficient deployments. You will learn the benefits of using Helm for microservices, explore its chart structure, and understand its deployment mechanics. Practical exercises will guide you through deploying microservices using Helm, including hands-on projects with WordPress and product microservices.

Das ist alles enthalten

9 Videos2 Lektüren1 Aufgabe

In this module, we will dive into cloud-native communication patterns, focusing on microservices communication types and styles. You will learn about synchronous vs. asynchronous communication, explore advanced patterns like service meshes and API gateways, and understand tools like gRPC for high-performance interactions. Real-world examples and cloud-native communication tools will also be explored.

Das ist alles enthalten

25 Videos1 Aufgabe

In this module, we will walk you through deploying microservices to Kubernetes using Istio and Envoy for advanced communication and traffic management. You will set up Istio on Minikube, deploy applications, and configure ingress gateways for external access. Hands-on labs will focus on monitoring and analyzing microservices with Istio, along with using observability tools like Kiali, Prometheus, and Jaeger.

Das ist alles enthalten

10 Videos1 Aufgabe

In this module, we will explore the foundational role of backing services in cloud-native applications, focusing on databases, caching, and message brokers. You will dive into data management practices for microservices, including Kubernetes-native and serverless solutions, and learn how to manage communication with event-driven and asynchronous systems.

Das ist alles enthalten

6 Videos1 Aufgabe

In this module, we will focus on data management strategies in cloud-native environments, exploring the use of Kubernetes-native and serverless databases. You will learn about the different types of databases—relational, NoSQL, and NewSQL—and how to choose the best option for your microservices. Practical projects will guide you through designing data-rich architectures for real-world applications.

Das ist alles enthalten

25 Videos1 Aufgabe

In this module, we will guide you through the hands-on process of deploying CockroachDB in a Kubernetes cluster using Minikube and Helm. You will explore the features of Kubernetes Operators, deploy CockroachDB, and perform SQL operations. Additionally, you will test its resilience by simulating node failures and scaling.

Das ist alles enthalten

9 Videos1 Aufgabe

In this module, we will teach you how to build a serverless RESTful microservices application using AWS Lambda, API Gateway, and DynamoDB. You will learn to integrate these services, configure event-driven communication with SNS, and deploy and test a fully functional application. Finally, you will learn how to clean up resources to avoid unnecessary charges.

Das ist alles enthalten

9 Videos1 Aufgabe

In this module, we will dive into caching in cloud-native applications, focusing on Kubernetes-native and serverless caching solutions. You will explore different caching strategies, including cache-aside and distributed caching, and learn best practices for optimizing read and write operations. Hands-on labs will guide you through using tools like Redis, Memcached, and serverless caching solutions from cloud providers.

Das ist alles enthalten

15 Videos1 Aufgabe

In this module, we will guide you through deploying Redis Cache within a Kubernetes cluster using Minikube. You will explore Redis architecture, configure it within Kubernetes, and interact with it using Redis commands. Additionally, we will simulate Redis node failures and observe its ability to scale. Finally, you will learn how to clean up your deployment to ensure resource efficiency.

Das ist alles enthalten

8 Videos1 Aufgabe

In this module, we will explore the role of message brokers in asynchronous and event-driven communication systems. You will learn about the benefits of using message brokers in microservices, focusing on patterns like publish/subscribe and event-driven architectures. We will also explore real-world examples of event-driven systems, as well as tools like Kafka, RabbitMQ, and Redis.

Das ist alles enthalten

23 Videos1 Aufgabe

In this module, we will walk you through the process of deploying Apache Kafka in a Kubernetes cluster using Minikube and Helm. You will explore Kafka's architecture and learn to work with its APIs for message publishing and consumption. Hands-on labs will guide you through testing Kafka’s fault tolerance and cleaning up resources after the exercise.

Das ist alles enthalten

8 Videos1 Aufgabe

In this module, we will walk you through the process of creating an Amazon SNS topic and subscribing it to AWS Lambda for event-driven communication. You will learn how to configure SNS notifications, create Lambda functions for processing messages, and test the entire flow. The module concludes with resource cleanup to ensure proper management of AWS costs.

Das ist alles enthalten

9 Videos1 Lektüre3 Aufgaben

Erwerben Sie ein Karrierezertifikat.

Fügen Sie dieses Zeugnis Ihrem LinkedIn-Profil, Lebenslauf oder CV hinzu. Teilen Sie sie in Social Media und in Ihrer Leistungsbeurteilung.

Dozent

Packt - Course Instructors
Packt
1.305 Kurse335.367 Lernende

von

Packt

Mehr von Software Development entdecken

Warum entscheiden sich Menschen für Coursera für ihre Karriere?

Felipe M.
Lernender seit 2018
„Es ist eine großartige Erfahrung, in meinem eigenen Tempo zu lernen. Ich kann lernen, wenn ich Zeit und Nerven dazu habe.“
Jennifer J.
Lernender seit 2020
„Bei einem spannenden neuen Projekt konnte ich die neuen Kenntnisse und Kompetenzen aus den Kursen direkt bei der Arbeit anwenden.“
Larry W.
Lernender seit 2021
„Wenn mir Kurse zu Themen fehlen, die meine Universität nicht anbietet, ist Coursera mit die beste Alternative.“
Chaitanya A.
„Man lernt nicht nur, um bei der Arbeit besser zu werden. Es geht noch um viel mehr. Bei Coursera kann ich ohne Grenzen lernen.“
Coursera Plus

Neue Karrieremöglichkeiten mit Coursera Plus

Unbegrenzter Zugang zu 10,000+ Weltklasse-Kursen, praktischen Projekten und berufsqualifizierenden Zertifikatsprogrammen - alles in Ihrem Abonnement enthalten

Bringen Sie Ihre Karriere mit einem Online-Abschluss voran.

Erwerben Sie einen Abschluss von erstklassigen Universitäten – 100 % online

Schließen Sie sich mehr als 3.400 Unternehmen in aller Welt an, die sich für Coursera for Business entschieden haben.

Schulen Sie Ihre Mitarbeiter*innen, um sich in der digitalen Wirtschaft zu behaupten.

Häufig gestellte Fragen