jamestkelly / is-my-coffee-cold

is-my-coffee-cold is a simple full-stack web application built to calculate the amount of time you have until your coffee goes cold, i.e., becomes undrinkable. The application achieves this through the combination of localised weather data sourced via external API calls alongside the Huen's method.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Create Application Microservice Ingress | API Gateway #7

Open jamestkelly opened 8 months ago

jamestkelly commented 8 months ago

Given the creation of the front-end and back-end microservices, we need to implement an API Gateway so as to enable a scalable solution via Kubernetes (K8s). The primary candidate for this is Kong.

A good guide on implementing the ingress can be seen here.

However, it may still be good to investigate free alternatives, e.g., Apache APISIX.