Instructional Video7:54
Curated Video

Design Microservices Architecture with Patterns and Principles - Design: Microservices Deployments with Containers and Orchestrators

Higher Ed
This video focuses on the design aspects of microservices deployments using containers and orchestrators and discusses considerations for containerizing microservices, designing container images, and defining deployment configurations...
Instructional Video2:12
Curated Video

Design Microservices Architecture with Patterns and Principles - Infrastructure as Code (IaC) and Usage in Microservices Deployments

Higher Ed
In this video, Infrastructure as Code (IaC) is introduced and its usage in microservices deployments is explored. It explains how IaC enables the provisioning and management of infrastructure resources, such as servers, networks, and...
Instructional Video2:40
Curated Video

Design Microservices Architecture with Patterns and Principles - Deployment Strategies for Microservices Blue-Green, Rolling, and Canary Deploy

Higher Ed
This video discusses different deployment strategies used in microservices environments, including blue-green, rolling, and canary deployment and explains each strategy and their benefits in terms of minimizing downtime, reducing risk,...
Instructional Video5:00
Curated Video

Design Microservices Architecture with Patterns and Principles - CI/CD Tools for Microservices Deployments

Higher Ed
This video explores various CI/CD tools and technologies that are commonly used in microservices deployments. It discusses popular tools such as Jenkins, GitLab CI/CD, and CircleCI, and how they support the automation of building,...
Instructional Video3:58
Curated Video

Design Microservices Architecture with Patterns and Principles - CI/CD Pipeline Steps for Microservices Deployments

Higher Ed
In this video, the typical steps involved in a CI/CD pipeline for microservices deployments are discussed. It covers activities such as version control, building container images, running tests, deploying to staging environments, and...
Instructional Video2:20
Curated Video

Design Microservices Architecture with Patterns and Principles - DevOps and CI/CD Pipelines for Microservices Deployments

Higher Ed
This video focuses on DevOps practices and CI/CD (Continuous Integration and Continuous Deployment) pipelines for microservices deployments and explains the importance of DevOps culture and automation in enabling fast and reliable...
Instructional Video3:04
Curated Video

Design Microservices Architecture with Patterns and Principles - Service Mesh Pattern and How the Service Mesh Pattern Work for Microservices

Higher Ed
In this video, the Service Mesh pattern is discussed, which provides a dedicated infrastructure layer for managing communication between microservices. It explains how a service mesh, such as Istio or Linkerd, works by injecting a...
Instructional Video5:56
Curated Video

Design Microservices Architecture with Patterns and Principles - Sidecar Pattern and How Does the Sidecar Pattern Work for Microservices Deploy

Higher Ed
This video introduces the Sidecar pattern, commonly used in microservices deployments and explains the sidecar container that runs alongside a main application container and provides additional functionality or services.
<
br/>
This...
Instructional Video2:10
Curated Video

Design Microservices Architecture with Patterns and Principles - Helm Charts with Kubernetes for Microservices Deployments

Higher Ed
This video focuses on Helm, a package manager for Kubernetes, and its usage in microservices deployments. It explains how Helm charts can be used to define, install, and manage microservices applications in a Kubernetes cluster.
<
br/>...
Instructional Video4:33
Curated Video

Design Microservices Architecture with Patterns and Principles - Kubernetes Components

Higher Ed
In this video, the various components of Kubernetes are explored, components such as the Kubernetes API server, kubelet, kube-proxy, and etcd. The video explains the role of each component in managing and maintaining the desired state...
Instructional Video4:42
Curated Video

Design Microservices Architecture with Patterns and Principles - Kubernetes Architecture

Higher Ed
This video provides an overview of the architecture of Kubernetes, the key components of Kubernetes, such as the control plane and worker nodes, and how they work together to manage and schedule containers.
<
br/>
This clip is from...
Instructional Video2:38
Curated Video

Design Microservices Architecture with Patterns and Principles - What Is Kubernetes and Why Do We Use Them for Microservices Deployments?

Higher Ed
In this video, Kubernetes, one of the most popular container orchestrators, is introduced. It explains the reasons why Kubernetes is widely used for microservices deployments, including its ability to automate application deployment,...
Instructional Video4:18
Curated Video

Design Microservices Architecture with Patterns and Principles - What Are Container Orchestrators?

Higher Ed
This video explains container orchestrators in microservices deployments, how container orchestrators, such as Kubernetes, help in managing and coordinating containerized applications across a cluster of machines.
<
br/>
This clip...
Instructional Video2:30
Curated Video

Design Microservices Architecture with Patterns and Principles - Why Do We Use Them for Microservices Deployments?

Higher Ed
In this video, the reasons for using containers and Docker in microservices deployments are explored. It highlights the advantages of containerization, such as improved resource utilization, scalability, and simplified deployment...
Instructional Video2:20
Curated Video

Design Microservices Architecture with Patterns and Principles - Docker Containers, Images, and Registries

Higher Ed
This video dives deeper into Docker's core components: containers, images, and registries. It explains how containers are created from images, which are stored in registries. The video also discusses the benefits of using Docker images...
Instructional Video1:27
Curated Video

Design Microservices Architecture with Patterns and Principles - What Is Docker?

Higher Ed
In this video, Docker, one of the most popular containerization platforms, is introduced. It explores the features and capabilities of Docker, including container creation, management, and distribution. The video also highlights the...
Instructional Video4:11
Curated Video

Design Microservices Architecture with Patterns and Principles - What Are Containers?

Higher Ed
This video explains the concept of containers and their role in the context of microservices deployments. It covers the basic principles and characteristics of containers, including their isolation, portability, and lightweight...
Instructional Video3:06
Curated Video

Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Deployments with Containers and Orchestrators

Higher Ed
This video introduces the topic of microservices deployments with containers and orchestrators. It outlines the key concepts and benefits of using containers and orchestrators for deploying microservices in a scalable and efficient...
Instructional Video3:46
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Deploy Microservices at Any Time with Zero-Downtime and Flexible Scale

Higher Ed
This video discusses the challenges of deploying microservices in a distributed caching environment while ensuring zero downtime and flexible scalability. It explores strategies and solutions to address these challenges and maintain...
Instructional Video2:23
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate Microservices Distributed Caching with Cache-Aside Pattern

Higher Ed
This video discusses the evaluation aspects of distributed caching with the cache-aside pattern. It explores how to measure the performance and effectiveness of the caching solution and make improvements based on the evaluation...
Instructional Video2:48
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt Microservices Distributed Caching with Cache-Aside Pattern

Higher Ed
This video explores how to adapt an existing microservices architecture to incorporate distributed caching with the cache-aside pattern. It discusses the steps and considerations involved in integrating caching into the...
Instructional Video3:32
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Microservices Distributed Caching with Cache-Aside Pattern

Higher Ed
This video focuses on the design aspects of implementing distributed caching with the cache-aside pattern. It discusses considerations such as cache eviction policies, cache consistency, and cache sizing.
<
br/>
This clip is from...
Instructional Video3:21
Curated Video

Design Microservices Architecture with Patterns and Principles - Cache-Aside Pattern for Microservices

Higher Ed
This video introduces the cache-aside pattern, which is a common pattern used in microservices architectures for distributed caching. It explains how the cache-aside pattern works and how it can improve system performance by caching...
Instructional Video5:11
Curated Video

Design Microservices Architecture with Patterns and Principles - Caching Strategies in Distributed Caching for Microservices

Higher Ed
This video explores different caching strategies that can be used in distributed caching for microservices architectures. It discusses strategies such as write-through caching, write-behind caching, and read-through caching, and...