Cloud-Native Development Using Java with Eclipse MicroProfile

Go to class
Write Review

Free Online Course: Cloud-Native Development Using Java with Eclipse MicroProfile provided by LinkedIn Learning 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. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Cloud-Native Development Using Java with Eclipse MicroProfile is taught by Kate Stanley.

Overview
  • Learn to build optimized cloud-native Java applications for microservices architectures with the help of Eclipse MicroProfile.

Syllabus
  • Introduction

    • Develop apps using Java with MicroProfile
    1. Introduction to MicroProfile
    • What is MicroProfile?
    • Get started with MicroProfile
    2. Run Locally with Docker
    • What is Docker?
    • Install Docker
    • Run an application with Docker
    3. Run Locally with Kubernetes
    • What is Kubernetes?
    • Install Kubernetes
    • Deploy an application to Kubernetes
    4. Health Checks
    • The importance of health checks
    • Add a health check to a MicroProfile app
    • Integrate health checks into Kubernetes
    5. Metrics
    • The importance of metrics
    • View metrics in a MicroProfile app
    • Add custom metrics to a MicroProfile app
    • Collect and visualize metrics
    6. Distributed Tracing
    • The importance of distributed tracing
    • Add OpenTracing to a MicroProfile app
    • Connect two MicroProfile applications
    • Enable distributed tracing
    Conclusion
    • Next steps