Skip to content

Learn to deploy Cloud Native applications on K8s clusters in an easy way

License

Notifications You must be signed in to change notification settings

jabrena/101-kubernetes

Repository files navigation

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