Shapes
shapes is a simple Demo Application which only displays a colored geometrical shape (circle, triangle or square).
- Code of the Python flask app
- Images distributed from the DockerHub
- Helm Chart also distributed from the DockerHub
It can be installed in a Kubernetes cluster using the following command:
helm upgrade --install shapes oci://registry-1.docker.io/lucj/shapeit -n shapes --create-namespace
Available versions are listed in the dedicated DockerHub repository
ℹ️
You can view a live version of this application at https://shapes.techwhale.io
Feel free to explore the application code