Kube By Example - Spring Boot Microservices on Kubernetes

Go to class
Write Review

Free Online Course: Kube By Example - Spring Boot Microservices on Kubernetes provided by Udemy is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Kube By Example - Spring Boot Microservices on Kubernetes is taught by John Thompson • 433,000+ Enrollments Worldwide and Spring Ahead Code Academy.

Overview
  • Learn to Run Spring Boot Microservices on Kubernetes

    What you'll learn:

    • Learn to Deploy Spring Boot Microservices Under Kubernetes
    • Configure Kubernetes Ingress Controllers
    • Use Readiness and Liveness Probes with Kubernetes
    • Consolidated Logging with ELK Stack

    Kubernetes is a container orchestration system used to automate software deployment, scaling and management.

    Effectively, Kubernetes is a management tool direct the running of Docker images.

    This course is designed to give you more of 'real world' application of Kubernetes.

    You are given four different Spring Boot Microservices, which compose an application. The services communicate via RESTful APIs or JMS messages.

    You will learn how to compose each service into a Kubernetes Deployment. And then use Kubernetes Services to expose the microservices to each other.

    With Kubernetes, it is a best practice to configure Readiness and Liveness probes. Since our services are persisting data, we will also configure a graceful shutdown to prevent any data loss.

    One common issue with Microservices is logging. Each running instance will generate its own log output. Thus, it is common to use consolidated logging.

    Avery common approach is to use the ELKstack (Elasticsearch, Logstash, Kibana). Elasticsearch is a full-text search engine. Logstash is used to get log data into a common format for Elasticsearch. And Kibana is a power data visualization engine. Together, these tools allow you to consolidate and search through your log data.

    If you wish to see a realistic example of Spring Boot Microservices being managed in a Kubernetes environment, enroll in this course today!