Skip to content

do3-2023/sylvain-kube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Random Item

gif-drink

📋 Description

Single-Feature Webapp aims to get random item. Its architecture is designed to be Kubernetes-native web application.

🚀 Deployment

Prototyping environment

docker compose up --build --force-recreate --renew-anon-volumes

Prod-ready environment

helm install random-app ./charts/random-app -n random-app --create-namespace

🗑️ Uninstall

To uninstall, execute the following commands:

helm uninstall random-app -n random-app

Made with 💖 by Sylvain Pierrot