Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Cloud-Native - Microservices, Kubernetes, Service Mesh, CI/CD
Cloud-Native - Microservices, Kubernetes, Service Mesh, CI/CD

Cloud-Native - Microservices, Kubernetes, Service Mesh, CI/CD: Build, Deploy, and Scale Cloud-Native Applications with Microservices, Kubernetes, and CI/CD

Arrow left icon
Profile Icon Mehmet Ozkaya
Arrow right icon
€8.99 €59.99
Video Nov 2024 24hrs 1st Edition
Video
€8.99 €59.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Mehmet Ozkaya
Arrow right icon
€8.99 €59.99
Video Nov 2024 24hrs 1st Edition
Video
€8.99 €59.99
Subscription
Free Trial
Renews at €18.99p/m
Video
€8.99 €59.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Key benefits

  • Implement distributed logging, tracing, and monitoring with Prometheus, Grafana, and ELK stack
  • Hands-on projects with AWS Lambda, Docker, Kubernetes, and Istio
  • Learn CI/CD, GitOps, and Terraform for cloud-native automation

Description

This course provides a complete journey into cloud-native development, teaching you to design, build, and deploy modern distributed systems. Start by understanding cloud-native principles, microservices, Kubernetes, and service meshes. Through hands-on projects, learn to build RESTful APIs using AWS Lambda, API Gateway, and DynamoDB. Explore caching with Redis and ElastiCache, asynchronous communication with Kafka and RabbitMQ, and event-driven architectures for scalable solutions. Advance into Kubernetes orchestration, using horizontal scaling with HPA and event-driven scaling with KEDA. Deploy and manage workloads with Helm charts, automate infrastructure provisioning with Terraform, and create CI/CD pipelines using GitHub Actions. Discover observability practices with Prometheus, Grafana, and distributed tracing tools like Zipkin to monitor and troubleshoot systems effectively. With practical labs and real-world projects, this course equips you to modernize legacy systems or build cloud-native applications from scratch. Master the skills to design scalable, secure, and resilient architectures for today’s dynamic IT landscape.

Who is this book for?

This course is tailored for software engineers, DevOps practitioners, cloud architects, and IT professionals seeking to build expertise in cloud-native development. Basic programming skills, familiarity with cloud platforms (AWS, Azure, GCP), and an understanding of containers are recommended prerequisites.

What you will learn

  • Architect scalable microservices with cloud-native principles
  • Scale applications dynamically with Kubernetes HPA and KEDA
  • Implement service meshes with Istio for secure communication
  • Scale apps with Kubernetes HPA and event-driven KEDA
  • Automate deployments with CI/CD pipelines and GitOps
  • Monitor systems using Prometheus, Grafana, and tracing tools

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Nov 28, 2024
Length: 24hrs
Edition : 1st
Language : English
ISBN-13 : 9781837023332
Concepts :
Tools :

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Nov 28, 2024
Length: 24hrs
Edition : 1st
Language : English
ISBN-13 : 9781837023332
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
Banner background image

Table of Contents

32 Chapters
Introduction Chevron down icon Chevron up icon
Introduction to Cloud-Native - What is Cloud-Native Architecture? Chevron down icon Chevron up icon
Cloud-Native Deep Dive - Landscape, Trial Map, and Pillars Chevron down icon Chevron up icon
Pillar 1 - Microservices Chevron down icon Chevron up icon
Hands-on: Develop a RESTful Microservice with CRUD Endpoints Chevron down icon Chevron up icon
Pillar 2 - Containers Chevron down icon Chevron up icon
Hands-on: Containerize .Net Microservices with Docker Chevron down icon Chevron up icon
Pillar 3 - Container Orchestrators Chevron down icon Chevron up icon
Deep Dive into Kubernetes - De Facto Standard for Containers Chevron down icon Chevron up icon
Hands-on: Deploy Microservices to Kubernetes Chevron down icon Chevron up icon
Helm Charts - Managing Kubernetes Applications with Helm Chevron down icon Chevron up icon
Pillar 4 - Cloud-Native Communications Chevron down icon Chevron up icon
Introduction to Cloud-Native Communications
12-Factor App and Cloud-Native Trial Map - Cloud-Native Communications
Cloud-Native Trial Map - Cloud-Native Communications
Communications in Cloud-Native Architectures
Microservices Communication Types: Synchronous or Asynchronous Communication
Microservices Communication Styles: Request-Driven or Event-Driven Architecture
Microservices Synchronous Communications and Best Practices
Designing HTTP-based RESTful APIs for Microservices
gRPC: High-Performance Remote Procedure Calls
How gRPC Works?
gRPC Usage in Microservices Communication
CN Communication Patterns: API Gateway Pattern
A Request Flow of API Gateway Pattern
CN Communication Patterns: Service Registry/Discovery Pattern
CN Communication Patterns: Sidecar Pattern
CN Communication Patterns: Service Mesh Pattern
Service Mesh Communication in Cloud-Native Microservices
Explore: CN Communication Tools - Service Proxy (Envoy), API Gateway (Kong), and Service Meshes (Istio, Linkerd)
Explore: CN Communication Tools - Service Proxy (Envoy, Nginx, HAProxy)
Explore: CN Communication Tools - API Gateway (Kong, KrakenD, KubeGateway)
Explore: CN Communication Tools - Service Meshes (Istio, Linkerd)
Explore: Cloud Serverless Communication Tools - AWS, Azure Service Proxy - API Gateway - Service Meshes
Service Meshes Are Still Early, and Istio Dominates Usage
Design: Cloud-Native E-commerce Microservices Architecture with Service Meshes - Istio, Envoy
Design with Cloud Managed Services - AWS API Gateway, Service Mesh
Hands-on: Deploy Microservices to Kubernetes with Service Mesh Istio and Envoy Chevron down icon Chevron up icon
Pillar 5 - Backing Services: Data Management, Caching, and Message Brokers Chevron down icon Chevron up icon
Pillar-Backing Services - Data Management (K8s and Serverless Databases) Chevron down icon Chevron up icon
Introduction to CN Data Management (K8s and Serverless Databases)
Cloud-Native Trial Map – Backing Services: Databases
Database as a Service (DBaaS) for Cloud-Native Microservices
Relational Databases
NoSQL Databases
NoSQL Database Types - Document, Key-value, Graph-based, Column-based Databases
When to Use Relational Databases?
When to Use NoSQL Databases?
Best Practices When Choosing Data Store - Use Right Tool for the Right Job
How to Choose a Database for Microservices
NewSQL Databases
Comparison of Relational, NoSQL, and NewSQL Databases
The Rise of the Kubernetes Native Database - Kubernetes-Native Database Architecture
Most Used Databases in Kubernetes for Cloud-Native Apps
Explore: CN Databases - Horizontally Scalable Distributed Cloud-Native Databases
Explore: Relational Databases - PostgreSQL, MySQL, Oracle, SQL Server
Explore: NoSQL Databases - MongoDB, Redis, Cassandra
Explore: NewSQL Kubernetes Databases - Vitess, TiDB, TiKV, CockroachDB, YugabyteDB
Explore: Kubernetes Databases - YugabyteDB: The Scalable Cloud-Native Database
Explore: Kubernetes Databases - Vitess: Scalable, Reliable, MySQL-Compatible Cloud-Native Database
Explore: Kubernetes Databases - CockroachDB: A Distributed SQL Database Built for Kubernetes
Explore: Cloud Serverless Databases - Amazon DynamoDB, Azure CosmosDB, Google Cloud Spanner
Design: Cloud-Native E-commerce Microservices Architecture with Relational and NoSQL Databases
Design: Cloud-Native E-commerce Microservices Architecture with NewSQL Kubernetes Databases
Design with Cloud Serverless Databases: AWS DynamoDB, Aurora DB, Azure CosmosDB, Google Cloud Spanner
Hands-on: Deploy Cloud-Native CockroachDB Database on a Kubernetes Cluster Chevron down icon Chevron up icon
Hands-on: Building RESTful Microservices with AWS Lambda, API Gateway, and DynamoDB Chevron down icon Chevron up icon
Pillar 5 - Backing Services: Caching (K8s and Serverless Caching) Chevron down icon Chevron up icon
Hands-on: Deploy Cloud-Native Redis Cache on a Kubernetes Cluster with Minikube Chevron down icon Chevron up icon
Pillar 5 - Backing Services: Message Brokers (Async Communication, Event-Driven) Chevron down icon Chevron up icon
Introduction to Cloud-Native Message Brokers (Async Communication, Event-Driven Communication for K8s and Serverless Message Brokers)
Cloud-Native Trial Map – Backing Services: Message Brokers
Microservices Asynchronous Communication
Benefits of Asynchronous Communication
Challenges of Asynchronous Communication
Fan-Out Publish/Subscribe Messaging Pattern
Topic-Queue Chaining & Load Balancing Pattern
Event-Driven Microservices Architecture
Real-Time Processing and High-Volume Events in Event-Driven Microservices Architecture
Event Hubs and Event Streaming in Event-Driven Microservices Architecture
Real-World Examples of Event-Driven Microservices Architecture
Explore: CN Message Broker - Horizontally Scalable Distributed Cloud-Native Message Brokers
Explore: CN Message Brokers - Kafka, RabbitMQ, Redis Pub/Sub, CloudEvents
What is Apache Kafka?
Apache Kafka Use Cases
Kafka Components: Topic, Partitions, Offset, and Replication Factor
What is RabbitMQ?
RabbitMQ Components: Producer, Queue, Consumer, Message, Exchange, Binding, and FIFO
Explore: Cloud Serverless Message Brokers - Amazon SNS, EventBridge, Azure Service Bus, Event Grid, Google Cloud Pub/Sub, Upstash Kafka
Explore: Upstash Kafka - Serverless Message Broker
Design: Cloud-Native E-commerce Microservices Architecture with Distributed Cloud-Native Message Brokers
Design: Event-Driven E-commerce Microservices Architecture with Event Hubs
Design with Cloud Serverless Message Brokers - Amazon SNS, EventBridge, Azure Service Bus, Google Cloud Pub/Sub, Upstash Kafka
Hands-on: Deploy Cloud-Native Kafka Message Brokers on a Kubernetes Cluster Chevron down icon Chevron up icon
Hands-on: Amazon SNS Notifications Topic Subscription From AWS Lambda Chevron down icon Chevron up icon
Pillar 6 - Scalability: Kubernetes Horizontal Pod Autoscaler (HPA) and KEDA Chevron down icon Chevron up icon
Hands-on: Scale Kubernetes Pods (Vertical-Horizontal Pod Auto Scaling, KEDA) Chevron down icon Chevron up icon
Deploy on Cloud Serverless Kubernetes - AWS Fargate for EKS, Azure Container App Chevron down icon Chevron up icon
Hands-on: Deploying Microservices on Amazon EKS with Fargate Chevron down icon Chevron up icon
Pillar 7 - DevOps, CI/CD, IaC, and GitOps Chevron down icon Chevron up icon
Introduction to Pillar 7: DevOps, CI/CD, IaC, and GitOps
12-Factor App and Cloud-Native Trial Map - DevOps CI/CD
Cloud-Native Trial Map - DevOps and CI/CD
DevOps in Cloud-Native Applications: DevOps/DevSecOps, CI/CD, IaC, GitOps
What is DevOps? How DevOps is Used in Cloud-Native Microservices?
What is DevSecOps? - Key Aspects of DevSecOps
DevOps Stages: Software Development and Deployment Lifecycle
Explore: DevOps Tools
What is CI/CD? How is CI/CD Used in Cloud-Native Microservices?
CI/CD Pipeline Steps for Microservices Deployments
CI/CD Flow and Tools for Microservices Deployments
Deployment Strategies for Microservices: Blue-Green, Rolling, and Canary Deployment
Explore: CI/CD Pipelines
Explore: CI/CD Pipelines - GitHub Actions, GitLab CI/CD, Jenkins X, CircleCI, Travis CI
What is GitHub Actions?
How GitHub Actions Work - Components of GitHub Actions
Deploy Microservices to Kubernetes with GitHub Actions
Explore: Cloud Serverless CI/CD Pipelines - Azure Pipelines, AWS CodePipeline, Google Cloud Build
What is IaC? How is IaC Used in Cloud-Native Microservices?
IaC Usage in Cloud-Native Microservices
Explore: IaC Tools
Explore: IaC Tools - Terraform, Ansible, Puppet, Chef, Pulumi
Explore: Terraform - Automate Infrastructure on Any Cloud with Terraform
Terraform IaC Steps - How Terraform Works?
Explore: Cloud Serverless IaC Tools - AWS CloudFormation, SAM, CDK, Azure Resource Manager (ARM), Bicep, Google Cloud Deployment Manager
What is GitOps? How is GitOps Used in Cloud-Native Microservices?
CNCF 2022 Annual Survey - Organizations Favor GitOps
Key Principles of GitOps
How GitOps Works? - Steps of GitOps Workflow
GitOps Real-World Use Case - Black Friday Sale E-Commerce
Explore: GitOps Tools
CNCF Survey GitOps Tools - Argo and Flux Graduated Projects
Explore: GitOps Tools - ArgoCD, Flux, Jenkins X, Codefresh, Tekton
Explore: Argo CD - GitOps Continuous Delivery Tool for Kubernetes
Argo CD Deploy Microservices in Kubernetes with CI/CD
Design: Cloud-Native E-Commerce Microservices Architecture with DevOps, CI/CD, IaC, and GitOps
Hands-on: Terraform IaC Provision AWS EC2 Instance Chevron down icon Chevron up icon
Hands-on: GitHub Actions CI/CD for Build & Push Docker Images to DockerHub Chevron down icon Chevron up icon
Pillar 8 - Monitoring & Observability with Distributed Logging and Tracing Chevron down icon Chevron up icon
Introduction to Pillar 8: Monitoring & Observability with Distributed Logging and Tracing
12-Factor App and Cloud-Native Trial Map - Monitoring & Observability
Cloud-Native Trial Map - Monitoring & Observability
Monitoring & Observability in Cloud-Native Applications
CNCF and Dynatrace Report - Observability Shows Biggest Growth in Top Kubernetes Workloads
Why Monitoring Tools Increase in Kubernetes Workloads?
Monitoring in Cloud-Native Microservices
Deep Dive into Monitoring Types: System, Service, and Application Monitoring
Backing Services Monitoring - Kafka, Redis, DB Metrics
Application Performance and Business Monitoring (APM, ABM)
Microservices Health Checks: Liveness, Readiness, and Performance Checks
Explore: Monitoring Tools
Explore: Monitoring Tools - Prometheus, Grafana, Dynatrace, Datadog, New Relic, Cortex
Prometheus - Open-Source Monitoring and Alerting Tool
Prometheus Architecture
How Prometheus Works? Steps for Monitoring Cloud-Native Microservices in Kubernetes
Explore: Cloud Serverless Monitoring Tools
What is Distributed Logging?
Microservices Observability with Distributed Logging and Tracing
Explore: Distributed Logging and Tracing Tools
Explore: Logging and Tracing Tools - ELK Stack, Fluentd, Jaeger, Zipkin
Elastic Stack for Microservices Observability with Distributed Logging
Microservices Distributed Tracing with OpenTelemetry Using Zipkin
Explore: Cloud Serverless Logging and Tracing Tools
Design: Cloud-Native E-Commerce Architecture with Monitoring & Observability
Hands-on: Prometheus & Grafana Monitoring on Kubernetes Using Helm Chevron down icon Chevron up icon
Thanks Chevron down icon Chevron up icon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How can I download a video package for offline viewing? Chevron down icon Chevron up icon
  1. Login to your account at Packtpub.com.
  2. Click on "My Account" and then click on the "My Videos" tab to access your videos.
  3. Click on the "Download Now" link to start your video download.
How can I extract my video file? Chevron down icon Chevron up icon

All modern operating systems ship with ZIP file extraction built in. If you'd prefer to use a dedicated compression application, we've tested WinRAR / 7-Zip for Windows, Zipeg / iZip / UnRarX for Mac and 7-Zip / PeaZip for Linux. These applications support all extension files.

How can I get help and support around my video package? Chevron down icon Chevron up icon

If your video course doesn't give you what you were expecting, either because of functionality problems or because the content isn't up to scratch, please mail customercare@packt.com with details of the problem. In addition, so that we can best provide the support you need, please include the following information for our support team.

  1. Video
  2. Format watched (HTML, MP4, streaming)
  3. Chapter or section that issue relates to (if relevant)
  4. System being played on
  5. Browser used (if relevant)
  6. Details of support
Why can’t I download my video package? Chevron down icon Chevron up icon

In the even that you are having issues downloading your video package then please follow these instructions:

  1. Disable all your browser plugins and extensions: Some security and download manager extensions can cause issues during the download.
  2. Download the video course using a different browser: We've tested downloads operate correctly in current versions of Chrome, Firefox, Internet Explorer, and Safari.