Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 762 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 762 Bytes

Todo List Microservice Application

The Todo application is a simple microservice based application comprised of a ReactJS UI, a node Users API and a Java TodoItem API. For a database, mongodb is leveraged. We will use this application to learn about many of the core K8S concepts.

Todo app architecture

Manually Deploy the application

This is a good exercise to understand what is required to manually deploy a micro-service based application to Kubernetes. See manual-k8s-deploy/README.md

Deploy the application using Helm

As your applications become more complex, you will quickly realize that you will need Helm to package your applications. See helm/README.md