Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 855 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 855 Bytes

101 Kubernetes

Goals

Challenges

  • Challenge 1: Deploy Microbot (Hello World)
  • Challenge 2: Deploy a container from a local Docker image
  • Challenge 3: Deploy a container from an Image stored on a Docker registry
  • Challenge 4: Deploy a Database
  • Deploy a Spring Boot application connected to a database
  • Deploy 2 Spring Boot and test the Discovery Service features out of the box from Kubernetes
  • Deploy a Spring Boot application using Spring Cloud Kubernetes features
  • Deploy Kafka
  • Deploy a Spring Boot application and send logs to Kafka
  • Consume logs from Kafka with ELK