Kube By Example – Spring Boot Microservices on Kubernetes

Kube By Example – Spring Boot Microservices on Kubernetes, Learn to Run Spring Boot Microservices on Kubernetes.

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.

A very common approach is to use the ELK stack (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 powerful 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!


Online Tutorials
Show full profile

Online Tutorials

Online Tutorials is a website sharing online courses, and online tutorials for free on a daily basis. You can find the best free online courses and thousands of free online courses with certificates to take your knowledge to the next level with the free courses.

We will be happy to hear your thoughts

Leave a reply

Online College Courses
Logo
Register New Account