Home Search Profile

Master Cloud Native Spring: Ultimate 2024 Guide

Focused View

19:12:41

  • 001. Part 1. Cloud native fundamentals.mp4
    00:54
  • 002. Chapter 1. Introduction to cloud native.mp4
    05:41
  • 003. Chapter 1. The cloud and the cloud computing model.mp4
    09:36
  • 004. Chapter 1. Properties of cloud native applications.mp4
    13:37
  • 005. Chapter 1. Culture and practices supporting cloud native.mp4
    13:24
  • 006. Chapter 1. Is the cloud your best option.mp4
    08:33
  • 007. Chapter 1. Cloud native topologies.mp4
    15:00
  • 008. Chapter 1. Architectures for cloud native applications.mp4
    09:24
  • 009. Chapter 1. Summary.mp4
    02:29
  • 010. Chapter 2. Cloud native patterns and technologies.mp4
    16:41
  • 011. Chapter 2. Building cloud native applications with Spring.mp4
    16:41
  • 012. Chapter 2. Containerizing applications with Docker.mp4
    12:25
  • 013. Chapter 2. Managing containers with Kubernetes.mp4
    11:16
  • 014. Chapter 2. Polar Bookshop A cloud native application.mp4
    12:57
  • 015. Chapter 2. Summary.mp4
    01:46
  • 016. Part 2. Cloud native development.mp4
    01:37
  • 017. Chapter 3. Getting started with cloud native development.mp4
    08:36
  • 018. Chapter 3. Working with embedded servers.mp4
    15:50
  • 019. Chapter 3. Building a RESTful application with Spring MVC.mp4
    18:43
  • 020. Chapter 3. Testing a RESTful application with Spring.mp4
    14:28
  • 021. Chapter 3. Deployment pipeline Build and test.mp4
    13:13
  • 022. Chapter 3. Summary.mp4
    03:09
  • 023. Chapter 4. Externalized configuration management.mp4
    23:58
  • 024. Chapter 4. Externalized configuration One build, multiple configurations.mp4
    08:31
  • 025. Chapter 4. Centralized configuration management with Spring Cloud Config Server.mp4
    20:32
  • 026. Chapter 4. Using a configuration server with Spring Cloud Config Client.mp4
    13:25
  • 027. Chapter 4. Summary.mp4
    02:22
  • 028. Chapter 5. Persisting and managing data in the cloud.mp4
    14:01
  • 029. Chapter 5. Data persistence with Spring Data JDBC.mp4
    25:43
  • 030. Chapter 5. esting data persistence with Spring and Testcontainers.mp4
    07:38
  • 031. Chapter 5. Managing databases in production with Flyway.mp4
    10:50
  • 032. Chapter 5. Summary.mp4
    02:49
  • 033. Chapter 6. Containerizing Spring Boot.mp4
    16:58
  • 034. Chapter 6. Packaging Spring Boot applications as container images.mp4
    29:20
  • 035. Chapter 6. Managing Spring Boot containers with Docker Compose.mp4
    07:57
  • 036. Chapter 6. Deployment pipeline Package and publish.mp4
    09:49
  • 037. Chapter 6. Summary.mp4
    02:24
  • 038. Chapter 7. Kubernetes fundamentals for Spring Boot.mp4
    11:11
  • 039. Chapter 7. Kubernetes Deployments for Spring Boot.mp4
    15:02
  • 040. Chapter 7. Service discovery and load balancing.mp4
    15:59
  • 041. Chapter 7. Scalability and disposability.mp4
    10:31
  • 042. Chapter 7. Local Kubernetes development with Tilt.mp4
    08:30
  • 043. Chapter 7. Deployment pipeline Validate Kubernetes manifests.mp4
    05:22
  • 044. Chapter 7. Summary.mp4
    02:45
  • 045. Part 3. Cloud native distributed systems.mp4
    01:34
  • 046. Chapter 8. Reactive Spring Resilience and scalability.mp4
    16:50
  • 047. Chapter 8. Reactive servers with Spring WebFlux and Spring Data R2DBC.mp4
    21:26
  • 048. Chapter 8. Reactive clients with Spring WebClient.mp4
    11:27
  • 049. Chapter 8. Resilient applications with Reactive Spring.mp4
    14:59
  • 050. Chapter 8. Testing reactive applications with Spring, Reactor, and Testcontainers.mp4
    07:19
  • 051. Chapter 8. Summary.mp4
    01:38
  • 052. Chapter 9. API gateway and circuit breakers.mp4
    19:39
  • 053. Chapter 9. Fault tolerance with Spring Cloud Circuit Breaker and Resilience4J.mp4
    14:08
  • 054. Chapter 9. Request rate limiting with Spring Cloud Gateway and Redis.mp4
    11:55
  • 055. Chapter 9. Distributed session management with Redis.mp4
    06:34
  • 056. Chapter 9. Managing external access with Kubernetes Ingress.mp4
    12:54
  • 057. Chapter 9. Summary.mp4
    01:44
  • 058. Chapter 10. Event-driven applications and functions.mp4
    09:25
  • 059. Chapter 10. Message brokers with RabbitMQ.mp4
    06:49
  • 060. Chapter 10. Functions with Spring Cloud Function.mp4
    15:34
  • 061. Chapter 10. Processing messages with Spring Cloud Stream.mp4
    21:49
  • 062. Chapter 10. Producing and consuming messages with Spring Cloud Stream.mp4
    12:17
  • 063. Chapter 10. Summary.mp4
    02:48
  • 064. Chapter 11. Security Authentication and SPA.mp4
    09:42
  • 065. Chapter 11. Managing user accounts with Keycloak.mp4
    06:44
  • 066. Chapter 11. Authentication with OpenID Connect, JWT, and Keycloak.mp4
    19:25
  • 067. Chapter 11. Authenticating users with Spring Security and OpenID Connect.mp4
    19:30
  • 068. Chapter 11. Integrating Spring Security with SPAs.mp4
    15:38
  • 069. Chapter 11. Testing Spring Security and OpenID Connect.mp4
    08:44
  • 070. Chapter 11. Summary.mp4
    02:24
  • 071. Chapter 12. Security Authorization and auditing.mp4
    20:06
  • 072. Chapter 12. Protecting APIs with Spring Security and OAuth2 (imperative).mp4
    19:23
  • 073. Chapter 12. Protecting APIs with Spring Security and OAuth2 (reactive).mp4
    06:32
  • 074. Chapter 12. Protecting and auditing data with Spring Security and Spring Data.mp4
    16:43
  • 075. Chapter 12. Summary.mp4
    02:37
  • 076. Part 4. Cloud native production.mp4
    01:36
  • 077. Chapter 13. Observability and monitoring.mp4
    16:30
  • 078. Chapter 13. Health probes with Spring Boot Actuator and Kubernetes.mp4
    14:15
  • 079. Chapter 13. Metrics and monitoring with Spring Boot Actuator, Prometheus, and Grafana.mp4
    14:07
  • 080. Chapter 13. Distributed tracing with OpenTelemetry and Tempo.mp4
    14:14
  • 081. Chapter 13. Application management and monitoring with Spring Boot Actuator.mp4
    07:51
  • 082. Chapter 13. Summary.mp4
    03:19
  • 083. Chapter 14. Configuration and secrets management.mp4
    13:31
  • 084. Chapter 14. Using ConfigMaps and Secrets in Kubernetes.mp4
    20:45
  • 085. Chapter 14. Configuration management with Kustomize.mp4
    31:04
  • 086. Chapter 14. Summary.mp4
    03:13
  • 087. Chapter 15. Continuous delivery and GitOps.mp4
    18:13
  • 088. Chapter 15. Configuring Spring Boot for production.mp4
    25:37
  • 089. Chapter 15. Deployment pipeline Production stage.mp4
    11:12
  • 090. Chapter 15. Continuous deployment with GitOps.mp4
    14:17
  • 091. Chapter 15. Summary.mp4
    02:04
  • 092. Chapter 16. Serverless, GraalVM, and Knative.mp4
    21:04
  • 093. Chapter 16. Serverless applications with Spring Cloud Function.mp4
    15:50
  • 094. Chapter 16. Deploying serverless applications with Knative.mp4
    14:43
  • 095. Chapter 16. Summary.mp4
    02:58
  • 096. Appendix A. Setting up your development environment.mp4
    02:28
  • 097. Appendix A. Docker.mp4
    03:27
  • 098. Appendix A. Kubernetes.mp4
    03:04
  • 099. Appendix A. Other tools.mp4
    03:48
  • 100. Appendix B. Kubernetes in production with DigitalOcean.mp4
    07:50
  • 101. Appendix B. Running a PostgreSQL database on DigitalOcean.mp4
    03:26
  • 102. Appendix B. Running Redis on DigitalOcean.mp4
    02:19
  • 103. Appendix B. Running RabbitMQ using a Kubernetes Operator.mp4
    02:57
  • 104. Appendix B. Running Keycloak using a Helm chart.mp4
    04:37
  • 105. Appendix B. Running Polar UI.mp4
    01:16
  • 106. Appendix B. Deleting all cloud resources.mp4
    01:12
  • More details


    Course Overview

    This comprehensive video course teaches you how to build and deploy cloud-native applications using Spring. With over 19 hours of content, you'll gain hands-on experience with modern cloud technologies and best practices.

    What You'll Learn

    • Develop cloud-native applications with Spring
    • Deploy and scale applications in cloud environments
    • Implement best practices for cloud-native architectures

    Who This Is For

    • Java/Spring developers transitioning to cloud
    • DevOps engineers working with Spring applications
    • Tech leads architecting cloud-native systems

    Key Benefits

    • Practical, hands-on video tutorials
    • Real-world cloud deployment examples
    • Expert techniques for scalable architectures

    Curriculum Highlights

    1. Spring Cloud fundamentals
    2. Containerization and orchestration
    3. Production deployment strategies
    Focused display
    Category
    • language english
    • Training sessions 106
    • duration 19:12:41
    • Release Date 2025/05/26

    Courses related to Spring Framework

    Subtitles
    Master API Security with Keycloak & Spring Boot 2024
    Master API Security with Keycloak & Spring Boot 2024
    3:14:09
    English subtitles
    01/17/2025
    Subtitles
    Master Spring Boot & Angular: Build Secure SPAs (2024)
    Master Spring Boot & Angular: Build Secure SPAs (2024)
    3:05:25
    English subtitles
    01/04/2025