Hi, what do you want to do?
Curated Video
Design Microservices Architecture with Patterns and Principles - Design: Microservices Deployments with Containers and Orchestrators
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Infrastructure as Code (IaC) and Usage in Microservices Deployments
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Deployment Strategies for Microservices Blue-Green, Rolling, and Canary Deploy
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,...
Curated Video
Design Microservices Architecture with Patterns and Principles - CI/CD Tools for Microservices Deployments
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,...
Curated Video
Design Microservices Architecture with Patterns and Principles - CI/CD Pipeline Steps for Microservices Deployments
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - DevOps and CI/CD Pipelines for Microservices Deployments
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Service Mesh Pattern and How the Service Mesh Pattern Work for Microservices
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Sidecar Pattern and How Does the Sidecar Pattern Work for Microservices Deploy
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...
<
br/>
This...
Curated Video
Design Microservices Architecture with Patterns and Principles - Helm Charts with Kubernetes for Microservices Deployments
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/>...
<
br/>...
Curated Video
Design Microservices Architecture with Patterns and Principles - Kubernetes Components
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Kubernetes Architecture
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...
<
br/>
This clip is from...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Is Kubernetes and Why Do We Use Them for Microservices Deployments?
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,...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Are Container Orchestrators?
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...
<
br/>
This clip...
Curated Video
Design Microservices Architecture with Patterns and Principles - Why Do We Use Them for Microservices Deployments?
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Docker Containers, Images, and Registries
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Is Docker?
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Are Containers?
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Deployments with Containers and Orchestrators
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Problem: Deploy Microservices at Any Time with Zero-Downtime and Flexible Scale
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Evaluate Microservices Distributed Caching with Cache-Aside Pattern
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Adapt Microservices Distributed Caching with Cache-Aside Pattern
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design Microservices Distributed Caching with Cache-Aside Pattern
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...
<
br/>
This clip is from...
Curated Video
Design Microservices Architecture with Patterns and Principles - Cache-Aside Pattern for Microservices
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Caching Strategies in Distributed Caching for Microservices
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...