Register Account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
NEW Master Microservices with SpringBoot,Docker,Kubernetes
#1
[Image: 537368816_que-es-udemy-analisis-opiniones.jpg]
12.91 GB | 22min 7s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English

Files Included :
1 Introduction to the course & Agenda.mp4 (10.78 MB)
3 Evolution of Microservices architecture.mp4 (28.64 MB)
4 Comparisons between Monolithic, SOA & Microservices architecture.mp4 (34.25 MB)
5 Definition of Microservices.mp4 (4.64 MB)
1 How to build microservices.mp4 (11.13 MB)
11 Writing Spring Data JPA entities & repositories to interact with DB tables.mp4 (71.01 MB)
12 Introduction to DTO (Data Transfer Object) pattern.mp4 (25.28 MB)
13 Creating DTOs inside accounts microservice.mp4 (29.96 MB)
14 CREATE API inside accounts microservice - Part 1.mp4 (131.7 MB)
15 CREATE API inside accounts microservice - Part 2.mp4 (198.55 MB)
16 READ API inside accounts microservice.mp4 (124.05 MB)
17 UPDATE API inside accounts microservice.mp4 (39.94 MB)
18 DELETE API inside accounts microservice.mp4 (47.98 MB)
19 Handle all types of runtime exceptions using global logic inside accounts.mp4 (32.79 MB)
2 Introduction to SpringBoot framework.mp4 (39.59 MB)
20 Perform input data validations inside accounts microservice.mp4 (138.69 MB)
21 Update audit columns using Spring Data.mp4 (29.09 MB)
22 Introduction to documentation of REST APIs using springdoc openapi.mp4 (59.23 MB)
23 Enhancing documentation of REST APIs using @OpenAPIDefinition.mp4 (48.02 MB)
24 Enhancing documentation of REST APIs using @Tag, @Operation, @ApiResponse.mp4 (59.92 MB)
25 Enhancing documentation of REST APIs using @Schema & example data - Part 1.mp4 (59.91 MB)
26 Enhancing documentation of REST APIs using @Schema & example data - Part 2.mp4 (42.45 MB)
27 Important Annotations & Classes that supports building REST services.mp4 (13.88 MB)
28 Assignment to build Loans & Cards microservices.mp4 (12.6 MB)
29 Deep dive and demo of Loans microservice.mp4 (130.67 MB)
3 Funny memes of SpringBoot framework.mp4 (7.91 MB)
30 Deep dive and demo of Cards microservice.mp4 (94.14 MB)
4 Introduction to REST APIs & best practices.mp4 (49.27 MB)
6 Creating a Spring Boot project.mp4 (84.8 MB)
7 Say Hello to your new AI Coding Companion.mp4 (37.37 MB)
8 Creating Hello World REST API using @RestController.mp4 (54.84 MB)
9 Configuring H2 DB & YAML properties.mp4 (86.84 MB)
1 Approaches to identify boundaries & right size microservices.mp4 (65.17 MB)
2 Sizing & identifying boundaries with a Bank App use case.mp4 (47.97 MB)
3 Sizing & identifying boundaries with a ecommerce migration use case.mp4 (24.17 MB)
4 Strangler Fig pattern.mp4 (51.61 MB)
1 Introduction to challenges while building, deploying microservices.mp4 (99.26 MB)
10 Running accounts microservice as a Docker container.mp4 (115.1 MB)
11 Challenges with Dockerfile approach to generate a Docker image.mp4 (15.8 MB)
12 Generate Docker Image of Loans microservice with Buildpacks.mp4 (90.52 MB)
13 Generate Docker Image of Cards microservice with Google Jib.mp4 (91.24 MB)
14 Compare Dockerfile, Buildpacks, Jib approaches.mp4 (14.14 MB)
15 Pushing Docker images from your local to remote Docker hub repository.mp4 (39.72 MB)
16 Introduction to Docker Compose.mp4 (40.79 MB)
17 Running all microservice containers using Docker Compose command.mp4 (21.13 MB)
18 Demo of docker compose commands.mp4 (18.65 MB)
19 Deep dive on Docker commands.mp4 (61.33 MB)
2 What are Containers & how they are different from VMs.mp4 (28.88 MB)
20 Introduction to Docker extensions and LogsExplorer.mp4 (20.53 MB)
21 Funny memes of Docker.mp4 (16.69 MB)
3 Definition of Containers, Containerization, Docker.mp4 (67.13 MB)
4 Introduction to Docker components & its architecture.mp4 (23.2 MB)
5 Docker installation & docker hub introduction.mp4 (38.41 MB)
6 Introduction to the three approaches for Docker image generation.mp4 (30.21 MB)
7 Generate Docker Image of Accounts microservice with Dockerfile - Part 1.mp4 (29.02 MB)
8 Generate Docker Image of Accounts microservice with Dockerfile - Part 2.mp4 (33.53 MB)
9 Generate Docker Image of Accounts microservice with Dockerfile - Part 3.mp4 (38.25 MB)
1 Introduction to Cloud-native applications.mp4 (12.75 MB)
2 Important characteristics of cloud-native applications.mp4 (13.27 MB)
3 Differences between cloud-native Apps & Traditional enterprise Apps.mp4 (6.94 MB)
4 Introduction to 12-factor & 15-factor methodologies.mp4 (41.61 MB)
5 Deepdive on 15-factor methodology - Part 1.mp4 (49.77 MB)
6 Deepdive on 15-factor methodology - Part 2.mp4 (77.87 MB)
7 Deepdive on 15-factor methodology - Part 3.mp4 (75.78 MB)
1 Introduction to Configurations Management challenges inside microservices.mp4 (44.76 MB)
10 Assignment to make SpringBoot profile changes inside loans & cards microservices.mp4 (5.67 MB)
11 Demo of Spring Boot profile changes inside loans & cards microservices.mp4 (52.43 MB)
12 Drawbacks of externalized configurations using SpringBoot alone.mp4 (24.76 MB)
13 Introduction to Spring Cloud Config.mp4 (18.01 MB)
14 Building Config Server using Spring Cloud Config.mp4 (28.19 MB)
15 Reading configurations from the class path location of Config Server.mp4 (60.02 MB)
16 Updating Accounts Microservice to read properties from Config Server.mp4 (58.48 MB)
17 Updating Loans & Cards Microservice to read properties from Config Server.mp4 (32.77 MB)
18 Reading configurations from a file system location.mp4 (29.58 MB)
19 Reading configurations from a GitHub repository.mp4 (103.57 MB)
2 How Configurations work in Spring Boot.mp4 (30.87 MB)
20 Encryption & Decryption of properties inside Config server.mp4 (59.63 MB)
21 Refresh configurations at runtime using refresh actuator path.mp4 (102.54 MB)
22 Refresh configurations at runtime using Spring Cloud Bus.mp4 (94.41 MB)
23 Refresh config at runtime using Spring Cloud Bus & Spring Cloud Config monitor.mp4 (125.67 MB)
24 Updating Docker Compose file to adapt Config Server changes - Part 1.mp4 (65.74 MB)
25 Introduction to Liveness and Readiness probes.mp4 (65.51 MB)
26 Updating Docker Compose file to adapt Config Server changes - Part 2.mp4 (29.25 MB)
27 Optimizing Docker Compose file.mp4 (28.16 MB)
28 Generating Docker images and pushing them into Docker Hub.mp4 (35.72 MB)
29 Testing Config Server changes end to end using Docker compose & default profile.mp4 (107.81 MB)
3 Reading configurations using @Value annotation.mp4 (49.92 MB)
30 Preparing Docker Compose files for QA & prod profiles.mp4 (25.29 MB)
4 Reading configurations using Environment interface.mp4 (42.52 MB)
5 Reading configurations using @ConfigurationProperties.mp4 (72.53 MB)
6 Introduction to Spring Boot profiles.mp4 (17.66 MB)
7 Demo of Spring Boot profiles inside accounts microservice.mp4 (37.02 MB)
8 Externalizing configurations using command-line, JVM & environment options.mp4 (31.22 MB)
9 Activating the profile using command-line, JVM & environment options.mp4 (72.01 MB)
1 Create MySQL DB containers for microservices.mp4 (37.7 MB)
2 Update microservices code to replace H2 DB with MySQL DB.mp4 (84.67 MB)
3 Update docker compose file to create & use MySQL DB.mp4 (88.57 MB)
4 Running microservices & MySQL DB containers using docker compose file.mp4 (75.77 MB)
5 Demo of Docker network concept.mp4 (59.57 MB)
1 Brief introduction about microservices traffic.mp4 (8.27 MB)
10 De-registration from Eureka server when microservices shutdown.mp4 (31.29 MB)
11 Demo of heartbeats mechanism to Eureka server from clients.mp4 (37.3 MB)
12 Feign Client code changes to invoke other microservices - Part 1.mp4 (104.4 MB)
13 Feign Client code changes to invoke other microservices - Part 2.mp4 (194.48 MB)
14 Eureka Self-Preservation mode to avoid network trap issues.mp4 (89.56 MB)
15 Generating Docker images with Service Discovery changes & push them into Dock.mp4 (41.9 MB)
16 Updating Docker Compose file to adapt Service Discovery changes.mp4 (57.26 MB)
17 Starting all the microservices using docker compose file.mp4 (65.88 MB)
18 Demo of Client Side Service Discovery & Load balancing.mp4 (52.75 MB)
2 Introduction to the Service Discovery & Registration inside microservices.mp4 (12.8 MB)
3 Why not traditional load balancers for Microservices.mp4 (74.52 MB)
4 Service Discovery & Registration inside microservices.mp4 (40.82 MB)
5 How Client side Service Discovery & Load-balancing works.mp4 (95.44 MB)
6 Spring Cloud support for Service Discovery & Registration.mp4 (20.75 MB)
7 Setup Service Discovery agent using Eureka server.mp4 (81.8 MB)
8 Make code changes in Accounts microservice to connect Eureka Server.mp4 (79.76 MB)
9 Make code changes in Loans & Cards microservice to connect Eureka Server.mp4 (43.22 MB)
1 Challenges while dealing external communication in microservices.mp4 (12.04 MB)
10 Implementing Cross cutting concerns Tracing & Logging using Gateway - Part 1.mp4 (104.7 MB)
11 Implementing Cross cutting concerns Tracing & Logging using Gateway - Part 2.mp4 (140.29 MB)
12 Design patterns around API Gateway.mp4 (57.63 MB)
13 Generating and pushing Docker images with Spring Cloud Gateway changes.mp4 (43.23 MB)
14 Updating Docker Compose file to adapt Spring Cloud Gateway changes.mp4 (84.04 MB)
2 Why we need a Edge Server or API Gateway inside microservices.mp4 (48.62 MB)
3 Introduction to Spring Cloud Gateway.mp4 (17.1 MB)
4 Deep dive on Spring Cloud Gateway internal architecture.mp4 (29.44 MB)
5 Building Edge Server using Spring Cloud Gateway.mp4 (62.55 MB)
6 Demo of Edge Server with default routing configs.mp4 (37.12 MB)
7 Make changes inside Gateway server to accept service names with lower case.mp4 (8.23 MB)
8 Implementing Custom Routing using Spring Cloud Gateway.mp4 (47.51 MB)
9 Demo of addResponseHeader filter.mp4 (49.17 MB)
1 Introduction to the need of Resiliency inside microservices.mp4 (47.61 MB)
10 Introduction to Retry pattern.mp4 (10.42 MB)
11 Implementing Retry pattern in Gateway.mp4 (84.56 MB)
12 Implementing Retry pattern in accounts - Part 1.mp4 (50.48 MB)
13 Implementing Retry pattern in accounts - Part 2.mp4 (58.85 MB)
14 Introduction to Rate Limitter pattern.mp4 (44.45 MB)
15 Introduction to Redis RateLimiter in Gateway Server.mp4 (90.43 MB)
16 Implementing Redis RateLimiter in Gateway Server.mp4 (61.37 MB)
17 Implementing RateLimiter pattern in accounts.mp4 (39.12 MB)
18 Introduction to Bulkhead pattern.mp4 (33.75 MB)
19 Aspect order of Resiliency patterns.mp4 (14.73 MB)
2 Typical use case or scenario for the need of Resiliency.mp4 (8.01 MB)
20 Demo of Resiliency patterns using Docker containers & Docker compose.mp4 (37.11 MB)
3 Deepdive on Circuit Breaker pattern.mp4 (22.12 MB)
4 Three states of Circuit Breaker pattern.mp4 (23.51 MB)
5 Implementing Circuit Breaker pattern in Gateway - Part 1.mp4 (140.74 MB)
6 Implementing Circuit Breaker pattern in Gateway - Part 2.mp4 (39.27 MB)
7 Implementing Circuit Breaker pattern with Feign Client - Part 1.mp4 (92.7 MB)
8 Implementing Circuit Breaker pattern with Feign Client - Part 2.mp4 (28.62 MB)
9 Http timeout configurations.mp4 (57.27 MB)
1 Introduction to Observability And Monitoring Of Microservices.mp4 (13.71 MB)
10 Managing metrics & monitoring with Actuator, Micrometer, Prometheus & Grafana.mp4 (48.62 MB)
11 Setup of micrometer inside microservices.mp4 (47.9 MB)
12 Setup of prometheus inside microservices.mp4 (29.77 MB)
13 Demo of Prometheus.mp4 (62.01 MB)
14 Demo of Prometheus & Grafana integration.mp4 (14.81 MB)
15 Demo of Grafana inbuilt & custom Dashboards.mp4 (55.78 MB)
16 Create Alerts & Send notifications using Grafana - Approach 1.mp4 (60.57 MB)
17 Create Alerts & Send notifications using Grafana - Approach 2.mp4 (33.06 MB)
18 Introduction to Distributed Tracing in microservices.mp4 (48.38 MB)
19 Introduction to OpenTelemetry.mp4 (37.02 MB)
2 Observability vs Monitoring.mp4 (41.71 MB)
20 Implement OpenTelemetry changes inside microservices.mp4 (35.11 MB)
21 Implementing Tracing using Grafana, Tempo & OpenTelemetry - Part 1.mp4 (48.72 MB)
22 Implementing Tracing using Grafana, Tempo & OpenTelemetry - Part 2.mp4 (30.3 MB)
23 Implementing Tracing using Grafana, Tempo & OpenTelemetry - Part 3.mp4 (49.33 MB)
24 Navigating to Tempo from Loki logs.mp4 (12.7 MB)
25 Conclusion of Observability and Monitoring.mp4 (21.46 MB)
3 Introduction to centralized logging or Log Aggregation in microservices.mp4 (10.85 MB)
4 Introduction to managing logs with Grafana, Loki & Promtail.mp4 (63.73 MB)
6 Sample demo of logging using Grafana, Loki & promtail - Theory.mp4 (21.48 MB)
7 Implementing logging using Grafana, Loki & promtail - Part 1.mp4 (53.32 MB)
8 Implementing logging using Grafana, Loki & promtail - Part 2.mp4 (27.38 MB)
9 Implementing logging using Grafana, Loki & promtail - Part 3.mp4 (95.97 MB)
1 Introduction to Microservices Security.mp4 (20.48 MB)
10 Register client details inside KeyCloak for Client credentials grant flow.mp4 (18.99 MB)
11 Getting Access token from Auth Server in Client credentials grant flow.mp4 (66.36 MB)
12 Securing Gateway server as a Resource server - Part 1.mp4 (87.92 MB)
13 Securing Gateway server as a Resource server - Part 2.mp4 (48.03 MB)
14 Implement Authorization inside Gateway server using Roles - Part 1.mp4 (91.14 MB)
15 Implement Authorization inside Gateway server using Roles - Part 2.mp4 (35.39 MB)
16 Deep dive of Authorization Code grant type flow.mp4 (55.56 MB)
17 Securing Gateway server using Authorization Code grant type flow - Theory.mp4 (31.97 MB)
18 Register client & end user inside KeyCloak for Authorization code grant flow.mp4 (16.92 MB)
19 Demo of Authorization code grant type flow.mp4 (57.59 MB)
2 Problems that OAuth2 solves.mp4 (28.48 MB)
20 Demo of Microservices Security using Docker containers & Docker compose - Part 1.mp4 (20.22 MB)
21 Demo of Microservices Security using Docker containers & Docker compose - Part 2.mp4 (76.8 MB)
3 Introduction to OAuth2.mp4 (19.41 MB)
4 OAuth2 jargons or terminologies or roles.mp4 (27.29 MB)
5 What is OpenID Connect & why it is important.mp4 (49.53 MB)
6 Introduction to IAM products & why KeyCloak.mp4 (20.06 MB)
7 Deep dive of Client Credentials grant type flow.mp4 (19.03 MB)
8 Securing Gateway server using Client Credentials grant type flow - Theory.mp4 (46.79 MB)
9 Setup Auth server using KeyCloak.mp4 (16.62 MB)
1 Introduction to Event-driven microservices.mp4 (19.9 MB)
10 Update message & accounts microservices to stream & process the events - Part 1.mp4 (36.5 MB)
11 Demo of Async communication or event streaming using Rabbit MQ - Part 1.mp4 (62.73 MB)
12 Update message & accounts microservices to stream & process the events - Part 2.mp4 (85.42 MB)
13 Demo of Async communication or event streaming using Rabbit MQ - Part 2.mp4 (27.14 MB)
14 Demo of Async comm or event streaming using Docker containers & Docker compose.mp4 (46.54 MB)
2 Introduction to Event-driven models.mp4 (8.15 MB)
3 What we are going to build using a pub sub model.mp4 (12.3 MB)
4 Introduction to RabbitMQ.mp4 (51.81 MB)
5 Why to use Spring Cloud Function.mp4 (46.07 MB)
6 Develop message microservice using Spring Cloud Functions - Part 1.mp4 (15.37 MB)
7 Develop message microservice using Spring Cloud Functions - Part 2.mp4 (29.48 MB)
8 Develop message microservice using Spring Cloud Functions - Part 3.mp4 (35.09 MB)
9 Why to use Spring Cloud Stream.mp4 (55.08 MB)
1 Apache Kafka Vs RabbitMQ.mp4 (11.4 MB)
2 Introduction to Apache Kafka.mp4 (75.31 MB)
3 Producer and Consumer side stories.mp4 (37.05 MB)
4 Installation of Apache Kafka.mp4 (29.27 MB)
5 Implement & Demo of Async communication or event streaming using Kafka.mp4 (71.85 MB)
6 Demo of Async comm or event streaming using Docker containers & Docker Compose.mp4 (72.53 MB)
1 Introduction to the challenges related to container orchestration.mp4 (26.32 MB)
10 Deploying remaining microservices into Kubernetes Cluster.mp4 (79.89 MB)
11 Automatic Self healing inside Kubernetes cluster.mp4 (45.58 MB)
12 Automatic Rollout & Rollback inside Kubernetes cluster.mp4 (86.77 MB)
13 Introduction to Kubernetes Service types.mp4 (98.07 MB)
14 Demo of Kubernetes Service types.mp4 (18.08 MB)
15 Problems with manually created Kubernetes manifest files.mp4 (14.89 MB)
2 Introduction to Kubernetes.mp4 (12.78 MB)
3 Deep dive on Kubernetes internal architecture.mp4 (81.08 MB)
4 Setup a local Kubernetes cluster using Docker Desktop.mp4 (51.88 MB)
5 Deploying the Kubernetes Dashboard UI.mp4 (126.13 MB)
6 Deep dive on Kubernetes YAML configurations to deploy a microservice.mp4 (46.51 MB)
7 Deploying ConfigServer into Kubernetes Cluster.mp4 (17.16 MB)
8 Create environment variables inside Kubernetes Cluster using ConfigMap.mp4 (30.03 MB)
9 Preparing Kubernetes manifest files for remaining microservices.mp4 (66.68 MB)
1 Introduction to Helm & the problems that it solves.mp4 (22.41 MB)
10 Install KeyCloak in Kubernetes Cluster using Helm Chart.mp4 (37.22 MB)
11 Install Kafka in Kubernetes Cluster using Helm Chart.mp4 (54.97 MB)
12 Install Prometheus in Kubernetes Cluster using Helm Chart.mp4 (48.81 MB)
13 Install Grafana Loki & Tempo in Kubernetes Cluster using Helm Chart.mp4 (31.85 MB)
14 Install Grafana in Kubernetes Cluster using Helm Chart.mp4 (49.4 MB)
15 Install eazybank microservices in Kubernetes Cluster using Helm Chart.mp4 (78.75 MB)
16 Demo of helm upgrade command.mp4 (24.22 MB)
17 Demo of helm history and rollback commands.mp4 (18.38 MB)
18 Demo of helm uninstall command.mp4 (15.77 MB)
19 Quick revision of important helm commands.mp4 (10.75 MB)
2 Installing Helm.mp4 (32.9 MB)
3 Installing a sample Helm Chart.mp4 (69.94 MB)
4 Understanding Helm Chart structure.mp4 (39.75 MB)
5 Creating our own Helm chart & template files.mp4 (103.12 MB)
6 Creating Helm chart for Accounts microservice.mp4 (55.3 MB)
7 Creating Helm charts for other microservices.mp4 (15.84 MB)
8 Creating Helm charts for Dev, QA and Prod environment.mp4 (46.59 MB)
9 Demo of helm template command.mp4 (13.35 MB)
1 Introduction to Server-side service discovery and load balancing.mp4 (52.78 MB)
2 How to setup discovery server in K8s cluster using spring cloud kubernetes.mp4 (62.2 MB)
3 Install spring cloud kubernetes discovery server in K8s cluster.mp4 (18.15 MB)
4 Making Kubernetes Discovery Client changes in microservices - Part 1.mp4 (47.75 MB)
5 Making Kubernetes Discovery Client changes in microservices - Part 2.mp4 (29.93 MB)
6 Updating Helm charts for Kubernetes Discovery Server changes.mp4 (76.24 MB)
7 Demo of Server-side service discovery and load balancing.mp4 (19.96 MB)
1 Kubernetes support by Cloud providers.mp4 (7.74 MB)
2 Set up Google Cloud account & install Google Cloud SDK.mp4 (28.28 MB)
3 Create a Kubernetes cluster in Google Cloud.mp4 (18.12 MB)
4 Installing all our microservices and supporting components in Google Cloud K8s.mp4 (24.46 MB)
5 Demo of eazybank microservices using Google Cloud Kubernetes Cluster.mp4 (57.32 MB)
6 Validate Grafana components in Google Cloud Kubernetes Cluster.mp4 (15.78 MB)
7 Deleting the Google Cloud Kubernetes Cluster.mp4 (23.37 MB)
1 Quick introduction to Kubernetes Ingress.mp4 (25.1 MB)
2 Deep dive on Kubernetes Ingress & Ingress Controller.mp4 (30.72 MB)
3 Benefits of Kubernetes Ingress & the kind of traffic it handles.mp4 (18.35 MB)
4 Introduction to Service Mesh & it's capabilities.mp4 (64.37 MB)
5 Introduction to Service mesh components.mp4 (42.2 MB)
6 Introduction to mTLS & deep dive on how TLS works.mp4 (65.89 MB)
7 How does mTLS works.mp4 (61.88 MB)
1 Optimizing Microservices Development with Spring Boot BOM - Part 1.mp4 (30.38 MB)
2 Optimizing Microservices Development with Spring Boot BOM - Part 2.mp4 (24.57 MB)
3 Optimizing Microservices Development with Spring Boot BOM - Part 3.mp4 (114.48 MB)
4 Optimizing Microservices Development with Spring Boot BOM - Part 4.mp4 (43.52 MB)
5 Shared Libraries in Microservices - Part 1.mp4 (20.83 MB)
6 Shared Libraries in Microservices - Part 2.mp4 (37.19 MB)
1 Congratulations & Thank You.mp4 (5.01 MB)]
Screenshot
[Image: ql6A1BOc_o.jpg]

RapidGator

[To see links please register or login]

NitroFlare

[To see links please register or login]

[Image: signature.png]
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)