Spring Boot Admin Server | Managing & Monitoring Microservices by using Spring Boot Admin Server

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 มิ.ย. 2021
  • You will learn how to use manage and monitor Spring Boot Microservices applications by using Spring Boot Admin 2.0 Server and how to integrate hazel cast cache with spring boot admin server.
    My Top Playlists:
    Spring Boot with Angular : • Spring Boot + Angular
    Spring Boot with Docker & Docker Compose : • Spring Boot Docker & D...
    Spring Boot with Kubernetes : • Spring Boot Docker Kub...
    Spring Boot with AWS : • Spring Boot + AWS
    Spring Boot with Azure : • Spring Boot Azure
    Spring Data with Redis : • Spring Data with Redis
    Spring Boot with Apache Kafka : • Apache kafka
    Spring Boot with Resilience4J : • SpringBoot Resilience4j
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 14

  • @kopijava
    @kopijava 2 ปีที่แล้ว

    9:20 at top left, theres Spring Boot Admin. can i change ''Spring Boot Admin' with another words ,example 'XXX Admin Services'?

  • @tejassontakke8382
    @tejassontakke8382 3 ปีที่แล้ว +1

    Nice & Informative.

  • @devmail4648
    @devmail4648 10 หลายเดือนก่อน

    Great work..but how do I access Admin Client secured actuator endpoints (secured by JWT-jackson token) from spring boot Admin Server using JWT Baerer Token.
    Thank you

  • @kumaresanperumal2581
    @kumaresanperumal2581 ปีที่แล้ว

    Thanks bro

  • @shubhamswaraj1968
    @shubhamswaraj1968 3 ปีที่แล้ว +2

    Please make tutorial on splunk centralise logging for spring boot microservices

  • @shubhamswaraj1968
    @shubhamswaraj1968 3 ปีที่แล้ว

    Microservices are deployed using docker file or docker compose file?

    • @technotowntechie9732
      @technotowntechie9732  3 ปีที่แล้ว

      docker compose file. You can explicitly describe how you want to deploy your multi-container application in the docker-compose.yml file. Optionally, you can also describe how you are going to build your custom Docker images. (Custom Docker images can also be built with the Docker CLI.)

  • @riteshsrivastav6438
    @riteshsrivastav6438 3 ปีที่แล้ว +1

    Can we implement both in a single service?

    • @technotowntechie9732
      @technotowntechie9732  3 ปีที่แล้ว

      Yes, But the client and the server should have separate configurations

  • @HarshaVardhan-jf9sd
    @HarshaVardhan-jf9sd 2 ปีที่แล้ว

    github link?

  • @dundappayadappagol3174
    @dundappayadappagol3174 2 ปีที่แล้ว

    Can you send source code for this