Project Description
The aim of the project is to run a sample microservice app in Kubernetes. A simple app will be written in Python and work as an online store comprising of frontend, orders, and products services. (could be more!!)
- a frontend (a simple web page, using flask)
- a product service (an inventory of the products with description and cost)
- an orders service (recording the orders with order numbers, items and cost)
Further questions to answer/explore:
- How this app is going to look
- Which components to setup in k8s (a deployment and service for each microservice, what more?)
- How the APIs are going to be exposed (so the services can talk to each other. Right now, I only know how to expose the frontend on 8080 for user interaction).
Goals for this Hackweek
The project will have several learning goals:
- How to breakdown a monolith to microservices.
- Understand how Kubernetes works.
- Learn how to design Kubernetes topology for containerized applications.
Looking for hackers with the skills:
This project is part of:
Hack Week 20
Activity
Comments
-
-
about 2 years ago by epromislow | Reply
I've been reading https://learning.oreilly.com/library/view/cloud-native-patterns/9781617294297/ but not working through it because the examples are all in java, and I don't want to just use the spring boot platform to hide all the details. Would be interested in the points you've listed, as well as implementing a quick-and-dirty chaos monkey to kill off random/selected connections and nodes and monitor what happens, as well as see what works for fast recoveries.
I'm at UTC-0700
Similar Projects
zypper plugin for discovering reverse dependencies by bzoltan1
Often when we test maintenance updates or when ...
One of couple of Python projects (update M2Crypto) by mcepl
There are couple of projects I work on, which n...
Linux Immersive Learning System (LILS) by dgarcia
[comment]: # (Please use the project descriptio...
OSSelot collaboration on legal reviews of community packages by lkocman
[comment]: # (Please use the project descriptio...
Give some love to spec-cleaner by kstreitova
Project Description
spec-cleaner is an open...
A CLI for Harvester by mohamed.belgaied
[comment]: # Harvester does not officially come...
Samba in Kubernetes (for openSUSE) by dmulder
[comment]: # (Please use the project descriptio...
Rancher Manager of Managers with KCP by rcase
[comment]: # (Please use the project descriptio...
Real-time container runtime support by a_faerber
[comment]: # (Please use the project descriptio...
Hack on project MONAI (Medical Open Network for Artificial Intelligence) by jordimassaguerpla
Project Description
MONAI is a set of o...